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

In This Package:

TESDemoFill1.h

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

Generated on Mon Apr 11 20:39:46 2011 for TESDemo by doxygen 1.4.7