Changeset 3b3071a in git for external/ExRootAnalysis/ExRootTreeWriter.h
- Timestamp:
- Apr 17, 2021, 10:28:12 AM (4 years ago)
- Branches:
- master
- Children:
- 27197df
- Parents:
- 9e08f27 (diff), 64294db (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/ExRootTreeWriter.h
r9e08f27 r3b3071a 28 28 void SetTreeName(const char *name) { fTreeName = name; } 29 29 30 TTree* GetTree() { return fTree; } 31 void SetTree(TTree* t) { fTree = t; } 32 30 33 ExRootTreeBranch *NewBranch(const char *name, TClass *cl); 31 34 void AddInfo(const char *name, Double_t value);
Note:
See TracChangeset
for help on using the changeset viewer.