Changes between Version 5 and Version 6 of WorkBook/EventDisplay
- Timestamp:
- Dec 16, 2014, 11:41:46 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/EventDisplay
v5 v6 1 1 == Event Display == 2 2 3 Delphes' event display is based on the Event Visualization Environment of ROOT 4 http://root.cern.ch/drupal/content/eve 3 Delphes event display is based on the [http://root.cern.ch/drupal/content/eve Event Visualization Environment of ROOT]. 5 4 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: 5 It can be run with the following commands: 14 6 15 7 {{{ 16 8 make display 17 root -l examples/EventDisplay.C \(\"examples/delphes_card_CMS.tcl\",\"delphes_output.root\"\)9 root -l examples/EventDisplay.C'("cards/delphes_card_CMS.tcl","delphes_output.root")' 18 10 }}} 19 11 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 14 The 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)]]