Fork me on GitHub

Changes between Initial Version and Version 1 of WorkBook/EventDisplay


Ignore:
Timestamp:
Mar 10, 2013, 11:26:03 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/EventDisplay

    v1 v1  
     1== Event Display ==
     2
     3Deplphes' event display is based on the Event Visualization Environment of ROOT
     4http://root.cern.ch/drupal/content/eve
     5
     6It can be run with the following command:
     7{{{
     8root -l examples/EventDisplay.C\(\"examples/delphes_card_CMS.tcl\",\"delphes_output.root\"\)
     9}}}
     10
     11The command to show an event for the ROOT file is
     12{{{
     13ShowEvent(2);
     14}}}