/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/BOOST/MdcTunningSvc/MdcTunningSvc-00-00-27/src/test/test_read.h

Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include "GaudiKernel/Algorithm.h"
00003 #include "GaudiKernel/AlgFactory.h"
00004 #include "GaudiKernel/Service.h"
00005 #include "GaudiKernel/MsgStream.h"
00006 #include "MdcTunningSvc/IMdcTunningSvc.h"
00007 using namespace std;
00009 class test_read : public Algorithm {
00010 
00011 public:
00012   test_read(const std::string& name, ISvcLocator* pSvcLocator); 
00013 
00014   StatusCode initialize();
00015 
00016   StatusCode execute();
00017 
00018   StatusCode finalize();
00019 
00020 private:
00021   IMdcTunningSvc*    m_mdc;
00022   // Maybe something to say which kind of data to look up?
00023 
00024 };
00025 
00026 
00027 

Generated on Tue Nov 29 22:57:39 2016 for BOSS_7.0.2 by  doxygen 1.4.7