5#ifndef ROI_CREATOR_ALG_H
6#define ROI_CREATOR_ALG_H
22 virtual StatusCode
execute(
const EventContext& ctx)
const override;
25 ToolHandle< ActsTrk::IRoICreatorTool >
m_roiTool {
this,
"RoICreatorTool",
"",
26 "Tool for creating RoIs"};
Property holding a SG store/key/clid from which a WriteHandle is made.
RegionsOfInterestCreatorAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< ActsTrk::IRoICreatorTool > m_roiTool
virtual ~RegionsOfInterestCreatorAlg()=default
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
An algorithm that can be simultaneously executed in multiple threads.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...