== 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); }}}