BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
Event/HltMakerAlg/HltMakerAlg-00-00-06/HltMakerAlg/HltEventMaker.h
Go to the documentation of this file.
1#include "GaudiKernel/Algorithm.h"
2#include <string>
3
4class IDataProviderSvc;
5
6class HltEventMaker:public Algorithm {
7public:
8 HltEventMaker(const std::string& name, ISvcLocator* pSvcLocator);
9
10 StatusCode initialize();
11 StatusCode execute();
12 StatusCode finalize();
13
14private:
15 uint32_t m_ntot;
16};
StatusCode execute()
StatusCode finalize()
StatusCode initialize()