ROOT
6.18/05
Reference Guide
tutorials
eve
geom_cms_playback.C
Go to the documentation of this file.
1
/// \file
2
/// \ingroup tutorial_eve
3
/// Plays back event-recording of a root session running geom_cms.C tutorial.
4
/// [ Recorded using "new TGRecorder" command. ]
5
///
6
/// Script:
7
/// - type: .x geom_cms.C
8
/// - demonstrate rotation (left-mouse), zoom (right-mouse left-right)
9
/// - show GL window Help Window
10
/// - show wireframe (w), smooth (r, default) and outline (t) render modes
11
/// - show flip of background color dark-light-dark (e pressed twice)
12
/// - disable clipping plane in GL-viewer panel
13
/// - open "Scene" list-tree and further "Geometry scene"
14
/// - disable drawing of muon system and then calorimeters
15
/// - select tracker geometry top-node and increase drawing depth
16
/// - re-enable clipping plane and zoom into pixel detector.
17
///
18
/// \macro_code
19
///
20
/// \author Matevz Tadel
21
22
void
geom_cms_playback()
23
{
24
auto
r
=
new
TRecorder
(
"http://root.cern.ch/files/geom_cms_recording.root"
);
25
}
r
ROOT::R::TRInterface & r
Definition:
Object.C:4
TRecorder
Definition:
TRecorder.h:423