- Timestamp:
- Feb 12, 2019, 9:48:36 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 899b162
- Parents:
- 6455202
- Location:
- external/ExRootAnalysis
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/ExRootFilter.cc
r6455202 r77e9ae1 21 21 22 22 typedef map<Int_t, TObjArray *> TCategoryMap; 23 typedef map<ExRootClassifier *, pair<Bool_t, TCategoryMap> > TClassifierMap;23 typedef map<ExRootClassifier *, pair<Bool_t, TCategoryMap> > TClassifierMap; 24 24 25 25 ExRootFilter::ExRootFilter(const TSeqCollection *collection) : -
external/ExRootAnalysis/ExRootFilter.h
r6455202 r77e9ae1 25 25 TIterator *fIter; //! 26 26 27 std::map<ExRootClassifier *, std::pair<Bool_t, std::map<Int_t, TObjArray *> >> fMap; //!27 std::map<ExRootClassifier *, std::pair<Bool_t, std::map<Int_t, TObjArray *> > > fMap; //! 28 28 }; 29 29 -
external/ExRootAnalysis/ExRootTreeReader.h
r6455202 r77e9ae1 36 36 Int_t fCurrentTree; //! current Tree number in a TChain 37 37 38 typedef std::map<TString, std::pair<TBranch *, TClonesArray *> > TBranchMap;38 typedef std::map<TString, std::pair<TBranch *, TClonesArray *> > TBranchMap; 39 39 40 40 TBranchMap fBranchMap; //!
Note:
See TracChangeset
for help on using the changeset viewer.