/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/TofQCorrSvc/TofQCorrSvc-00-00-10/TofQCorrSvc/ITofQCorrSvc.h

Go to the documentation of this file.
00001 #ifndef ITOFQCORRSVC_H_
00002 #define ITOFQCORRSVC_H_
00003 #include "GaudiKernel/IInterface.h"
00004 #include "GaudiKernel/Kernel.h"
00005 
00006 // Declaration of the interface ID 
00007 static const InterfaceID  IID_ITofQCorrSvc("ITofQCorrSvc",1,0);
00008 
00009 class ITofQCorrSvc : virtual public IInterface  {  
00010 public: 
00011    static const InterfaceID& interfaceID() { return IID_ITofQCorrSvc; }
00012    virtual const double  getBarEast(int layer,int no) = 0;
00013    virtual const double  getBarWest(int layer,int no) = 0;
00014    virtual const double  getEndcap(int layer,int no) = 0;
00015 
00016    virtual const double  BQRaw1(int id, double q) = 0;
00017    virtual const double  BQRaw2(int id, double q) = 0;
00018    virtual const double  EQRaw(int id, double q) = 0;
00019 };
00020  
00021 #endif

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