5#ifndef ATHEXMONITORED_MONITOREDALG_H
6#define ATHEXMONITORED_MONITOREDALG_H 1
8#include "GaudiKernel/ToolHandle.h"
9#include "Gaudi/Property.h"
17 MonitoredAlg(
const std::string& name, ISvcLocator* pSvcLocator );
19 StatusCode
execute(
const EventContext& ctx);
22 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
"Monitoring tool"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
StatusCode execute(const EventContext &ctx)
Execute method.
ToolHandle< GenericMonitoringTool > m_monTool
MonitoredAlg(const std::string &name, ISvcLocator *pSvcLocator)