BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
EstParameter.h
Go to the documentation of this file.
1//
2//Parameters for Event start time determination
3//
4//Create by Ma Xiang
5//
6
7#ifndef EstParameter_FLAG_
8#define EstParameter_FLAG_
9
10#include<iostream>
11
12using namespace std;
13
15
16 public:
17 //Constructor and destructor
18
21
22 double vscint() const;
23 double vdrift() const;
24 // int optCosmic() const;
25 // int cosmicScheme() const;
26 int SkipMC() const;
27 int Skip() const;
28 double ptCut() const ;
29 double drCut() const ;
30 double dzCut() const ;
31 double pathlCut() const ;
32 double ztofCutmin() const ;
33 double ztofCutmax() const ;
34 double timeOfs() const ;
35 double MDC_Skip() const ;
36 double MDC_Inner() const ;
37 double MDC_drCut() const ;
38 double MDC_dzCut() const ;
39 double MDC_Tof() const ;
40 double MDC_Prop() const ;
41 double MDC_Walk() const ;
42 double MDC_Xt() const ;
43 int MDC_Debug() const ;
44
45 private:
46 double _vscint;
47 double _vdrift;
48 //int _optCosmic, _cosmicScheme;
49 int _SkipMC,_Skip;
50 double _ptCut, _drCut, _dzCut;
51 double _pathlCut, _ztofCutmin, _ztofCutmax;
52 double _timeOfs;
53 int _MDC_Skip;
54 double _MDC_ptCut, _MDC_drCut, _MDC_dzCut;
55 int _MDC_Tof, _MDC_Prop, _MDC_Walk;
56 int _MDC_Debug;
57 int _MDC_Xt, _MDC_Inner;
58 //unsigned int _TOF_TimeChannel;
59 //double __Trigger_cycle_coarse;
60
61
62};
63
64#endif /*EstParameter_FLAG_*/
double pathlCut() const
double vscint() const
double ztofCutmin() const
double timeOfs() const
double MDC_Prop() const
int Skip() const
double MDC_drCut() const
int SkipMC() const
double MDC_Walk() const
double ztofCutmax() const
double MDC_Xt() const
double dzCut() const
double MDC_Skip() const
double ptCut() const
double MDC_dzCut() const
int MDC_Debug() const
double drCut() const
double MDC_Tof() const
double vdrift() const
double MDC_Inner() const