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