- Timestamp:
- Apr 7, 2021, 5:46:38 PM (4 years ago)
- Branches:
- master
- Children:
- 3cfe61d
- Parents:
- 08d82fe (diff), 84b9ec6 (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. - git-author:
- Michele Selvaggi <michele.selvaggi@…> (04/07/21 17:46:38)
- git-committer:
- GitHub <noreply@…> (04/07/21 17:46:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/ExRootTreeWriter.h
r08d82fe rcd7aa16 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.