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

In This Package:

RFileInfoTestAlg.h

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

Generated on Mon Apr 11 20:16:16 2011 for DbiRawDataFileSvc by doxygen 1.4.7