BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
Mdc/MdcAlignAlg/MdcAlignAlg-00-01-04/MdcAlignAlg/MdcAliParams.h
Go to the documentation of this file.
1#ifndef MDCALIPARAMS_H
2#define MDCALIPARAMS_H
3
4#include <string>
5
6class MdcAliParams {
7public:
8 int particle;
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];
22 int nHitLayCut;
23 int nHitCut;
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;
30 double maxDocaInner;
31 double maxDocaOuter;
32 double maxResi;
33
34
35};
36
37
38#endif /* MDCCALPARAMS_H */