ATLAS Offline Software
Loading...
Searching...
No Matches
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
13namespace 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
30};
31
32}
33#endif
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 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...