Changeset c1780a5 in git for readers/DelphesHepMC2.cpp
- Timestamp:
- May 26, 2021, 4:48:19 PM (3 years ago)
- Branches:
- master
- Children:
- c6f9311
- Parents:
- b03c0d0 (diff), b4786d3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesHepMC2.cpp
rb03c0d0 rc1780a5 35 35 #include "classes/DelphesClasses.h" 36 36 #include "classes/DelphesFactory.h" 37 #include "classes/DelphesHepMC Reader.h"37 #include "classes/DelphesHepMC2Reader.h" 38 38 #include "modules/Delphes.h" 39 39 … … 57 57 int main(int argc, char *argv[]) 58 58 { 59 char appName[] = "DelphesHepMC ";59 char appName[] = "DelphesHepMC2"; 60 60 stringstream message; 61 61 FILE *inputFile = 0; … … 68 68 DelphesFactory *factory = 0; 69 69 TObjArray *stableParticleOutputArray = 0, *allParticleOutputArray = 0, *partonOutputArray = 0; 70 DelphesHepMC Reader *reader = 0;70 DelphesHepMC2Reader *reader = 0; 71 71 Int_t i, maxEvents, skipEvents; 72 72 Long64_t length, eventCounter; … … 132 132 partonOutputArray = modularDelphes->ExportArray("partons"); 133 133 134 reader = new DelphesHepMC Reader;134 reader = new DelphesHepMC2Reader; 135 135 136 136 modularDelphes->InitTask();
Note:
See TracChangeset
for help on using the changeset viewer.