5#ifndef TrigTauCaloRoiUpdater_H
6#define TrigTauCaloRoiUpdater_H
26 virtual StatusCode
execute(
const EventContext& ctx)
const override;
29 Gaudi::Property<float>
m_dRForCenter {
this,
"dRForCenter", 0.2,
"Maximum CaloCluster Delta R from the center of RoI"};
An algorithm that can be simultaneously executed in multiple threads.
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.
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roIInputKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersKey
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_roIOutputKey
TrigTauCaloRoiUpdater(const std::string &, ISvcLocator *)
Gaudi::Property< float > m_dRForCenter