FormulaDensity.cpp
Go to the documentation of this file.
12 FormulaDensity::FormulaDensity(const char* pdfName, AbsPhaseSpace* thePhaseSpace, const char* formula) : AbsDensity(pdfName) {
18 Logger::print(2,"%20.20s ERROR: Dimensionality of the FormulaDensity phase space is %d (must not exceed 4)\n",
26 FormulaDensity::FormulaDensity(const char* pdfName, AbsPhaseSpace* thePhaseSpace, TFormula* formula) : AbsDensity(pdfName) {
32 Logger::print(2,"%20.20s ERROR: Dimensionality of the FormulaDensity phase space is %d (must not exceed 4)\n",
FormulaDensity(const char *pdfName, AbsPhaseSpace *thePhaseSpace, const char *formula) Constructor. Definition: FormulaDensity.cpp:12 Double_t density(std::vector< Double_t > &x) Calculate PDF value at the given point. Definition: FormulaDensity.cpp:44 Generated by 1.8.9.1 |