OneDimPhaseSpace.cpp
Go to the documentation of this file.
19 Logger::print(0,"%20.20s INFO: Creating 1D phase space in range (%f, %f)\n", m_name, lower, upper);
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: OneDimPhaseSpace.cpp:58 Bool_t withinLimits(std::vector< Double_t > &x) Check if the point is within the phase space limits. Definition: OneDimPhaseSpace.cpp:36 OneDimPhaseSpace(const char *phaseSpaceName, Double_t lowerLimit, Double_t upperLimit) Constructor. Definition: OneDimPhaseSpace.cpp:15 Generated by 1.8.9.1 |