PandaRoot
PndFtsConstants.h
Go to the documentation of this file.
1 //
2 // Created by Bartosz Sobol on 13.09.2020.
3 //
4 
5 #pragma once
6 
7 #include <cstdint>
8 
9 namespace PndFtsTrackFinder {
10 
17  uint16_t fMaxLineTrackSize = 32;
18  uint16_t fMaxCircTrackSize = 64;
19  uint16_t fMaxTracksPerEvent = 128;
20  float fDBias = 0.5;
21  float fDeltaL = 0.5;
22  float fDeltaC = 2.0;
23  float fDelta2 = 40.0;
24  float fZBStart = 368.0;
25  float fZBEnd = 560.0;
26  float fZBCurvOffset = 1.5;
27  float fZBTanOffset = 6.0;
28 };
29 
30 } // namespace PndFtsTrackFinder
float fZBTanOffset
Offset fot fZBStart and fZBEnd for PndFtsMomEstMethod::TANGENT-based momentum estimation.
float fZBCurvOffset
Offset for fZBStart in FT34 ZOX circle fitting.