5#ifndef TrigMuonTLAHypoAlg_H
6#define TrigMuonTLAHypoAlg_H
22 virtual StatusCode
execute(
const EventContext& context )
const override;
27 ToolHandleArray<TrigMuonEFHypoTool>
m_hypoTools {
this,
"HypoTools", {},
"Tools to perform selection"};
31 this,
"TLAOutputName",
"Muons",
"TLA Muon container key"
34 ToolHandle< GenericMonitoringTool >
m_monTool {
this,
"MonTool",
"",
"Monitoring tool" };
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< xAOD::MuonContainer > m_TLAMuonsKey
virtual StatusCode initialize() override
ToolHandle< GenericMonitoringTool > m_monTool
ToolHandleArray< TrigMuonEFHypoTool > m_hypoTools
virtual StatusCode execute(const EventContext &context) const override
TrigMuonTLAHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)