ATLAS Offline Software
Loading...
Searching...
No Matches
ViewCreatorInitialROITool.h
Go to the documentation of this file.
1/*
2Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DECISIONHANDLING_VIEWCREATORINITIALROITOOL_H
6#define DECISIONHANDLING_VIEWCREATORINITIALROITOOL_H
7
10
12
23class ViewCreatorInitialROITool: public extends<AthAlgTool, IViewCreatorROITool>
24{
25public:
26 ViewCreatorInitialROITool(const std::string& type, const std::string& name, const IInterface* parent);
27
28 virtual ~ViewCreatorInitialROITool() = default;
29
33 virtual StatusCode attachROILinks(TrigCompositeUtils::DecisionContainer& decisions, const EventContext& ctx) const override;
34
35 ToolHandle<IRoiUpdaterTool> m_roiupdater { this, "RoiUpdater", "", "Roi Updater" };
36};
37
38#endif //> !DECISIONHANDLING_VIEWCREATORINITIALROITOOL_H
ToolHandle< IRoiUpdaterTool > m_roiupdater
ViewCreatorInitialROITool(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode attachROILinks(TrigCompositeUtils::DecisionContainer &decisions, const EventContext &ctx) const override
Tool interface method.
virtual ~ViewCreatorInitialROITool()=default