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

In This Package:

TESDemoUse.h
Go to the documentation of this file.
00001 #ifndef TESDEMO_TESDEMOUSE_H
00002 #define TESDEMO_TESDEMOUSE_H 1
00003 
00004 #include "GaudiAlg/GaudiAlgorithm.h"
00005 
00006 class IDataProvider;
00007 
00008 class TemporalDataObject;
00009 
00010 class TESDemoUse: public GaudiAlgorithm {
00011 
00012 public:
00013 
00014   TESDemoUse (const std::string& name,
00015               ISvcLocator* pSvcLocator);
00016   StatusCode initialize();
00017   StatusCode execute();
00018   StatusCode finalize();
00019 
00020 
00021 private:
00022 
00023   StringProperty m_positronPath;
00024   StringProperty m_neutronPath;
00025   StringProperty m_antiNeutrinoPath;
00026 
00027   FloatProperty m_window;
00028 
00029   IDataProviderSvc* p_archiveSvc;
00030 
00031 };
00032 
00033 #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