Fork me on GitHub

Ignore:
Timestamp:
Apr 17, 2021, 10:28:12 AM (4 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
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.
Message:

Merge branch 'master' of https://github.com/delphes/delphes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/ExRootTreeWriter.h

    r9e08f27 r3b3071a  
    2828  void SetTreeName(const char *name) { fTreeName = name; }
    2929
     30  TTree* GetTree() { return fTree; }
     31  void SetTree(TTree* t) { fTree = t; }
     32
    3033  ExRootTreeBranch *NewBranch(const char *name, TClass *cl);
    3134  void AddInfo(const char *name, Double_t value);
Note: See TracChangeset for help on using the changeset viewer.