Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 "VertexFit/IVertexDbSvc.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 
00022 };
00023 
00024 
00025 

Generated on Wed Feb 2 15:41:19 2011 for BOSS6.5.5 by  doxygen 1.3.9.1