BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Muc/MucRecEvent/include/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 =
10 0.3; // weight of old intersection pos in calculate new intersection with hits
11
12#endif // MUC_TRACK_PARAMETER_H_