CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
CgemAliParams.h
Go to the documentation of this file.
1#ifndef CGEMALIPARAMS_H
2#define CGEMALIPARAMS_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 int fgAdjacLayerCut; /* a cut for adjacent layers in CgemCalib.cxx */
19 int fgBoundLayerCut; /* a cut for boundary layers in CgemCalib.cxx */
20 int nTrkCut[2];
23 int hitStatCut; /* hitStatCut=1 for CgemxReco & CgemPatRec */
24
25 double ptCut[2]; /* cut of Pt */
26 double costheCut[2]; /* cut of cos(theta) */
27 double drCut;
28 double dzCut;
31 double maxResi;
32
33
34};
35
36
37#endif /* MDCCALPARAMS_H */
double maxDocaOuter
Definition: CgemAliParams.h:30
double costheCut[2]
Definition: CgemAliParams.h:26
int esFlag[50]
Definition: CgemAliParams.h:10
double tmaxFitChindf
Definition: CgemAliParams.h:14
double maxDocaInner
Definition: CgemAliParams.h:29
double ptCut[2]
Definition: CgemAliParams.h:25