/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/tofcalgsec/tofcalgsec-00-02-21/tofcalgsec/calib_barrel_left_offset2_bunch3_3.h

Go to the documentation of this file.
00001 #ifndef CALIB_BARREL_LEFT_OFFSET2_BUNCH3_3_H
00002 #define CALIB_BARREL_LEFT_OFFSET2_BUNCH3_3_H
00003 
00004 #include "tofcalgsec/TofCalib.h"
00005 
00006 const int nBarrelLeft_Offset2_bunch3_3 = 7;
00007 
00008 class calib_barrel_left_offset2_bunch3_3:public TofCalib {
00009  public:
00010   calib_barrel_left_offset2_bunch3_3():TofCalib( nBarrelLeft_Offset2_bunch3_3 ) {
00011     m_name = string("calib_barrel_left_offset2_bunch3");
00012   }
00013 
00014   void calculate_funcs( const Record* r ) {
00015     return;
00016   }
00017 
00018   void calculate_y(const Record* r) {
00019     return;
00020   }
00021 
00022   void updateData( RecordSet*& data ) {
00023     return;
00024   }
00025 
00026 };
00027 
00028 #endif

Generated on Tue Nov 29 23:14:36 2016 for BOSS_7.0.2 by  doxygen 1.4.7