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

FortranAlgorithm.h

Go to the documentation of this file.
00001 #include<string>
00002 #include "GaudiKernel/Algorithm.h"
00003 
00005 
00006 class FortranAlgorithm:public Algorithm {
00007  public:
00008   FortranAlgorithm (const std::string& name, ISvcLocator* pSvcLocator);
00009   StatusCode initialize();
00010   StatusCode execute();
00011   StatusCode finalize();
00012  private:
00013   int m_lun;
00014   std::string m_fileName;
00015 };

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