ATLAS Offline Software
ViewCreatorInitialROITool.h
Go to the documentation of this file.
1 /*
2 Copyright (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 
23 class ViewCreatorInitialROITool: public extends<AthAlgTool, IViewCreatorROITool>
24 {
25 public:
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
ViewCreatorInitialROITool
Definition: ViewCreatorInitialROITool.h:24
ViewCreatorInitialROITool::attachROILinks
virtual StatusCode attachROILinks(TrigCompositeUtils::DecisionContainer &decisions, const EventContext &ctx) const override
Tool interface method.
Definition: ViewCreatorInitialROITool.cxx:15
IViewCreatorROITool.h
ViewCreatorInitialROITool::m_roiupdater
ToolHandle< IRoiUpdaterTool > m_roiupdater
Definition: ViewCreatorInitialROITool.h:35
ViewCreatorInitialROITool::~ViewCreatorInitialROITool
virtual ~ViewCreatorInitialROITool()=default
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IRoiUpdaterTool.h
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
xAOD::decisions
decisions
Definition: TrigComposite_v1.cxx:81
ViewCreatorInitialROITool::ViewCreatorInitialROITool
ViewCreatorInitialROITool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: ViewCreatorInitialROITool.cxx:11
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78