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

Go to the documentation of this file.
00001 //$Header: /bes/bes/BossCvs/Mdc/DedxCurSvc/src/DedxCurAlg.h,v 1.1.1.1 2010/02/26 01:33:57 xcao Exp $
00002 #include <stdio.h>
00003 #include "GaudiKernel/Algorithm.h"
00004 #include "GaudiKernel/IDataProviderSvc.h"
00005 #include "GaudiKernel/Service.h"
00006 #include "GaudiKernel/SmartDataPtr.h"
00007 #include "GaudiKernel/DataSvc.h"
00008 using namespace std;
00010 class DedxCurAlg : public Algorithm {
00011 
00012 public:
00013   DedxCurAlg(const std::string& name, ISvcLocator* pSvcLocator); 
00014 
00015   StatusCode initialize();
00016 
00017   StatusCode execute();
00018 
00019   StatusCode finalize();
00020 
00021 private:
00022   IDataProviderSvc* m_pCalibDataSvc;
00023   // Maybe something to say which kind of data to look up?
00024 
00025 };
00026 
00027 
00028 

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