ATLAS Offline Software
|
#include <ViewCreatorNamedROITool.h>
Public Member Functions | |
ViewCreatorNamedROITool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual | ~ViewCreatorNamedROITool ()=default |
virtual StatusCode | attachROILinks (TrigCompositeUtils::DecisionContainer &decisions, const EventContext &ctx) const override |
Tool interface method. More... | |
Public Attributes | |
Gaudi::Property< std::string > | m_roiLinkName |
Basic ROI provider tool which retrieves and re-attaches an existing named ElementLink.
Every Decision object in decisions must have a single most-recent element link with name configured via "ROILinkName" property
Definition at line 18 of file ViewCreatorNamedROITool.h.
ViewCreatorNamedROITool::ViewCreatorNamedROITool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 11 of file ViewCreatorNamedROITool.cxx.
|
virtualdefault |
|
overridevirtual |
Tool interface method.
Context not used in this tool implementation.
Definition at line 15 of file ViewCreatorNamedROITool.cxx.
Gaudi::Property< std::string > ViewCreatorNamedROITool::m_roiLinkName |
Definition at line 30 of file ViewCreatorNamedROITool.h.