LauFitDataTree.hh LauFitDataTree(const TString &rootFileName, const TString &rootTreeName) Constructor. Definition: LauFitDataTree.cc:40 void readExperimentData(UInt_t iExpt) Read events only for the given experiment. Definition: LauFitDataTree.cc:169 const LauFitData & getData(UInt_t iEvt) const Retrieve the data for a given event. Definition: LauFitDataTree.cc:376 void appendFakePoints(const std::vector< Double_t > &xCoords, const std::vector< Double_t > &yCoords) Add fake events to the data. Definition: LauFitDataTree.cc:234 void disableBranch(const TString &name) const Disable the named branch. Definition: LauFitDataTree.cc:316 void enableBranch(const TString &name) const Enable the named branch. Definition: LauFitDataTree.cc:309 std::vector< Double_t > LauEventData The type used to contain the data for each event. Definition: LauFitDataTree.hh:189 Bool_t haveBranch(const TString &name) const Check if the named branch is stored. Definition: LauFitDataTree.cc:293 std::map< TString, UInt_t > LauNameIndexMap The type used to map the leaf names to the vector indices. Definition: LauFitDataTree.hh:186 LauFitDataTree(const LauFitDataTree &rhs) Copy constructor (not implemented) UInt_t nTreeEvents() const Retrieve the number of events in the tree. Definition: LauFitDataTree.hh:110 LauFitData eventDataOut_ Stores the current event (for external use) Definition: LauFitDataTree.hh:216 TEventList * eventList_ A list of the events in the current experiment. Definition: LauFitDataTree.hh:207 std::vector< TLeaf * > LauLeafList The type used to hold the leaves. Definition: LauFitDataTree.hh:192 std::vector< LauEventData > fakeEvents_ The fake events, which are not from the tree. Definition: LauFitDataTree.hh:225 std::map< TString, Double_t > LauFitData Type for holding event data. Definition: LauFitDataTree.hh:45 LauNameIndexMap leafNames_ Stores the mapping from the leaf names to the vector indices. Definition: LauFitDataTree.hh:210 std::vector< LauEventData > treeEvents_ The events read from the tree. Definition: LauFitDataTree.hh:222 LauFitDataTree & operator=(const LauFitDataTree &rhs) Copy assignment operator (not implemented) Generated by ![]() |