SumDensity.hh
Go to the documentation of this file.
Double_t density(std::vector< Double_t > &x) Calculate PDF value at the given point. Definition: SumDensity.cpp:107 AbsPhaseSpace * phaseSpace() Return phase space definition for this PDF. Definition: SumDensity.hh:103 SumDensity(const char *pdfName, AbsPhaseSpace *thePhaseSpace, std::vector< AbsDensity * > &densityComponents, std::vector< Double_t > &weights) Constructor of Sum density of an arbitrary number of density components. Definition: SumDensity.cpp:13 void init(AbsPhaseSpace *thePhaseSpace, std::vector< AbsDensity * > &densityComponents, std::vector< Double_t > &weights) Common initialise function used by all constructors. Definition: SumDensity.cpp:79 Class that describes the sum density: the sum of two or more densities in the same phase spaces with ... Definition: SumDensity.hh:13 std::vector< AbsDensity * > m_densityComponents Vector of density components. Definition: SumDensity.hh:121 Generated by 1.8.9.1 |