BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/KalFitAlg/include/KalFitAlg/KalFitPar.h
Go to the documentation of this file.
1#ifndef KALFITPAR_H // to avoid repeatly defined the head
2#define KALFITPAR_H
3#include <cstdio>
4#include <string>
5using namespace std;
6
7class KalFitPar {
8
9public:
10 static int muls_;
11 static int loss_;
12 static int wsag_;
13 static int back_;
14 static double pT_;
15 static int lead_;
16 static int lr_;
17 static double matrixg_;
18 static int debug_;
19 static int debug_kft_;
20 static int ntuple_;
21 static int activeonly_;
22 static string matfile_;
23 static string cylfile_;
24 static double deltachi2_cutf_;
25 static double deltachi2_cuts_;
26 static double pt_;
27 static double pe_cut_;
28 static double pmu_cut_;
29 static double ppi_cut_;
30 static double pk_cut_;
31 static double pp_cut_;
32 static int i_back_;
33 static int tofflag_;
34 static int tof_hyp_;
35 static int resolution_;
36 static double fstrag_;
37 static int enhance_;
38 static double fac_h1_, fac_h2_, fac_h3_, fac_h4_, fac_h5_;
39 static int numf_;
40 static int numfcor_;
41 static double Bznom_;
42 static int steplev_;
43 static int Tof_correc_;
44 static int strag_;
45 static double chi2mdc_hit2_;
46 static double factor_strag_;
47 static int tofall_;
48 static int nmdc_hit2_;
49 static int LR_;
50 static int resolflag_;
51 static void LR( int x );
52 static int lead( void );
53 static void lead( int i );
54 static int back( void );
55 static void back( int i );
56 static int resol( void );
57 static void resol( int i );
58 static int muls( void );
59 static int loss( void );
60 static void muls( int i );
61 static void loss( int i );
62};
63
64#endif
static int lead(void)
static int resol(void)
static void lead(int i)
static void loss(int i)
static void muls(int i)
static int muls(void)
static int back(void)
static int loss(void)
static void LR(int x)
static void resol(int i)
static void back(int i)