Changes in classes/DelphesHepMCReader.h [edeb0f0:77e9ae1] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesHepMCReader.h
redeb0f0 r77e9ae1 42 42 { 43 43 public: 44 45 44 DelphesHepMCReader(); 46 45 ~DelphesHepMCReader(); … … 62 61 63 62 private: 64 65 63 void AnalyzeParticle(DelphesFactory *factory, 66 64 TObjArray *allParticleOutputArray, … … 82 80 83 81 int fStateSize; 84 std::vector< int> fState;82 std::vector<int> fState; 85 83 86 84 int fWeightSize; 87 std::vector< double> fWeight;85 std::vector<double> fWeight; 88 86 89 87 double fCrossSection, fCrossSectionError; … … 100 98 int fParticleCounter; 101 99 102 std::map< int, std::pair < int, int> > fMotherMap;103 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; 104 102 }; 105 103 106 104 #endif // DelphesHepMCReader_h 107 108
Note:
See TracChangeset
for help on using the changeset viewer.