Fork me on GitHub

Changeset cf4a208 in git


Ignore:
Timestamp:
Nov 6, 2014, 5:37:27 PM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
110821a
Parents:
5e6db08
Message:

Minor fix to the EventDisplay script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/EventDisplay.C

    r5e6db08 rcf4a208  
    11/* Example:
    2  * root -l 'evdisplay.C("delphes_card_CMS.tcl","../delphes_output.root")'
     2 * root -l 'EventDisplay.C("delphes_card_CMS.tcl","../delphes_output.root")'
    33 */
    44
    5 void evdisplay(const char* configfile = "delphes_card_CMS.tcl", const char* datafile = "delphes_output.root",
    6                const char* ParticlePropagator="ParticlePropagator",
    7                const char* TrackingEfficiency="ChargedHadronTrackingEfficiency",
    8                const char* MuonEfficiency="MuonEfficiency",
    9                const char* Calorimeters="Calorimeter")
     5void EventDisplay(const char* configfile = "delphes_card_CMS.tcl", const char* datafile = "delphes_output.root",
     6                  const char* ParticlePropagator="ParticlePropagator",
     7                  const char* TrackingEfficiency="ChargedHadronTrackingEfficiency",
     8                  const char* MuonEfficiency="MuonEfficiency",
     9                  const char* Calorimeters="Calorimeter")
    1010{
    1111   // load the libraries
Note: See TracChangeset for help on using the changeset viewer.