ATLAS Offline Software
Loading...
Searching...
No Matches
FullScanRoICreatorTool.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 FULL_SCAN_ROI_CREATOR_TOOL_H
6#define FULL_SCAN_ROI_CREATOR_TOOL_H
7
10
11namespace ActsTrk {
12
13class FullScanRoICreatorTool : public extends<AthAlgTool, ActsTrk::IRoICreatorTool> {
14 public:
15 FullScanRoICreatorTool(const std::string& type,
16 const std::string& name,
17 const IInterface* parent);
18 virtual ~FullScanRoICreatorTool() = default;
19
20 virtual
21 StatusCode defineRegionsOfInterest(const EventContext& ctx,
22 TrigRoiDescriptorCollection& collectionRoI) const override;
23};
24
25}
26#endif
virtual StatusCode defineRegionsOfInterest(const EventContext &ctx, TrigRoiDescriptorCollection &collectionRoI) const override
virtual ~FullScanRoICreatorTool()=default
FullScanRoICreatorTool(const std::string &type, const std::string &name, const IInterface *parent)
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...