From $ROOTSYS/tutorials/eve/geom_atlas_playback.C

// Plays back event-recording of a root session running geom_atlas.C tutorial.
// [ Recorded using "new TGRecorder" command. ]
//
// Script:
// - type: .x geom_atlas.C
// - demonstratate rotation (left-mouse), zoom (right-mouse left-right)
// - show wireframe (w), smooth (r, default) and outline (t) render modes
// - show flip of background color dark-light-dark (e pressed twice)
// - disable clipping plane in GL-viewer panel
// - open "Scene" list-tree and further "Geometry scene"
// - disable drawing of muon system and then calorimeters
// - select tracker geometry top-node and increase drawing depth
// - re-enable clipping plane and zoom into pixel detector.

void geom_atlas_playback()
{
   TRecorder* r = new TRecorder("http://mtadel.home.cern.ch/mtadel/geom_atlas_recording.root");
}
 geom_atlas_playback.C:1
 geom_atlas_playback.C:2
 geom_atlas_playback.C:3
 geom_atlas_playback.C:4
 geom_atlas_playback.C:5
 geom_atlas_playback.C:6
 geom_atlas_playback.C:7
 geom_atlas_playback.C:8
 geom_atlas_playback.C:9
 geom_atlas_playback.C:10
 geom_atlas_playback.C:11
 geom_atlas_playback.C:12
 geom_atlas_playback.C:13
 geom_atlas_playback.C:14
 geom_atlas_playback.C:15
 geom_atlas_playback.C:16
 geom_atlas_playback.C:17
 geom_atlas_playback.C:18
 geom_atlas_playback.C:19