Changeset cf4a208 in git for examples/EventDisplay.C
- Timestamp:
- Nov 6, 2014, 5:37:27 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 110821a
- Parents:
- 5e6db08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/EventDisplay.C
r5e6db08 rcf4a208 1 1 /* 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")' 3 3 */ 4 4 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")5 void 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") 10 10 { 11 11 // load the libraries
Note:
See TracChangeset
for help on using the changeset viewer.