Changeset c1780a5 in git for converters/hepmc2pileup.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 edited
Legend:
- Unmodified
- Added
- Removed
-
converters/hepmc2pileup.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 "classes/DelphesPileUpWriter.h" 39 39 … … 65 65 Candidate *candidate = 0; 66 66 DelphesPileUpWriter *writer = 0; 67 DelphesHepMC Reader *reader = 0;67 DelphesHepMC2Reader *reader = 0; 68 68 Int_t i; 69 69 Long64_t length, eventCounter; … … 98 98 itParticle = stableParticleOutputArray->MakeIterator(); 99 99 100 reader = new DelphesHepMC Reader;100 reader = new DelphesHepMC2Reader; 101 101 102 102 i = 2;
Note:
See TracChangeset
for help on using the changeset viewer.