/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/EventTag/EventTag-00-01-07/EventTag/FillEventTag.h

Go to the documentation of this file.
00001 #ifndef EventFillEventTag_H
00002 #define EventFillEventTag_H
00003 
00004 #include "EventTag/EventTagSvc.h"
00005 #include "GaudiKernel/Algorithm.h"
00006 
00007 class FillEventTag:public Algorithm {
00008 public:
00009   FillEventTag (const std::string& name, ISvcLocator* pSvcLocator);
00010   StatusCode initialize();
00011   StatusCode execute();
00012   StatusCode finalize();
00013 private:
00014   IEventTagSvc* m_EventTagSvc;
00015   unsigned int  m_EventTag;
00016   unsigned int  initialEventTag;
00017 };
00018 #endif

Generated on Tue Nov 29 22:58:29 2016 for BOSS_7.0.2 by  doxygen 1.4.7