Changes between Initial Version and Version 1 of WorkBook/EventDisplay
- Timestamp:
- Mar 10, 2013, 11:26:03 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/EventDisplay
v1 v1 1 == Event Display == 2 3 Deplphes' event display is based on the Event Visualization Environment of ROOT 4 http://root.cern.ch/drupal/content/eve 5 6 It can be run with the following command: 7 {{{ 8 root -l examples/EventDisplay.C\(\"examples/delphes_card_CMS.tcl\",\"delphes_output.root\"\) 9 }}} 10 11 The command to show an event for the ROOT file is 12 {{{ 13 ShowEvent(2); 14 }}}