5#ifndef TRIGMUONHYPO_TRIGMUCOMBHYPOALG_H
6#define TRIGMUONHYPO_TRIGMUCOMBHYPOALG_H 1
22 virtual StatusCode
execute(
const EventContext& context )
const override;
26 ToolHandleArray<TrigmuCombHypoTool>
m_hypoTools {
this,
"HypoTools", {},
"Tools to perform selection"};
29 this,
"MuonL2CBInfoFromMuCombAlg",
"MuonL2CBInfo",
"Name of the input data produced by muComb"};
30 Gaudi::Property<std::string>
m_roiLinkName{
this,
"RoILinkName",
"l2cbroi",
"Name for RoI Link"};
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 ReadHandle is made.
virtual StatusCode execute(const EventContext &context) const override
virtual StatusCode initialize() override
Gaudi::Property< std::string > m_roiLinkName
SG::ReadHandleKey< xAOD::L2CombinedMuonContainer > m_muCombKey
ToolHandleArray< TrigmuCombHypoTool > m_hypoTools
TrigmuCombHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)