/search.css" rel="stylesheet" type="text/css"/> /search.js">
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