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