FactorisedDensity.cpp
Go to the documentation of this file.
47 Logger::print(0,"%20.20s INFO: Creating factorised density of %d components\n", m_name, (UInt_t)densityComponents.size() );
57 Logger::print(2,"%20.20s ERROR: Dimensionalities of the factorised phase space and sum of its components differ\n", m_name);
66 Logger::print(2,"%20.20s ERROR: Dimensionality of vector (%d) does not correspond to phase space definition (%d)\n",
FactorisedDensity(const char *pdfName, AbsPhaseSpace *thePhaseSpace, std::vector< AbsDensity * > &densityComponents) Constructor of factorised density of an arbitrary number of density components. Definition: FactorisedDensity.cpp:13 void init(AbsPhaseSpace *thePhaseSpace, std::vector< AbsDensity * > &densityComponents) Common initialise function used by all constructors. Definition: FactorisedDensity.cpp:41 std::vector< AbsDensity * > m_densityComponents Vector of density components. Definition: FactorisedDensity.hh:73 Double_t density(std::vector< Double_t > &x) Calculate PDF value at the given point. Definition: FactorisedDensity.cpp:63 Generated by 1.8.9.1 |