ParametricPhaseSpace.cpp
Go to the documentation of this file.
22 Logger::print(0,"%20.20s INFO: Creating parametric phase space on top of base phase space \"%s\"\n", m_name, phsp->name());
36 Logger::print(2,"%20.20s ERROR: Dimensionality of the base phase space \"%s\" for parametric phase space exceeds 4\n",
43 Logger::print(2,"%20.20s ERROR: Upper limit (%f) <= lowerLimit (%f) for parametric phase space\n",
69 Logger::print(1,"%20.20s WARNING: Upper limit (%f) < lower limit (%f)\n for parametric phase space\n", m_name, upper, lower);
79 Logger::print(2,"%20.20s ERROR: var=%d for lower limit of parametric phase space\n", m_name, var);
87 Logger::print(2,"%20.20s ERROR: var=%d for upper limit of parametric phase space\n", m_name, var);
virtual Double_t upperLimit(UInt_t var)=0 Return upper allowed limit of the variable. Bool_t limits(UInt_t var, std::vector< Double_t > &x, Double_t *lower, Double_t *upper) Return limits (lower and upper) for the variable at the certain point of the phase space... Definition: ParametricPhaseSpace.cpp:93 Bool_t withinLimits(std::vector< Double_t > &x) Check if the point is within the phase space limits. Definition: ParametricPhaseSpace.cpp:54 virtual Double_t lowerLimit(UInt_t var)=0 Return lower allowed limit of the variable. ParametricPhaseSpace(const char *phspName, AbsPhaseSpace *basePhaseSpace, const char *lowerFormula, const char *upperFormula, Double_t lowerLimit, Double_t upperLimit) Constructor. Definition: ParametricPhaseSpace.cpp:12 virtual Bool_t withinLimits(std::vector< Double_t > &x)=0 Check if the point is within phase space limits. Generated by 1.8.9.1 |