Changes in classes/DelphesLHEFReader.h [01f9722:77e9ae1] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesLHEFReader.h
r01f9722 r77e9ae1 30 30 #include <stdio.h> 31 31 32 #include <utility> 32 33 #include <vector> 33 #include <utility>34 34 35 35 class TObjArray; … … 42 42 { 43 43 public: 44 45 44 DelphesLHEFReader(); 46 45 ~DelphesLHEFReader(); … … 62 61 63 62 private: 64 65 63 void AnalyzeParticle(DelphesFactory *factory, 66 64 TObjArray *allParticleOutputArray, … … 83 81 int fPID, fStatus, fM1, fM2, fC1, fC2; 84 82 double fPx, fPy, fPz, fE, fMass; 85 86 std::vector< std::pair< int, double> > fWeightList;83 84 std::vector<std::pair<int, double> > fWeightList; 87 85 }; 88 86 89 87 #endif // DelphesLHEFReader_h 90 91
Note:
See TracChangeset
for help on using the changeset viewer.