Changeset 1180bc1 in git for modules/BTagging.h
- Timestamp:
- Jun 30, 2015, 2:38:29 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- c627b07
- Parents:
- 6153fb0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/BTagging.h
r6153fb0 r1180bc1 37 37 class DelphesFormula; 38 38 39 class ExRootFilter;40 class BTaggingPartonClassifier;41 42 39 class BTagging: public DelphesModule 43 40 { … … 55 52 Int_t fBitNumber; 56 53 57 Double_t fDeltaR;58 59 54 #if !defined(__CINT__) && !defined(__CLING__) 60 55 std::map< Int_t, DelphesFormula * > fEfficiencyMap; //! 61 56 #endif 62 57 63 BTaggingPartonClassifier *fClassifier; //!64 65 ExRootFilter *fFilter;66 67 TIterator *fItPartonInputArray; //!68 69 58 TIterator *fItJetInputArray; //! 70 71 const TObjArray *fPartonInputArray; //!72 59 73 60 const TObjArray *fJetInputArray; //!
Note:
See TracChangeset
for help on using the changeset viewer.