Changes in external/ExRootAnalysis/ExRootTreeBranch.h [cab38f6:341014c] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/ExRootTreeBranch.h
rcab38f6 r341014c 19 19 { 20 20 public: 21 22 21 ExRootTreeBranch(const char *name, TClass *cl, TTree *tree = 0); 23 22 ~ExRootTreeBranch(); … … 27 26 28 27 private: 29 30 28 Int_t fSize, fCapacity; //! 31 29 TClonesArray *fData; //! … … 33 31 34 32 #endif /* ExRootTreeBranch */ 35
Note:
See TracChangeset
for help on using the changeset viewer.