BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
FillEventTag.h
Go to the documentation of this file.
1#ifndef EventFillEventTag_H
2#define EventFillEventTag_H
3
5#include "GaudiKernel/Algorithm.h"
6
7class FillEventTag:public Algorithm {
8public:
9 FillEventTag (const std::string& name, ISvcLocator* pSvcLocator);
10 StatusCode initialize();
11 StatusCode execute();
12 StatusCode finalize();
13private:
14 IEventTagSvc* m_EventTagSvc;
15 unsigned int m_EventTag;
16 unsigned int initialEventTag;
17};
18#endif
StatusCode execute()
StatusCode initialize()
StatusCode finalize()