ATLAS Offline Software
RegionsOfInterestCreatorAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ROI_CREATOR_ALG_H
6 #define ROI_CREATOR_ALG_H
7 
12 
13 namespace ActsTrk {
14 
16  : public AthReentrantAlgorithm {
17  public:
18  RegionsOfInterestCreatorAlg(const std::string& name, ISvcLocator* pSvcLocator);
19  virtual ~RegionsOfInterestCreatorAlg() = default;
20 
21  virtual StatusCode initialize() override;
22  virtual StatusCode execute(const EventContext& ctx) const override;
23 
24  private:
25  ToolHandle< ActsTrk::IRoICreatorTool > m_roiTool {this, "RoICreatorTool", "",
26  "Tool for creating RoIs"};
27 
29  "The created RoI"};
30 };
31 
32 }
33 #endif
ActsTrk::RegionsOfInterestCreatorAlg::RegionsOfInterestCreatorAlg
RegionsOfInterestCreatorAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: RegionsOfInterestCreatorAlg.cxx:9
ActsTrk::RegionsOfInterestCreatorAlg::m_roiTool
ToolHandle< ActsTrk::IRoICreatorTool > m_roiTool
Definition: RegionsOfInterestCreatorAlg.h:25
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
SG::WriteHandleKey< TrigRoiDescriptorCollection >
ActsTrk::RegionsOfInterestCreatorAlg::m_roiCollectionKey
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
Definition: RegionsOfInterestCreatorAlg.h:28
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
ActsTrk::RegionsOfInterestCreatorAlg::initialize
virtual StatusCode initialize() override
Definition: RegionsOfInterestCreatorAlg.cxx:14
ActsTrk::RegionsOfInterestCreatorAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: RegionsOfInterestCreatorAlg.cxx:24
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34
ActsTrk::RegionsOfInterestCreatorAlg::~RegionsOfInterestCreatorAlg
virtual ~RegionsOfInterestCreatorAlg()=default
IRoICreatorTool.h
ActsTrk::RegionsOfInterestCreatorAlg
Definition: RegionsOfInterestCreatorAlg.h:16
TrigRoiDescriptorCollection.h