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

In This Package:

DumpUnobservableStatisticsAlg.h

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

Generated on Mon Apr 11 20:54:53 2011 for Historian by doxygen 1.4.7