Helper class for Hough space containing binning. Created: 09.02.2015.
More...
#include <PndFtsHoughSpaceBinning.h>
Helper class for Hough space containing binning. Created: 09.02.2015.
- Author
- Martin J. Galuska <martin [dot] j [dot] galuska (at) physik [dot] uni (minus) giessen [dot] de>
Definition at line 19 of file PndFtsHoughSpaceBinning.h.
◆ PndFtsHoughSpaceBinning() [1/3]
PndFtsHoughSpaceBinning::PndFtsHoughSpaceBinning |
( |
| ) |
|
◆ PndFtsHoughSpaceBinning() [2/3]
PndFtsHoughSpaceBinning::PndFtsHoughSpaceBinning |
( |
Int_t |
nBinsThetaVal, |
|
|
Double_t |
thetaRadLowVal, |
|
|
Double_t |
thetaRadHighVal, |
|
|
Int_t |
nBinsYVal, |
|
|
Double_t |
yLowVal, |
|
|
Double_t |
yHighVal |
|
) |
| |
◆ PndFtsHoughSpaceBinning() [3/3]
PndFtsHoughSpaceBinning::PndFtsHoughSpaceBinning |
( |
Int_t |
stepsPerThetaDeg, |
|
|
Double_t |
thetaDegLowHighVal, |
|
|
Int_t |
nBinsYVal, |
|
|
Double_t |
yLowHighVal |
|
) |
| |
◆ ~PndFtsHoughSpaceBinning()
PndFtsHoughSpaceBinning::~PndFtsHoughSpaceBinning |
( |
| ) |
|
◆ ClassDef()
◆ getNBinsTheta()
Int_t PndFtsHoughSpaceBinning::getNBinsTheta |
( |
| ) |
const |
|
inline |
◆ getNBinsY()
Int_t PndFtsHoughSpaceBinning::getNBinsY |
( |
| ) |
const |
|
inline |
◆ getThetaRadHigh()
Double_t PndFtsHoughSpaceBinning::getThetaRadHigh |
( |
| ) |
const |
|
inline |
◆ getThetaRadLow()
Double_t PndFtsHoughSpaceBinning::getThetaRadLow |
( |
| ) |
const |
|
inline |
◆ getYHigh()
Double_t PndFtsHoughSpaceBinning::getYHigh |
( |
| ) |
const |
|
inline |
◆ getYLow()
Double_t PndFtsHoughSpaceBinning::getYLow |
( |
| ) |
const |
|
inline |
◆ Print()
void PndFtsHoughSpaceBinning::Print |
( |
| ) |
const |
|
inline |
Definition at line 59 of file PndFtsHoughSpaceBinning.h.
61 std::cout <<
"x: (" << fNBinsTheta <<
", " << fThetaRadLow <<
", " << fThetaRadHigh <<
") -- y: (" << fNBinsY <<
", " << fYLow <<
", " << fYHigh <<
'\n';
The documentation for this class was generated from the following file: