BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/MucRecEvent/MucRecEvent/MucTrackParameter.h
Go to the documentation of this file.
1
2#ifndef MUC_TRACK_PARAMETER_H_
3#define MUC_TRACK_PARAMETER_H_
4
5const double kDeltaPhi = 0.01; // extrapolation step
6const double kvC = 3e8;
7const int kMdcExtIterMax = 1000; // calculate track from origin step by step
8
9const double kInsctWeight = 0.3; // weight of old intersection pos in calculate new intersection with hits
10
11#endif // MUC_TRACK_PARAMETER_H_