10 #ifndef PndFtsHoughSpaceBinning_H 11 #define PndFtsHoughSpaceBinning_H 24 Double_t thetaRadLowVal,
25 Double_t thetaRadHighVal,
27 Int_t nBinsYVal, Double_t yLowVal,
32 Double_t yLowHighVal);
35 inline void Print()
const;
43 Double_t
getYLow()
const {
return fYLow; };
47 Double_t fThetaRadLow;
48 Double_t fThetaRadHigh;
61 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.