Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
geom_atlas_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_atlas.C tutorial.
4/// [ Recorded using "new TGRecorder" command. ]
5///
6/// Script:
7/// - type: .x geom_atlas.C
8/// - demonstrate rotation (left-mouse), zoom (right-mouse left-right)
9/// - show wireframe (w), smooth (r, default) and outline (t) render modes
10/// - show flip of background color dark-light-dark (e pressed twice)
11/// - disable clipping plane in GL-viewer panel
12/// - open "Scene" list-tree and further "Geometry scene"
13/// - disable drawing of muon system and then calorimeters
14/// - select tracker geometry top-node and increase drawing depth
15/// - re-enable clipping plane and zoom into pixel detector.
16///
17/// \macro_code
18///
19/// \author Matevz Tadel
20
21void geom_atlas_playback()
22{
23 auto r = new TRecorder("http://mtadel.home.cern.ch/mtadel/geom_atlas_recording.root");
24}
ROOT::R::TRInterface & r
Definition Object.C:4