CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
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 firstMdcAxialRadius
static const double maxMdcZLen
static const double maxDlen
static const double maxTrkLength
static double maxProca
static const double maxDd0InMerge
static const int nSegCombo
relative to MdcxFindTracks
static const double maxTrkOmega
Track attribute.
virtual ~MdcxParameters()
Definition: MdcxParameters.h:7
static const double maxPdradInMerge
static const float maxDp12[nSegCombo]
static const double maxMdcRadius
MDC Geometry.
static const int layerSet2AddSeg[nSegCombo][11]
static const float maxDp13[nSegCombo]
static const double c
constants
Definition: MdcxParameters.h:9
static int debug
static const double maxRcsInMerge
static double maxRcsInAddSeg
static double minTrkProb
static double addHitFactor
static const double maxAddHitCut
static const double maxDphi0InMerge
static float dropHitsSigma[43]
static double csmax4
static const int findTrkGroup[nSegCombo][3]
– relative to MdcxFindTracks
static double helixFitSigma
static double csmax3
static double nSigAddHitTrk