Changes in modules/PileUpJetID.h [341014c:2862770] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/PileUpJetID.h
r341014c r2862770 10 10 */ 11 11 12 12 13 #include "classes/DelphesModule.h" 13 14 … … 20 21 { 21 22 public: 23 22 24 PileUpJetID(); 23 25 ~PileUpJetID(); … … 28 30 29 31 private: 32 30 33 Double_t fJetPTMin; 31 34 Double_t fParameterR; … … 85 88 // If set to false, uses everything within dR < fParameterR even if in other jets &c. 86 89 // Results should be very similar for PF 87 Int_t fUseConstituents; 90 Int_t fUseConstituents; 88 91 89 92 Bool_t fAverageEachTower; … … 94 97 95 98 const TObjArray *fTrackInputArray; // SCZ 96 const TObjArray *fNeutralInputArray; 99 const TObjArray *fNeutralInputArray; 97 100 98 101 TIterator *fItTrackInputArray; // SCZ … … 102 105 TObjArray *fNeutralsInPassingJets; // SCZ 103 106 107 104 108 ClassDef(PileUpJetID, 2) 105 109 };
Note:
See TracChangeset
for help on using the changeset viewer.