LauGenNtuple.hh
Go to the documentation of this file.
LauGenNtuple & operator=(const LauGenNtuple &rhs) Copy assignment operator (not implemented) Int_t buildIndex(const TString &majorName, const TString &minorName="0") Create an index table using leaves of the tree. Definition: LauGenNtuple.cc:178 Int_t getIntegerBranchValue(const TString &name) const Get value of an integer branch. Definition: LauGenNtuple.cc:115 void addFriendTree(const TString &rootFileName, const TString &rootTreeName) Add a friend tree. Definition: LauGenNtuple.cc:209 Double_t getDoubleBranchValue(const TString &name) const Get value of a double branch. Definition: LauGenNtuple.cc:126 Bool_t definedBranches() const Flags whether branches have been defined. Definition: LauGenNtuple.hh:148 void addIntegerBranch(const TString &name) Add integer branch to tree. Definition: LauGenNtuple.cc:87 Class to store the results from the toy MC generation into an ntuple. Definition: LauGenNtuple.hh:46 void setIntegerBranchValue(const TString &name, Int_t value) Set value of an integer branch. Definition: LauGenNtuple.cc:105 LauGenNtuple(const TString &rootFileName, const TString &rootTreeName) Constructor. Definition: LauGenNtuple.cc:42 void definedBranches(Bool_t defined) Flags whether branches have been defined. Definition: LauGenNtuple.hh:154 std::map< TString, Double_t > DoubleVarMap Type to hold double precision floating point variables. Definition: LauGenNtuple.hh:178 void setDoubleBranchValue(const TString &name, Double_t value) Set value of a double branch. Definition: LauGenNtuple.cc:110 Generated by 1.8.5 |