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