FairRoot/PandaRoot
PndFtsHoughTrackFinderParams.cxx
Go to the documentation of this file.
2 
4 // ----- Default constructor -------------------------------------------
5 
7 : fParabolaStepsPerThetaDeg(4.),
8  fParabolaHwScan(20.),
9 
10  fParabolaNBinsPzxInv(600),
11  fParabolaQDivPzxArgMax(0.015),
12 
13  fZLineParabola(342.75), // 368. seemed fine
14  fZParabolaLine(605.),
15 
16  fUnused(0)
17 { }
18 
19 // -------------------------------------------------------------------------
20 
21 
22 // -------------------------------------------------------------------------
23 
24 // ----- Destructor ----------------------------------------------------
26 // -------------------------------------------------------------------------
27 
ClassImp(PndFtsHoughTrackFinderParams) PndFtsHoughTrackFinderParams
Parameters for Hough space track finder. Created: 09.02.2015.