LauEmbeddedData.hh
Go to the documentation of this file.
89 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:73 Bool_t reuseEvents() const Boolean determining whether events should be reused. Definition: LauEmbeddedData.hh:125 std::map< TString, Double_t > LauFitData Type for holding event data. Definition: LauFitDataTree.hh:45 UInt_t nBranches() const Obtain the number of branches in the tree. Definition: LauFitDataTree.cc:206 Double_t getValue(const TString &name) const Get the value of a specified branch. Definition: LauEmbeddedData.cc:189 Bool_t haveBranch(const TString &name) const Boolean to determine whether branch exists. Definition: LauEmbeddedData.hh:89 LauEmbeddedData & operator=(const LauEmbeddedData &rhs) Copy assignment operator (not implemented) LauEmbeddedData(const TString &fileName, const TString &treeName, Bool_t allowReuseOfEvents) Constructor. Definition: LauEmbeddedData.cc:44 LauFitData getValues(const std::vector< TString > &names) const Get values of specified branches. Definition: LauEmbeddedData.cc:200 Class to store the data for embedding in toy experiments. Definition: LauEmbeddedData.hh:47 void getEmbeddedEvent(LauKinematics *kinematics) Retrieve an event from the data sample. Definition: LauEmbeddedData.cc:154 UInt_t nUsedEvents() const Retrieve the number of events that have already been sampled. Definition: LauEmbeddedData.hh:83 Class for defining signal dynamics using the isobar model. Definition: LauIsobarDynamics.hh:53 Bool_t haveBranch(const TString &name) const Check if the named branch is stored. Definition: LauFitDataTree.cc:273 Generated by ![]() |