BOSS
7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/tofcalgsec/tofcalgsec-00-02-23/tofcalgsec/calib_barrel_q0.h
Go to the documentation of this file.
1
#ifndef CALIB_BARREL_Q0_H
2
#define CALIB_BARREL_Q0_H
3
4
#include "tofcalgsec/TofCalibFit.h"
5
6
const
int
nBarrelQ0
= 3;
// number of calib_barrel_q0.txt
7
const
int
nParQ0
= 4;
// 4: mean, mean error, sigma, sigma error
8
const
int
nGraphTotalQ0
= 2;
9
10
class
calib_barrel_q0
:
public
TofCalibFit
{
11
public
:
12
calib_barrel_q0
();
13
~calib_barrel_q0
();
14
15
void
calculate
(
RecordSet
*&
data
,
unsigned
int
icounter );
16
17
private
:
18
void
fillRecord(
const
Record
* r,
unsigned
int
icounter );
19
void
fitHistogram(
unsigned
int
icounter );
20
void
fillGraph();
21
void
fitGraph();
22
23
private
:
24
std::vector<double> itofid;
25
std::vector<double> itofiderr;
26
double
itofidstep;
27
28
std::vector<HepVector> m_fitresult;
29
};
30
31
#endif
32
data
TTree * data
Definition:
DataBase/tau_mode.c:5
RecordSet
std::vector< Record * > RecordSet
Definition:
InstallArea/include/tofcalgsec/tofcalgsec/TofDataSet.h:98
nBarrelQ0
const int nBarrelQ0
Definition:
Tof/tofcalgsec/tofcalgsec-00-02-23/tofcalgsec/calib_barrel_q0.h:6
nParQ0
const int nParQ0
Definition:
Tof/tofcalgsec/tofcalgsec-00-02-23/tofcalgsec/calib_barrel_q0.h:7
nGraphTotalQ0
const int nGraphTotalQ0
Definition:
Tof/tofcalgsec/tofcalgsec-00-02-23/tofcalgsec/calib_barrel_q0.h:8
Record
Definition:
InstallArea/include/tofcalgsec/tofcalgsec/TofDataSet.h:39
TofCalibFit
Definition:
InstallArea/include/tofcalgsec/tofcalgsec/TofCalibFit.h:21
calib_barrel_q0
Definition:
InstallArea/include/tofcalgsec/tofcalgsec/calib_barrel_q0.h:10
calib_barrel_q0::calib_barrel_q0
calib_barrel_q0()
calib_barrel_q0::~calib_barrel_q0
~calib_barrel_q0()
calib_barrel_q0::calculate
void calculate(RecordSet *&data, unsigned int icounter)
source
Tof
tofcalgsec
tofcalgsec-00-02-23
tofcalgsec
calib_barrel_q0.h
Generated by
1.9.6