ATLAS Offline Software
|
#include <ViewCreatorPreviousROITool.h>
Public Member Functions | |
ViewCreatorPreviousROITool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual | ~ViewCreatorPreviousROITool ()=default |
virtual StatusCode | initialize () override |
virtual StatusCode | attachROILinks (TrigCompositeUtils::DecisionContainer &decisions, const EventContext &ctx) const override |
Tool interface method. More... | |
Public Attributes | |
Gaudi::Property< std::string > | m_roiSGKey |
SG::WriteHandleKey< TrigRoiDescriptorCollection > | m_roisWriteHandleKey |
Basic ROI provider tool which retrieves and re-attaches an existing "roi" ElementLink. This implies running the EventView spawned for the Decision object on the ROIDescriptor originating from the previous step.
This basic tool should be replaced with more advanced slice-specific ones where appropriate.
Definition at line 18 of file ViewCreatorPreviousROITool.h.
ViewCreatorPreviousROITool::ViewCreatorPreviousROITool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 13 of file ViewCreatorPreviousROITool.cxx.
|
virtualdefault |
|
overridevirtual |
Tool interface method.
Context not used in this tool implementation.
Definition at line 22 of file ViewCreatorPreviousROITool.cxx.
|
overridevirtual |
Definition at line 17 of file ViewCreatorPreviousROITool.cxx.
Gaudi::Property< std::string > ViewCreatorPreviousROITool::m_roiSGKey |
Definition at line 32 of file ViewCreatorPreviousROITool.h.
SG::WriteHandleKey< TrigRoiDescriptorCollection > ViewCreatorPreviousROITool::m_roisWriteHandleKey |
Definition at line 35 of file ViewCreatorPreviousROITool.h.