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