CombinedPhaseSpace.hh
Go to the documentation of this file.
std::vector< Double_t > m_lowerLimit Vector of cached lower limits in each variable. Definition: CombinedPhaseSpace.hh:94 Double_t upperLimit(UInt_t var) Return upper allowed limit of the variable. Definition: CombinedPhaseSpace.cpp:111 std::vector< Double_t > m_upperLimit Vector of cached upper limits in each variable. Definition: CombinedPhaseSpace.hh:97 Definition: CombinedPhaseSpace.hh:14 CombinedPhaseSpace(const char *phaseSpaceName, std::vector< AbsPhaseSpace * > &phspList) Constructor from the vector of component phase spaces. Definition: CombinedPhaseSpace.cpp:10 Double_t lowerLimit(UInt_t var) Return lower allowed limit of the variable. Definition: CombinedPhaseSpace.cpp:100 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: CombinedPhaseSpace.cpp:122 Bool_t withinLimits(std::vector< Double_t > &x) Check if the point is within phase space limits. Definition: CombinedPhaseSpace.cpp:77 void init(std::vector< AbsPhaseSpace * > &phspList) Common initialise function for all constructors. Definition: CombinedPhaseSpace.cpp:39 std::vector< AbsPhaseSpace * > m_phspList vector of component phase spaces Definition: CombinedPhaseSpace.hh:91 Generated by 1.8.9.1 |