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