BOSS 8.0.0
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
4#include "GaudiKernel/Algorithm.h"
5
6#include "EventTag/IEventTagSvc.h"
7
8class FillEventTag : public Algorithm {
9public:
10 FillEventTag( const std::string& name, ISvcLocator* pSvcLocator );
11 StatusCode initialize();
12 StatusCode execute();
13 StatusCode finalize();
14
15private:
16 IEventTagSvc* m_EventTagSvc;
17 unsigned int m_EventTag;
18 unsigned int initialEventTag;
19};
20#endif
FillEventTag(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode execute()
StatusCode initialize()
StatusCode finalize()