| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

TestAlg.h

Go to the documentation of this file.
00001 #ifndef TESTPKG_TESTALG_H
00002 #define TESTPKG_TESTALG_H 1
00003 #include "GaudiKernel/Algorithm.h"
00004 
00005 class TestAlg: public Algorithm {
00006 public:
00007 
00008   TestAlg (const std::string& name, ISvcLocator* pSvcLocator);
00009   StatusCode initialize();
00010   StatusCode execute();
00011   StatusCode finalize();
00012 
00013 
00014 private:
00015 
00016   StringProperty m_myProp;
00017 };
00018 
00019 #endif
00020 
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:17:02 2011 for DbiTest by doxygen 1.4.7