5#ifndef TRIGGENERICALGS_TimeBurner_h
6#define TRIGGENERICALGS_TimeBurner_h
9#include "GaudiKernel/IAlgTool.h"
18 TimeBurner(
const std::string& name, ISvcLocator* svcLoc);
21 virtual StatusCode
execute(
const EventContext& eventContext)
const override;
25 this,
"SleepTimeMillisec", 0,
"Time to sleep in each execution [ms]"
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
TimeBurner(const std::string &name, ISvcLocator *svcLoc)
Standard constructor.
virtual StatusCode execute(const EventContext &eventContext) const override
Gaudi::Property< unsigned int > m_sleepTimeMillisec
ToolHandleArray< IAlgTool > m_hypoTools
virtual StatusCode initialize() override