ATLAS Offline Software
Loading...
Searching...
No Matches
ViewCreatorNamedROITool.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_VIEWCREATORNAMEDROITOOL_H
6#define DECISIONHANDLING_VIEWCREATORNAMEDROITOOL_H
7
10
18class ViewCreatorNamedROITool: public extends<AthAlgTool, IViewCreatorROITool>
19{
20public:
21 ViewCreatorNamedROITool(const std::string& type, const std::string& name, const IInterface* parent);
22
23 virtual ~ViewCreatorNamedROITool() = default;
24
28 virtual StatusCode attachROILinks(TrigCompositeUtils::DecisionContainer& decisions, const EventContext& ctx) const override;
29
30 Gaudi::Property< std::string > m_roiLinkName{this,"ROILinkName","UNSPECIFIED",
31 "Name of linked ROI from a previous step."};
32
33};
34
35#endif //> !DECISIONHANDLING_VIEWCREATORNAMEDROITOOL_H
Gaudi::Property< std::string > m_roiLinkName
virtual StatusCode attachROILinks(TrigCompositeUtils::DecisionContainer &decisions, const EventContext &ctx) const override
Tool interface method.
ViewCreatorNamedROITool(const std::string &type, const std::string &name, const IInterface *parent)
virtual ~ViewCreatorNamedROITool()=default