DivideDensity.cpp
Go to the documentation of this file.
27 Logger::print(2,"%20.20s ERROR: Dimensionalities of the Divide phase space and its component %s differ\n", m_name, m_density1->name() );
32 Logger::print(2,"%20.20s ERROR: Dimensionalities of the Divide phase space and its component %s differ\n", m_name, m_density2->name() );
44 Logger::print(2,"%20.20s ERROR: Dimensionality of vector (%d) does not correspond to phase space definition (%d)\n",
virtual AbsPhaseSpace * phaseSpace()=0 Return phase space definition for this PDF. DivideDensity(const char *pdfName, AbsPhaseSpace *thePhaseSpace, AbsDensity *d1, AbsDensity *d2) Constructor of Divide density. Definition: DivideDensity.cpp:13 Double_t density(std::vector< Double_t > &x) Calculate PDF value at the given point. Definition: DivideDensity.cpp:41 virtual Double_t density(std::vector< Double_t > &x)=0 Calculate PDF value at the given point. Generated by 1.8.9.1 |