BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
calib_barrel_left_offset1_bunch3_3.h
Go to the documentation of this file.
1#ifndef CALIB_BARREL_LEFT_OFFSET1_BUNCH3_3_H
2#define CALIB_BARREL_LEFT_OFFSET1_BUNCH3_3_H
3
4#include "TofCalib.h"
5
7
9public:
11 m_name = string( "calib_barrel_left_offset1_bunch3" );
12 }
13
14 void calculate_funcs( const Record* r ) { return; }
15
16 void calculate_y( const Record* r ) { return; }
17
18 void updateData( RecordSet*& data ) { return; }
19};
20
21#endif
TTree * data
std::vector< Record * > RecordSet
Definition TofDataSet.h:97
const int nBarrelLeft_Offset1_bunch3_3
string m_name
Definition TofCalib.h:36
TofCalib(const int npar)
Definition TofCalib.h:13