LauEmbeddedData.hh
Go to the documentation of this file.
75 Bool_t haveBranch(const TString& name) const {return theDataTree_ ? theDataTree_->haveBranch(name) : kFALSE;}
File containing declaration of LauFitDataTree class. Bool_t getReweightedEvent(LauIsobarDynamics *dynamics) Retrieve an event from the data sample, applying an accept/reject based on the given DP model... Definition: LauEmbeddedData.cc:59 Bool_t reuseEvents() const Boolean determining whether events should be reused. Definition: LauEmbeddedData.hh:111 std::map< TString, Double_t > LauFitData Type for holding event data. Definition: LauFitDataTree.hh:31 UInt_t nBranches() const Obtain the number of branches in the tree. Definition: LauFitDataTree.cc:170 Double_t getValue(const TString &name) const Get the value of a specified branch. Definition: LauEmbeddedData.cc:175 Bool_t haveBranch(const TString &name) const Boolean to determine whether branch exists. Definition: LauEmbeddedData.hh:75 LauEmbeddedData & operator=(const LauEmbeddedData &rhs) Copy assignment operator (not implemented) LauEmbeddedData(const TString &fileName, const TString &treeName, Bool_t allowReuseOfEvents) Constructor. Definition: LauEmbeddedData.cc:30 LauFitData getValues(const std::vector< TString > &names) const Get values of specified branches. Definition: LauEmbeddedData.cc:186 Class to store the data for embedding in toy experiments. Definition: LauEmbeddedData.hh:33 void getEmbeddedEvent(LauKinematics *kinematics) Retrieve an event from the data sample. Definition: LauEmbeddedData.cc:140 UInt_t nUsedEvents() const Retrieve the number of events that have already been sampled. Definition: LauEmbeddedData.hh:69 Class for defining signal dynamics using the isobar model. Definition: LauIsobarDynamics.hh:39 Bool_t haveBranch(const TString &name) const Check if the named branch is stored. Definition: LauFitDataTree.cc:237 Generated by 1.8.5 |