Fork me on GitHub

Changes between Version 5 and Version 6 of WorkBook/EventDisplay


Ignore:
Timestamp:
Dec 16, 2014, 11:41:46 PM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/EventDisplay

    v5 v6  
    11== Event Display ==
    22
    3 Delphes' event display is based on the Event Visualization Environment of ROOT
    4 http://root.cern.ch/drupal/content/eve
     3Delphes event display is based on the [http://root.cern.ch/drupal/content/eve Event Visualization Environment of ROOT].
    54
    6 
    7 You first need to produce a delphes output ROOT tree with some card.
    8 
    9 {{{
    10 ./DelphesSTDHEP examples/delphes_card_CMS.tcl delphes_output.root input.hep
    11 }}}
    12 
    13 Then you can run with the following command:
     5It can be run with the following commands:
    146
    157{{{
    168make display
    17 root -l examples/EventDisplay.C\(\"examples/delphes_card_CMS.tcl\",\"delphes_output.root\"\)
     9root -l examples/EventDisplay.C'("cards/delphes_card_CMS.tcl","delphes_output.root")'
    1810}}}
    1911
    20 The command to show an event from the ROOT file is
    21 {{{
    22 ShowEvent(2);
    23 }}}
     12[[Image(delphes_event_display_1.png, 600)]]
     13
     14The same examples shows how to generate a 3D representation of the geometry, which may be useful to spot trivial bugs in defining the acceptance of sub-detectors. The figure below shows for example the view generated for the default FCC card, showing the two calorimeters, their towers, as well as the acceptance of muon, calorimeters and tracker subsystems.
     15
     16[[Image(delphes_event_display_2.png, 600)]]