LauGenNtuple.hh
Go to the documentation of this file.
Int_t buildIndex(const TString &majorName, const TString &minorName="0") Create an index table using leaves of the tree. Definition: LauGenNtuple.cc:164 Int_t getIntegerBranchValue(const TString &name) const Get value of an integer branch. Definition: LauGenNtuple.cc:101 void addFriendTree(const TString &rootFileName, const TString &rootTreeName) Add a friend tree. Definition: LauGenNtuple.cc:195 Double_t getDoubleBranchValue(const TString &name) const Get value of a double branch. Definition: LauGenNtuple.cc:112 Bool_t definedBranches() const Flags whether branches have been defined. Definition: LauGenNtuple.hh:134 void addIntegerBranch(const TString &name) Add integer branch to tree. Definition: LauGenNtuple.cc:73 Class to store the results from the toy MC generation into an ntuple. Definition: LauGenNtuple.hh:32 void setIntegerBranchValue(const TString &name, Int_t value) Set value of an integer branch. Definition: LauGenNtuple.cc:91 LauGenNtuple(const TString &rootFileName, const TString &rootTreeName) Constructor. Definition: LauGenNtuple.cc:28 void definedBranches(Bool_t defined) Flags whether branches have been defined. Definition: LauGenNtuple.hh:140 std::map< TString, Double_t > DoubleVarMap Type to hold double precision floating point variables. Definition: LauGenNtuple.hh:158 void setDoubleBranchValue(const TString &name, Double_t value) Set value of a double branch. Definition: LauGenNtuple.cc:96 Generated by 1.8.5 |