ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
/// - demonstratate 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
TRecorder
*
r
=
new
TRecorder
(
"http://root.cern.ch/files/geom_cms_recording.root"
);
25
}
r
TRandom2 r(17)
TRecorder
Definition:
TRecorder.h:422