Changes in modules/PileUpMergerPythia8.h [2d494a6:cab38f6] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/PileUpMergerPythia8.h
r2d494a6 rcab38f6 31 31 32 32 class TObjArray; 33 class DelphesTF2;34 33 35 34 namespace Pythia8 … … 51 50 private: 52 51 53 Int_t fPileUpDistribution;54 52 Double_t fMeanPileUp; 55 56 53 Double_t fZVertexSpread; 57 Double_t fTVertexSpread;58 59 Double_t fInputBeamSpotX;60 Double_t fInputBeamSpotY;61 Double_t fOutputBeamSpotX;62 Double_t fOutputBeamSpotY;63 64 54 Double_t fPTMin; 65 66 DelphesTF2 *fFunction; //!67 55 68 56 Pythia8::Pythia *fPythia; //! … … 72 60 const TObjArray *fInputArray; //! 73 61 74 TObjArray *fParticleOutputArray; //! 75 TObjArray *fVertexOutputArray; //! 62 TObjArray *fOutputArray; //! 76 63 77 64 ClassDef(PileUpMergerPythia8, 1)
Note:
See TracChangeset
for help on using the changeset viewer.