BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/MdcAlignAlg/MdcAlignAlg/MdcAliParams.h
Go to the documentation of this file.
1#ifndef MDCALIPARAMS_H
2#define MDCALIPARAMS_H
3
4#include <string>
5
7public:
9 int nEsFlag;
10 int esFlag[50];
11 double tesMin; /* minimun Tes for calibration */
12 double tesMax; /* maximun Tes for calibration */
13
14 double tmaxFitChindf; /* chisquare cut for Tmax fit */
15
16 int resiType; /* 0: including measurement point; 1: excluding */
17
18
19 int fgAdjacLayerCut; /* a cut for adjacent layers in MdcCalib.cxx */
20 int fgBoundLayerCut; /* a cut for boundary layers in MdcCalib.cxx */
21 int nTrkCut[2];
24 int hitStatCut; /* hitStatCut=1 for MdcxReco & MdcPatRec */
25
26 double ptCut[2]; /* cut of Pt */
27 double costheCut[2]; /* cut of cos(theta) */
28 double drCut;
29 double dzCut;
32 double maxResi;
33
34
35};
36
37
38#endif /* MDCCALPARAMS_H */