Changes in modules/RunPUPPI.h [341014c:659c7b6] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/RunPUPPI.h
r341014c r659c7b6 9 9 class PuppiContainer; 10 10 11 class RunPUPPI: public DelphesModule 12 { 11 class RunPUPPI: public DelphesModule { 13 12 14 public: 13 public: 14 15 15 RunPUPPI(); 16 16 ~RunPUPPI(); … … 19 19 void Process(); 20 20 void Finish(); 21 22 private: 21 23 22 private:23 24 TIterator *fItTrackInputArray; 24 25 TIterator *fItNeutralInputArray; //! 25 TIterator *fPVItInputArray; //! 26 26 TIterator *fPVItInputArray; //! 27 27 28 const TObjArray *fTrackInputArray; 28 29 const TObjArray *fNeutralInputArray; //! 29 const TObjArray *fPVInputArray; //! 30 PuppiContainer *fPuppi;30 const TObjArray *fPVInputArray; //! 31 PuppiContainer* fPuppi; 31 32 // puppi parameters 32 33 bool fApplyNoLep; 33 34 double fMinPuppiWeight; 34 35 bool fUseExp; 35 36 std::vector<float> fEtaMinBin ;37 std::vector<float> fEtaMaxBin ;38 std::vector<float> fPtMinBin ;39 std::vector<float> fConeSizeBin ;40 std::vector<float> fRMSPtMinBin ;41 std::vector<float> fRMSScaleFactorBin ;36 37 std::vector<float> fEtaMinBin ; 38 std::vector<float> fEtaMaxBin ; 39 std::vector<float> fPtMinBin ; 40 std::vector<float> fConeSizeBin ; 41 std::vector<float> fRMSPtMinBin ; 42 std::vector<float> fRMSScaleFactorBin ; 42 43 std::vector<float> fNeutralMinEBin; 43 44 std::vector<float> fNeutralPtSlope; 44 std::vector<bool> fApplyCHS;45 std::vector<bool> fUseCharged;46 std::vector<bool> fApplyLowPUCorr;47 std::vector<int> fMetricId;48 std::vector<int> fCombId;45 std::vector<bool> fApplyCHS; 46 std::vector<bool> fUseCharged; 47 std::vector<bool> fApplyLowPUCorr; 48 std::vector<int> fMetricId; 49 std::vector<int> fCombId; 49 50 50 51 TObjArray *fOutputArray;
Note:
See TracChangeset
for help on using the changeset viewer.