Skip to content
Snippets Groups Projects
Commit 29f1bc63 authored by Rene Brun's avatar Rene Brun
Browse files

From Matevz:

New version


git-svn-id: http://root.cern.ch/svn/root/trunk@29176 27541ba8-7e3a-0410-8455-c3a389f83636
parent 6d10277b
No related merge requests found
// Plays back event-recording of a root session running geom_cms.C tutorial.
// [ Recorded using "new TGRecorder" command. ]
//
// Script:
// - type: .x geom_cms.C
// - demonstratate rotation (left-mouse), zoom (right-mouse left-right)
// - show GL window Help Window
// - 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_cms_playback()
{
TRecorder* r = new TRecorder("http://mtadel.home.cern.ch/mtadel/geom_cms_recording.root");
TRecorder* r = new TRecorder("http://root.cern.ch/files/geom_cms_recording.root");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment