00001 // Plays back event-recording of a root session running geom_cms.C tutorial. 00002 // [ Recorded using "new TGRecorder" command. ] 00003 // 00004 // Script: 00005 // - type: .x geom_cms.C 00006 // - demonstratate rotation (left-mouse), zoom (right-mouse left-right) 00007 // - show GL window Help Window 00008 // - show wireframe (w), smooth (r, default) and outline (t) render modes 00009 // - show flip of background color dark-light-dark (e pressed twice) 00010 // - disable clipping plane in GL-viewer panel 00011 // - open "Scene" list-tree and further "Geometry scene" 00012 // - disable drawing of muon system and then calorimeters 00013 // - select tracker geometry top-node and increase drawing depth 00014 // - re-enable clipping plane and zoom into pixel detector. 00015 00016 void geom_cms_playback() 00017 { 00018 TRecorder* r = new TRecorder("http://root.cern.ch/files/geom_cms_recording.root"); 00019 }