FairRoot/PandaRoot
|
Parameters for Hough space track finder. Created: 09.02.2015. More...
#include <PndFtsHoughTrackFinderParams.h>
Public Member Functions | |
PndFtsHoughTrackFinderParams () | |
~PndFtsHoughTrackFinderParams () | |
virtual void | Print () const |
Double_t | getParabolaStepsPerThetaDeg () const |
Double_t | getParabolaHwScan () const |
Int_t | getParabolaNBinsPzxInv () const |
Double_t | getParabolaQDivPzxArgMax () const |
Double_t | getZLineParabola () const |
Double_t | getZParabolaLine () const |
Int_t | getNBinsY () const |
void | setParabolaParams (Double_t parabolaStepsPerThetaDeg, Double_t parabolaHwScan, Int_t parabolaNBinsPzxInv, Double_t parabolaQDivPzxArgMax) |
void | setZPositionsForSwitchingLineParabolaLine (Double_t zLineParabola, Double_t zParabolaLine) |
ClassDef (PndFtsHoughTrackFinderParams, 1) | |
Private Attributes | |
Double_t | fParabolaStepsPerThetaDeg |
Double_t | fParabolaHwScan |
Int_t | fParabolaNBinsPzxInv |
Double_t | fParabolaQDivPzxArgMax |
Double_t | fZLineParabola |
Double_t | fZParabolaLine |
Int_t | fUnused |
Parameters for Hough space track finder. Created: 09.02.2015.
Definition at line 18 of file PndFtsHoughTrackFinderParams.h.
PndFtsHoughTrackFinderParams::PndFtsHoughTrackFinderParams | ( | ) |
Definition at line 6 of file PndFtsHoughTrackFinderParams.cxx.
PndFtsHoughTrackFinderParams::~PndFtsHoughTrackFinderParams | ( | ) |
Definition at line 25 of file PndFtsHoughTrackFinderParams.cxx.
PndFtsHoughTrackFinderParams::ClassDef | ( | PndFtsHoughTrackFinderParams | , |
1 | |||
) |
|
inline |
|
inline |
Definition at line 37 of file PndFtsHoughTrackFinderParams.h.
References fParabolaHwScan.
Referenced by PndFtsHoughTrackFinder::FindMatchingParabolaToLineBeforeDipoleZxAndAddLineBehindDipole().
|
inline |
Definition at line 39 of file PndFtsHoughTrackFinderParams.h.
References fParabolaNBinsPzxInv.
Referenced by PndFtsHoughTrackFinder::FindMatchingParabolaToLineBeforeDipoleZxAndAddLineBehindDipole().
|
inline |
Definition at line 40 of file PndFtsHoughTrackFinderParams.h.
References fParabolaQDivPzxArgMax.
Referenced by PndFtsHoughTrackFinder::FindMatchingParabolaToLineBeforeDipoleZxAndAddLineBehindDipole().
|
inline |
Definition at line 36 of file PndFtsHoughTrackFinderParams.h.
References fParabolaStepsPerThetaDeg.
Referenced by PndFtsHoughTrackFinder::FindMatchingParabolaToLineBeforeDipoleZxAndAddLineBehindDipole().
|
inline |
Definition at line 42 of file PndFtsHoughTrackFinderParams.h.
References fZLineParabola.
Referenced by PndFtsHoughTrackFinder::FindLinesBeforeDipoleZx(), PndFtsHoughTrackFinder::FindMatchingParabolaToLineBeforeDipoleZxAndAddLineBehindDipole(), and PndFtsHoughTrackFinder::FindZyLineMatchingToLineParabolaLineInZx().
|
inline |
Definition at line 43 of file PndFtsHoughTrackFinderParams.h.
References fZParabolaLine.
Referenced by PndFtsHoughTrackFinder::FindLinesBehindDipoleZx().
|
inlinevirtual |
Definition at line 26 of file PndFtsHoughTrackFinderParams.h.
References fParabolaHwScan, fParabolaNBinsPzxInv, fParabolaQDivPzxArgMax, fParabolaStepsPerThetaDeg, fZLineParabola, and fZParabolaLine.
|
inline |
Definition at line 48 of file PndFtsHoughTrackFinderParams.h.
References fParabolaHwScan, fParabolaNBinsPzxInv, fParabolaQDivPzxArgMax, and fParabolaStepsPerThetaDeg.
|
inline |
Definition at line 56 of file PndFtsHoughTrackFinderParams.h.
References fZLineParabola, and fZParabolaLine.
|
private |
Definition at line 66 of file PndFtsHoughTrackFinderParams.h.
Referenced by getParabolaHwScan(), Print(), and setParabolaParams().
|
private |
Definition at line 68 of file PndFtsHoughTrackFinderParams.h.
Referenced by getParabolaNBinsPzxInv(), Print(), and setParabolaParams().
|
private |
Definition at line 69 of file PndFtsHoughTrackFinderParams.h.
Referenced by getParabolaQDivPzxArgMax(), Print(), and setParabolaParams().
|
private |
Definition at line 65 of file PndFtsHoughTrackFinderParams.h.
Referenced by getParabolaStepsPerThetaDeg(), Print(), and setParabolaParams().
|
private |
Definition at line 75 of file PndFtsHoughTrackFinderParams.h.
Referenced by getNBinsY().
|
private |
Definition at line 72 of file PndFtsHoughTrackFinderParams.h.
Referenced by getZLineParabola(), Print(), and setZPositionsForSwitchingLineParabolaLine().
|
private |
Definition at line 73 of file PndFtsHoughTrackFinderParams.h.
Referenced by getZParabolaLine(), Print(), and setZPositionsForSwitchingLineParabolaLine().