FairRoot/PandaRoot
|
Helper class for Hough space containing binning. Created: 09.02.2015. More...
#include <PndFtsHoughSpaceBinning.h>
Public Member Functions | |
PndFtsHoughSpaceBinning () | |
PndFtsHoughSpaceBinning (Int_t nBinsThetaVal, Double_t thetaRadLowVal, Double_t thetaRadHighVal, Int_t nBinsYVal, Double_t yLowVal, Double_t yHighVal) | |
PndFtsHoughSpaceBinning (Int_t stepsPerThetaDeg, Double_t thetaDegLowHighVal, Int_t nBinsYVal, Double_t yLowHighVal) | |
~PndFtsHoughSpaceBinning () | |
void | Print () const |
Int_t | getNBinsTheta () const |
Double_t | getThetaRadLow () const |
Double_t | getThetaRadHigh () const |
Int_t | getNBinsY () const |
Double_t | getYHigh () const |
Double_t | getYLow () const |
ClassDef (PndFtsHoughSpaceBinning, 1) | |
Private Attributes | |
Int_t | fNBinsTheta |
Double_t | fThetaRadLow |
Double_t | fThetaRadHigh |
Int_t | fNBinsY |
Double_t | fYLow |
Double_t | fYHigh |
Helper class for Hough space containing binning. Created: 09.02.2015.
Definition at line 20 of file PndFtsHoughSpaceBinning.h.
PndFtsHoughSpaceBinning::PndFtsHoughSpaceBinning | ( | ) |
Definition at line 6 of file PndFtsHoughSpaceBinning.cxx.
PndFtsHoughSpaceBinning::PndFtsHoughSpaceBinning | ( | Int_t | nBinsThetaVal, |
Double_t | thetaRadLowVal, | ||
Double_t | thetaRadHighVal, | ||
Int_t | nBinsYVal, | ||
Double_t | yLowVal, | ||
Double_t | yHighVal | ||
) |
Definition at line 16 of file PndFtsHoughSpaceBinning.cxx.
PndFtsHoughSpaceBinning::PndFtsHoughSpaceBinning | ( | Int_t | stepsPerThetaDeg, |
Double_t | thetaDegLowHighVal, | ||
Int_t | nBinsYVal, | ||
Double_t | yLowHighVal | ||
) |
Definition at line 34 of file PndFtsHoughSpaceBinning.cxx.
PndFtsHoughSpaceBinning::~PndFtsHoughSpaceBinning | ( | ) |
Definition at line 55 of file PndFtsHoughSpaceBinning.cxx.
PndFtsHoughSpaceBinning::ClassDef | ( | PndFtsHoughSpaceBinning | , |
1 | |||
) |
|
inline |
|
inline |
|
inline |
Definition at line 48 of file PndFtsHoughSpaceBinning.h.
References fThetaRadHigh.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 70 of file PndFtsHoughSpaceBinning.h.
References fNBinsTheta, fNBinsY, fThetaRadHigh, fThetaRadLow, fYHigh, and fYLow.
|
private |
Definition at line 52 of file PndFtsHoughSpaceBinning.h.
Referenced by getNBinsTheta(), and Print().
|
private |
Definition at line 60 of file PndFtsHoughSpaceBinning.h.
Referenced by getNBinsY(), and Print().
|
private |
Definition at line 58 of file PndFtsHoughSpaceBinning.h.
Referenced by getThetaRadHigh(), and Print().
|
private |
Definition at line 57 of file PndFtsHoughSpaceBinning.h.
Referenced by getThetaRadLow(), and Print().
|
private |
Definition at line 62 of file PndFtsHoughSpaceBinning.h.
Referenced by getYHigh(), and Print().
|
private |
Definition at line 61 of file PndFtsHoughSpaceBinning.h.