22 #ifndef PndFtsHoughSpaceBinning_H 23 #define PndFtsHoughSpaceBinning_H 36 Double_t thetaRadLowVal,
37 Double_t thetaRadHighVal,
39 Int_t nBinsYVal, Double_t yLowVal,
44 Double_t yLowHighVal);
47 inline void Print()
const;
55 Double_t
getYLow()
const {
return fYLow; };
59 Double_t fThetaRadLow;
60 Double_t fThetaRadHigh;
73 std::cout <<
"x: (" << fNBinsTheta <<
", " << fThetaRadLow <<
", " << fThetaRadHigh <<
") -- y: (" << fNBinsY <<
", " << fYLow <<
", " << fYHigh <<
'\n';
~PndFtsHoughSpaceBinning()
ClassDef(PndFtsHoughSpaceBinning, 1)
Int_t getNBinsTheta() const
Double_t getThetaRadHigh() const
Double_t getThetaRadLow() const
PndFtsHoughSpaceBinning()
Double_t getYHigh() const
Helper class for Hough space containing binning. Created: 09.02.2015.