BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
Tof/tofcalgsec/tofcalgsec-00-02-21/tofcalgsec/calib_barrel_veff.h
Go to the documentation of this file.
1#ifndef CALIB_BARREL_VEFF_H
2#define CALIB_BARREL_VEFF_H
3
4#include "tofcalgsec/TofCalib.h"
5
6const int nBarrelVeff = 2;
7
8class calib_barrel_veff:public TofCalib {
9 public:
11 m_name = string("calib_barrel_veff");
12 }
13
14 void calculate_funcs( const Record* r ) {
15 double z = r->zrhit();
16
17 funcs[0] = 2.0*z;
18 funcs[1] = 1.0;
19
20 return;
21 }
22
23 void calculate_y(const Record* r) {
24 y = r->tright() - r->tleft();
25 return;
26 }
27
29 return;
30 }
31
32};
33
34#endif
TTree * data
std::vector< Record * > RecordSet