ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
DecisionHandling
src
ViewCreatorNamedROITool.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_VIEWCREATORNAMEDROITOOL_H
6
#define DECISIONHANDLING_VIEWCREATORNAMEDROITOOL_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "
DecisionHandling/IViewCreatorROITool.h
"
10
18
class
ViewCreatorNamedROITool
:
public
extends<AthAlgTool, IViewCreatorROITool>
19
{
20
public
:
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
AthAlgTool.h
IViewCreatorROITool.h
ViewCreatorNamedROITool::m_roiLinkName
Gaudi::Property< std::string > m_roiLinkName
Definition
ViewCreatorNamedROITool.h:30
ViewCreatorNamedROITool::attachROILinks
virtual StatusCode attachROILinks(TrigCompositeUtils::DecisionContainer &decisions, const EventContext &ctx) const override
Tool interface method.
Definition
ViewCreatorNamedROITool.cxx:15
ViewCreatorNamedROITool::ViewCreatorNamedROITool
ViewCreatorNamedROITool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
ViewCreatorNamedROITool.cxx:11
ViewCreatorNamedROITool::~ViewCreatorNamedROITool
virtual ~ViewCreatorNamedROITool()=default
TrigCompositeUtils::DecisionContainer
xAOD::TrigCompositeContainer DecisionContainer
Definition
TrigCompositeContainer.h:21
type
Generated on
for ATLAS Offline Software by
1.17.0