Changes in classes/DelphesHepMC3Reader.h [a26a130:b4786d3] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesHepMC3Reader.h
ra26a130 rb4786d3 36 36 class TStopwatch; 37 37 class TDatabasePDG; 38 class TLorentzVector;39 38 class ExRootTreeBranch; 40 39 class DelphesFactory; 41 class Candidate;42 40 43 41 class DelphesHepMC3Reader … … 63 61 64 62 private: 65 void AnalyzeVertex(DelphesFactory *factory, int code, Candidate *candidate = 0); 66 67 void AnalyzeParticle(DelphesFactory *factory); 68 69 void FinalizeParticles(TObjArray *allParticleOutputArray, 63 void AnalyzeParticle(DelphesFactory *factory, 64 TObjArray *allParticleOutputArray, 70 65 TObjArray *stableParticleOutputArray, 71 66 TObjArray *partonOutputArray); 67 68 void FinalizeParticles(TObjArray *allParticleOutputArray); 72 69 73 70 FILE *fInputFile; … … 82 79 double fMomentumCoefficient, fPositionCoefficient; 83 80 84 std::vector<double> fWeight s;81 std::vector<double> fWeight; 85 82 86 83 double fCrossSection, fCrossSectionError; … … 95 92 double fPx, fPy, fPz, fE, fMass; 96 93 97 std::vector<std::pair<TLorentzVector *, TObjArray *> > fVertices; 98 std::vector<int> fParticles; 94 int fM1, fM2; 99 95 100 std::map<int, int> fInVertexMap; 101 std::map<int, int> fOutVertexMap; 102 103 std::map<int, std::pair<int, int> > fMotherMap; 96 std::map<int, int> fVertexMap; 104 97 std::map<int, std::pair<int, int> > fDaughterMap; 105 98 };
Note:
See TracChangeset
for help on using the changeset viewer.