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  float fDBias = 0.5;
18  float fDeltaL = 0.5;
19  float fDeltaC = 2.0;
20  float fDelta2 = 40.0;
21  float fZBStart = 368.0;
22  float fZBEnd = 560.0;
23  float fZBCurvOffset = 1.5;
24  float fZBTanOffset = 6.0;
25 };
26 
27 } // 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.