- Timestamp:
- Feb 12, 2019, 9:48:36 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 899b162
- Parents:
- 6455202
- Location:
- classes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r6455202 r77e9ae1 614 614 615 615 Int_t NTimeHits; 616 std::vector<std::pair<Float_t, Float_t> > ECalEnergyTimePairs;616 std::vector<std::pair<Float_t, Float_t> > ECalEnergyTimePairs; 617 617 618 618 // Isolation variables -
classes/DelphesHepMCReader.cc
r6455202 r77e9ae1 110 110 TObjArray *partonOutputArray) 111 111 { 112 map<int, pair<int, int> >::iterator itMotherMap;113 map<int, pair<int, int> >::iterator itDaughterMap;112 map<int, pair<int, int> >::iterator itMotherMap; 113 map<int, pair<int, int> >::iterator itDaughterMap; 114 114 char key, momentumUnit[4], positionUnit[3]; 115 115 int i, rc, state; … … 433 433 { 434 434 Candidate *candidate; 435 map<int, pair<int, int> >::iterator itMotherMap;436 map<int, pair<int, int> >::iterator itDaughterMap;435 map<int, pair<int, int> >::iterator itMotherMap; 436 map<int, pair<int, int> >::iterator itDaughterMap; 437 437 int i; 438 438 -
classes/DelphesHepMCReader.h
r6455202 r77e9ae1 98 98 int fParticleCounter; 99 99 100 std::map<int, std::pair<int, int> > fMotherMap;101 std::map<int, std::pair<int, int> > fDaughterMap;100 std::map<int, std::pair<int, int> > fMotherMap; 101 std::map<int, std::pair<int, int> > fDaughterMap; 102 102 }; 103 103 -
classes/DelphesLHEFReader.cc
r6455202 r77e9ae1 256 256 { 257 257 LHEFWeight *element; 258 vector<pair<int, double> >::const_iterator itWeightList;258 vector<pair<int, double> >::const_iterator itWeightList; 259 259 260 260 for(itWeightList = fWeightList.begin(); itWeightList != fWeightList.end(); ++itWeightList) -
classes/DelphesLHEFReader.h
r6455202 r77e9ae1 82 82 double fPx, fPy, fPz, fE, fMass; 83 83 84 std::vector<std::pair<int, double> > fWeightList;84 std::vector<std::pair<int, double> > fWeightList; 85 85 }; 86 86
Note:
See TracChangeset
for help on using the changeset viewer.