/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 #ifndef TESDEMO_TESDEMOTRACING_H 00002 #define TESDEMO_TESDEMOTRACING_H 1 00003 00004 #include "GaudiAlg/GaudiAlgorithm.h" 00005 00006 class TESDemoTracing: 00007 public GaudiAlgorithm { 00008 00009 public: 00010 00011 TESDemoTracing (const std::string& name, 00012 ISvcLocator* pSvcLocator); 00013 StatusCode initialize(); 00014 StatusCode execute(); 00015 StatusCode finalize(); 00016 00017 private: 00018 00019 BooleanProperty m_on; 00020 00021 bool m_done; 00022 }; 00023 00024 #endif /* TESDEMO_TESDEMOTRACING_H */