BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EFtoTDS.h
Go to the documentation of this file.
1#ifndef EFtoTDS_H
2#define EFtoTDS_H
3
4#include "GaudiKernel/Algorithm.h"
5// #include "GaudiKernel/Property.h"
6#include "GaudiKernel/ISvcLocator.h"
8
9class EFtoTDS : public Algorithm {
10public:
11 EFtoTDS( const std::string& name, ISvcLocator* pSvcLocator );
12 virtual ~EFtoTDS();
13
14 StatusCode initialize();
15 StatusCode execute();
16 StatusCode finalize();
17
18private:
19 HltStoreSvc* m_HltStoreSvc;
20 int m_outputLevel;
21};
22#endif // EFtoTDS_H
StatusCode execute()
Definition EFtoTDS.cxx:44
virtual ~EFtoTDS()
Definition EFtoTDS.cxx:27
EFtoTDS(const std::string &name, ISvcLocator *pSvcLocator)
Definition EFtoTDS.cxx:22
StatusCode initialize()
Definition EFtoTDS.cxx:29
StatusCode finalize()
Definition EFtoTDS.cxx:290