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

In This Package:

RawDataReader.h

Go to the documentation of this file.
00001 #ifndef RawDataReader_H
00002 #define RawDataReader_H
00003 
00004 #include "GaudiAlg/GaudiAlgorithm.h"
00005 
00006 class RawDataReader: public GaudiAlgorithm
00007 {
00008 public:
00010    RawDataReader(const std::string& name, ISvcLocator* svcloc);
00011    virtual ~RawDataReader();
00012 
00014    StatusCode initialize();
00015    StatusCode execute();
00016    StatusCode finalize();
00017 
00018 private:
00019    mutable MsgStream m_log;
00020    int m_printFreq;
00021    bool m_checkRawEvent;
00022 };
00023 
00024 #endif
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:27:41 2011 for RawDataTest by doxygen 1.4.7