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

In This Package:

RegSeqDumpAlg.h

Go to the documentation of this file.
00001 
00010 #ifndef REGSEQDUMPALG_H
00011 #define REGSEQDUMPALG_H
00012 
00013 
00014 #include "GaudiAlg/GaudiAlgorithm.h"
00015 
00016 #include <string>
00017 
00018 class RegSeqDumpAlg : public GaudiAlgorithm 
00019 {
00020 
00021 public:
00022 
00023     RegSeqDumpAlg(const std::string& name, ISvcLocator* pSvcLocator);
00024     virtual ~RegSeqDumpAlg();
00025 
00026     virtual StatusCode initialize();
00027     virtual StatusCode execute();
00028     virtual StatusCode finalize();
00029 
00030 private:
00031 
00032     std::string m_location;
00033 };
00034 
00035 #endif  // REGSEQDUMPALG_H
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:58:40 2011 for RootIOTest by doxygen 1.4.7