TransposedFactorisedDensity.cpp
Go to the documentation of this file.
31 Logger::print(2,"%20.20s ERROR: Dimensionalities of the factorised phase space and sum of its components differ\n", m_name);
43 Logger::print(2,"%20.20s ERROR: Dimensionality of vector (%d) does not correspond to phase space definition (%d)\n",
TransposedFactorisedDensity(const char *pdfName, AbsPhaseSpace *thePhaseSpace, AbsDensity *density1, AbsDensity *density2, UInt_t index) Constructor of factorised density of an arbitrary number of density components. Definition: TransposedFactorisedDensity.cpp:13 UInt_t m_dim2 Cached dimensionality of the density 2 phase space. Definition: TransposedFactorisedDensity.hh:69 virtual AbsPhaseSpace * phaseSpace()=0 Return phase space definition for this PDF. Double_t density(std::vector< Double_t > &x) Calculate PDF value at the given point. Definition: TransposedFactorisedDensity.cpp:40 UInt_t m_index Index at which density 2 phase space is inserted. Definition: TransposedFactorisedDensity.hh:60 virtual Double_t density(std::vector< Double_t > &x)=0 Calculate PDF value at the given point. UInt_t m_dim Cached dimensionality of the combined phase space. Definition: TransposedFactorisedDensity.hh:63 UInt_t m_dim1 Cached dimensionality of the density 1 phase space. Definition: TransposedFactorisedDensity.hh:66 Generated by 1.8.9.1 |