4#ifndef L0MUON_SMEARINGALG_H
5#define L0MUON_SMEARINGALG_H
24 virtual StatusCode
execute(
const EventContext& ctx)
const override;
25 virtual StatusCode
finalize()
override;
29 "key for retrieval of input Truth particle"};
32 "key for LVL0 emulated muon RoIs" };
34 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"MonTool",
"",
"Monitoring Tool"};
Header file to be included by clients of the Monitored infrastructure.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< xAOD::MuonRoIContainer > m_outputMuonRoIKey
std::unique_ptr< TruthTrackSmearer > m_mySmearer
ToolHandle< GenericMonitoringTool > m_monTool
virtual StatusCode execute(const EventContext &ctx) const override
virtual ~L0MuonSmearingAlg()
virtual StatusCode initialize() override
ServiceHandle< IAthRNGSvc > m_rndmSvc
Random number generator engine.
SG::ReadHandleKey< xAOD::TruthParticleContainer > m_inputTruthParticleKey
virtual StatusCode finalize() override
L0MuonSmearingAlg(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.