/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Mdc/DedxCurSvc/DedxCurSvc-00-00-17/DedxCurSvc/IDedxCurSvc.h

Go to the documentation of this file.
00001 #ifndef IDEDXCURSVC_H
00002 #define IDEDXCURSVC_H
00003 #include "GaudiKernel/IInterface.h"
00004 #include "GaudiKernel/Kernel.h"
00005 
00006 // Declaration of the interface ID 
00007 static const InterfaceID  IID_IDedxCurSvc("IDedxCurSvc",1,0);
00008 
00009 class IDedxCurSvc : virtual public IInterface  {  
00010 public: 
00011    static const InterfaceID& interfaceID() { return IID_IDedxCurSvc; }
00012    virtual const double  getSigma(int i) = 0;
00013    virtual const double  getCurve(int i) = 0;
00014    virtual const int getCurveSize()=0;
00015    virtual const int getSigmaSize()=0;
00016 
00017 };
00018  
00019 #endif

Generated on Tue Nov 29 23:12:47 2016 for BOSS_7.0.2 by  doxygen 1.4.7