BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/KalFitAlg/KalFitAlg-00-07-55-p03/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
9
10public:
11
12static int muls_;
13static int loss_;
14static int wsag_;
15static int back_;
16static double pT_;
17static int lead_;
18static int lr_;
19static double matrixg_;
20static int debug_;
21static int debug_kft_;
22static int ntuple_;
23static int activeonly_;
24static string matfile_;
25static string cylfile_;
26static double deltachi2_cutf_;
27static double deltachi2_cuts_;
28static double pt_;
29static double pe_cut_;
30static double pmu_cut_;
31static double ppi_cut_;
32static double pk_cut_;
33static double pp_cut_;
34static int i_back_;
35static int tofflag_;
36static int tof_hyp_;
37static int resolution_;
38static double fstrag_;
39static int enhance_;
41static int numf_;
42static int numfcor_;
43static double Bznom_;
44static int steplev_;
45static int Tof_correc_;
46static int strag_;
47static double chi2mdc_hit2_;
48static double factor_strag_;
49static int tofall_;
50static int nmdc_hit2_;
51static int LR_;
52static int resolflag_;
53static void LR(int x);
54static int lead(void);
55static void lead(int i);
56static int back(void);
57static void back(int i);
58static int resol(void);
59static void resol(int i);
60static int muls(void);
61static int loss(void);
62static void muls(int i);
63static void loss(int i);
64};
65
66#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)