Changes in external/ExRootAnalysis/ExRootTreeReader.h [77e9ae1:cab38f6] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/ExRootTreeReader.h
r77e9ae1 rcab38f6 10 10 */ 11 11 12 #include "TROOT.h" 13 #include "TNamed.h" 12 14 #include "TChain.h" 13 15 #include "TFile.h" 14 #include "TNamed.h"15 #include "TROOT.h"16 16 17 17 #include <map> 18 18 19 class ExRootTreeReader : public TNamed19 class ExRootTreeReader : public TNamed 20 20 { 21 public: 21 public : 22 22 23 ExRootTreeReader(TTree *tree = 0); 23 24 ~ExRootTreeReader(); … … 31 32 32 33 private: 34 33 35 Bool_t Notify(); 34 36 … … 36 38 Int_t fCurrentTree; //! current Tree number in a TChain 37 39 38 typedef std::map<TString, std::pair<TBranch *, TClonesArray*> > TBranchMap;40 typedef std::map<TString, std::pair<TBranch*, TClonesArray*> > TBranchMap; 39 41 40 42 TBranchMap fBranchMap; //!
Note:
See TracChangeset
for help on using the changeset viewer.