/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/EventFilter/HltUtilities/HltAlgorithms/HltAlgorithms-01-03-01/HltAlgorithms/EFtoTDS.h

Go to the documentation of this file.
00001 #ifndef EFtoTDS_H
00002 #define EFtoTDS_H
00003 
00004 #include "GaudiKernel/Algorithm.h"
00005 //#include "GaudiKernel/Property.h"
00006 #include "GaudiKernel/ISvcLocator.h"
00007 #include "HltStore/HltStoreSvc.h"
00008 
00009 class EFtoTDS : public Algorithm{
00010  public:
00011   EFtoTDS(const std::string& name, ISvcLocator* pSvcLocator);
00012   virtual ~EFtoTDS();
00013 
00014   StatusCode initialize();
00015   StatusCode execute();
00016   StatusCode finalize();
00017 
00018  private:
00019   HltStoreSvc*   m_HltStoreSvc;
00020   int            m_outputLevel;
00021 };
00022 #endif //EFtoTDS_H

Generated on Tue Nov 29 23:12:06 2016 for BOSS_7.0.2 by  doxygen 1.4.7