Fork me on GitHub

Version 5 (modified by Michele Selvaggi, 10 years ago) ( diff )

--

Event Display

Delphes' event display is based on the Event Visualization Environment of ROOT http://root.cern.ch/drupal/content/eve

You first need to produce a delphes output ROOT tree with some card.

./DelphesSTDHEP examples/delphes_card_CMS.tcl delphes_output.root input.hep

Then you can run with the following command:

make display
root -l examples/EventDisplay.C\(\"examples/delphes_card_CMS.tcl\",\"delphes_output.root\"\)

The command to show an event from the ROOT file is

ShowEvent(2);

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.