AbsPhaseSpace.hh
Go to the documentation of this file.
57 virtual Bool_t limits(UInt_t var, std::vector<Double_t> &x, Double_t* lower, Double_t* upper) = 0;
virtual Double_t upperLimit(UInt_t var)=0 Return upper allowed limit of the variable. virtual Double_t lowerLimit(UInt_t var)=0 Return lower allowed limit of the variable. virtual Bool_t limits(UInt_t var, std::vector< Double_t > &x, Double_t *lower, Double_t *upper)=0 Return limits (lower and upper) for the variable at a certain point of the phase space. 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 |