Changeset 6cdc544 in git for modules/PileUpJetID.h
- Timestamp:
- Dec 21, 2014, 12:07:11 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 38bf1ae
- Parents:
- 1d1f6a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/PileUpJetID.h
r1d1f6a4 r6cdc544 54 54 // If set to false, uses everything within dR < fParameterR even if in other jets &c. 55 55 // Results should be very similar for PF 56 Int_t fUseConstituents; 56 Int_t fUseConstituents; 57 57 58 58 Bool_t fAverageEachTower; … … 62 62 const TObjArray *fJetInputArray; //! 63 63 64 const TObjArray *fTrackInputArray; // SCZ65 const TObjArray *fNeutralInputArray; 64 const TObjArray *fTrackInputArray; //! 65 const TObjArray *fNeutralInputArray; //! 66 66 67 TIterator *fItTrackInputArray; // SCZ68 TIterator *fItNeutralInputArray; // SCZ67 TIterator *fItTrackInputArray; //! 68 TIterator *fItNeutralInputArray; //! 69 69 70 70 TObjArray *fOutputArray; //! 71 71 72 72 TIterator *fItVertexInputArray; //! 73 73 const TObjArray *fVertexInputArray; //!
Note:
See TracChangeset
for help on using the changeset viewer.