FactorisedDensity.hh
Go to the documentation of this file.
AbsPhaseSpace * phaseSpace() Return phase space definition for this PDF. Definition: FactorisedDensity.hh:57 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 Class that describes the factorised density: the product of densities in two or more component phase ... Definition: FactorisedDensity.hh:13 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 |