/search.css" rel="stylesheet" type="text/css"/> /search.js">
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

TESDemoCreateReadout.h
Go to the documentation of this file.
00001 #ifndef TESDEMO_TESDEMOCREATEREADOUT_H
00002 #define TESDEMO_TESDEMOCREATEREADOUT_H 1
00003 
00004 #include "GaudiAlg/GaudiAlgorithm.h"
00005 
00006 #include "Context/TimeStamp.h"
00007 
00008 class TESDemoCreateReadout: public GaudiAlgorithm {
00009 public:
00010 
00011   TESDemoCreateReadout (const std::string& name,
00012                         ISvcLocator* pSvcLocator);
00013   StatusCode initialize();
00014   StatusCode execute();
00015   StatusCode finalize();
00016 
00017 
00018 private:
00019 
00020   StringProperty m_readoutPath;
00021 
00022   int m_sequenceNumber;
00023   TimeStamp m_readoutTime;
00024 
00025 };
00026 
00027 #endif
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Fri May 16 2014 10:09:00 for TESDemo by doxygen 1.7.4