BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/MdcPatRec/MdcxReco/include/MdcxReco/MdcxParameters.h
Go to the documentation of this file.
1#ifndef MDCXPARAMETERS_H
2#define MDCXPARAMETERS_H
3
4class MdcxParameters {
5public:
6 virtual ~MdcxParameters(){};
7 /// constants
8 static const double c;
9
10 /// Track attribute
11 static const double maxTrkOmega;
12 static const double maxTrkLength;
13 static double maxProca;
14 static double minTrkProb;
15
16 static const double maxDd0InMerge;
17 static const double maxDphi0InMerge;
18 static const double maxPdradInMerge;
19 static const double maxRcsInMerge;
20 static double maxRcsInAddSeg;
21 static double nSigAddHitTrk; // yzhang 2010-05-05
22 static double addHitFactor;
23
24 static const double maxAddHitCut;
25 static double helixFitSigma;
26
27 // track fiting cut
28 static double csmax4;
29 static double csmax3;
30
31 /// MDC Geometry
32 static const double maxMdcRadius;
33 static const double firstMdcAxialRadius;
34 static const double maxMdcZLen;
35
36 /// relative to MdcxFindTracks
37 static const int nSegCombo = 13;
38 static const int findTrkGroup[nSegCombo][3];
39 static const float maxDp12[nSegCombo];
40 static const float maxDp13[nSegCombo];
41 static const int layerSet2AddSeg[nSegCombo][11];
42 static float dropHitsSigma[43];
43 static int debug;
44 static const double maxDlen;
45
46private:
48};
49
50#endif // MDCX_PARAMETERS_H
static const int nSegCombo
relative to MdcxFindTracks
static const int findTrkGroup[nSegCombo][3]
– relative to MdcxFindTracks