Parameters for Hough space track finder. Created: 09.02.2015.
More...
#include <PndFtsHoughTrackFinderParams.h>
Parameters for Hough space track finder. Created: 09.02.2015.
- Author
- Martin J. Galuska <martin [dot] j [dot] galuska (at) physik [dot] uni (minus) giessen [dot] de>
Definition at line 16 of file PndFtsHoughTrackFinderParams.h.
◆ PndFtsHoughTrackFinderParams()
PndFtsHoughTrackFinderParams::PndFtsHoughTrackFinderParams |
( |
| ) |
|
◆ ~PndFtsHoughTrackFinderParams()
PndFtsHoughTrackFinderParams::~PndFtsHoughTrackFinderParams |
( |
| ) |
|
◆ ClassDef()
◆ getNBinsY()
Int_t PndFtsHoughTrackFinderParams::getNBinsY |
( |
| ) |
const |
|
inline |
◆ getParabolaHwScan()
Double_t PndFtsHoughTrackFinderParams::getParabolaHwScan |
( |
| ) |
const |
|
inline |
◆ getParabolaNBinsPzxInv()
Int_t PndFtsHoughTrackFinderParams::getParabolaNBinsPzxInv |
( |
| ) |
const |
|
inline |
◆ getParabolaQDivPzxArgMax()
Double_t PndFtsHoughTrackFinderParams::getParabolaQDivPzxArgMax |
( |
| ) |
const |
|
inline |
◆ getParabolaStepsPerThetaDeg()
Double_t PndFtsHoughTrackFinderParams::getParabolaStepsPerThetaDeg |
( |
| ) |
const |
|
inline |
◆ getZLineParabola()
Double_t PndFtsHoughTrackFinderParams::getZLineParabola |
( |
| ) |
const |
|
inline |
◆ getZParabolaLine()
Double_t PndFtsHoughTrackFinderParams::getZParabolaLine |
( |
| ) |
const |
|
inline |
◆ Print()
virtual void PndFtsHoughTrackFinderParams::Print |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 22 of file PndFtsHoughTrackFinderParams.h.
24 std::cout <<
"fZLineParabola=" << fZLineParabola <<
" cm fZParabolaLine=" << fZParabolaLine <<
"cm\n";
25 std::cout <<
"fParabolaStepsPerThetaDeg=" << fParabolaStepsPerThetaDeg <<
" fParabolaHwScan=" << fParabolaHwScan <<
" fParabolaNBinsPzxInv=" << fParabolaNBinsPzxInv
26 <<
" fParabolaQDivPzxArgMax=" << fParabolaQDivPzxArgMax <<
" a.u.\n";
◆ setParabolaParams()
void PndFtsHoughTrackFinderParams::setParabolaParams |
( |
Double_t |
parabolaStepsPerThetaDeg, |
|
|
Double_t |
parabolaHwScan, |
|
|
Int_t |
parabolaNBinsPzxInv, |
|
|
Double_t |
parabolaQDivPzxArgMax |
|
) |
| |
|
inline |
Definition at line 43 of file PndFtsHoughTrackFinderParams.h.
45 fParabolaStepsPerThetaDeg = parabolaStepsPerThetaDeg;
46 fParabolaHwScan = parabolaHwScan;
48 fParabolaNBinsPzxInv = parabolaNBinsPzxInv;
49 fParabolaQDivPzxArgMax = parabolaQDivPzxArgMax;
◆ setZPositionsForSwitchingLineParabolaLine()
void PndFtsHoughTrackFinderParams::setZPositionsForSwitchingLineParabolaLine |
( |
Double_t |
zLineParabola, |
|
|
Double_t |
zParabolaLine |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: