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