swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: 7af9cdc262b7a0cf2679a0df6c639c93656958c0 authored by Axel Naumann on 06 November 2023, 16:45:30 UTC
[foundation] Update version file to 6.30.01: dev phase for upcoming patch release.
Tip revision: 7af9cdc
geom_cms_playback.C
/// \file
/// \ingroup tutorial_eve
/// Plays back event-recording of a root session running geom_cms.C tutorial.
/// [ Recorded using "new TGRecorder" command. ]
///
/// Script:
/// - type: .x geom_cms.C
/// - demonstrate 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.
///
/// \macro_code
///
/// \author Matevz Tadel

void geom_cms_playback()
{
   auto r = new TRecorder("http://root.cern.ch/files/geom_cms_recording.root");
}
back to top