BinnedDensity.hh
Go to the documentation of this file.
void setCutoff(Double_t cutoff) Set cutoff value. Values in bins greater than cutoff will be made equal to cutoff. Definition: BinnedDensity.hh:68 BinnedDensity(const char *pdfName, AbsPhaseSpace *thePhaseSpace, AbsDensity *d, UInt_t bins1, UInt_t bins2=0, UInt_t bins3=0, UInt_t bins4=0, UInt_t bins5=0) Constructor that creates the binned density from any AbsDensity of the dimensionality up to five... Definition: BinnedDensity.cpp:21 void readFromTextFile(const char *fileName) Read the binned density from a text file. The dimensionality of the density stored in the file should... Definition: BinnedDensity.cpp:162 Double_t m_cutoff Cutoff value (values in bins greater than cutoff will be make equal to cutoff). Definition: BinnedDensity.hh:144 void writeToFile(const char *fileName) Write the binned density into a file (ROOT or text format depending on the extension) ... Definition: BinnedDensity.cpp:398 Definition: BinnedDensity.hh:13 void writeToRootFile(const char *fileName) Write the binned density into a ROOT file. Definition: BinnedDensity.cpp:471 void init(AbsPhaseSpace *thePhaseSpace, std::vector< UInt_t > &binning, AbsDensity *d) Common initalisation function used by both constructors from an AbsDensity. Definition: BinnedDensity.cpp:48 void readFromFile(const char *fileName) Read the binned density from a file, ROOT or text depending on the extension. The dimensionality of t... Definition: BinnedDensity.cpp:153 std::vector< UInt_t > m_binning Vector of bin numbers for each variable. Definition: BinnedDensity.hh:135 void readFromRootFile(const char *fileName) Read the binned density from a ROOT file. The dimensionality of the density stored in the file should... Definition: BinnedDensity.cpp:270 AbsPhaseSpace * m_phaseSpace Reference to the phase space definition. Definition: BinnedDensity.hh:138 void writeToTextFile(const char *fileName) Write the binned density into a file. Definition: BinnedDensity.cpp:407 Double_t density(std::vector< Double_t > &x) Return the value of the PDF in a point. Definition: BinnedDensity.cpp:550 Generated by 1.8.9.1 |