ATLAS Offline Software
|
#include <ViewCreatorFSROITool.h>
Public Member Functions | |
ViewCreatorFSROITool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual | ~ViewCreatorFSROITool ()=default |
virtual StatusCode | initialize () override |
virtual StatusCode | attachROILinks (TrigCompositeUtils::DecisionContainer &decisions, const EventContext &ctx) const override |
Tool interface method. More... | |
Public Attributes | |
SG::WriteHandleKey< TrigRoiDescriptorCollection > | m_roisWriteHandleKey |
ROI Write Handle key for the FS ROI colletion. More... | |
ToolHandle< IRoiUpdaterTool > | m_roiupdater { this, "RoiUpdater", "", "Roi Updater" } |
Tool to create an output collection containing a single Full Scan ROI descriptor.
Every Decision Object passed to the tool in decisions is set to use this FS ROI.
Definition at line 21 of file ViewCreatorFSROITool.h.
ViewCreatorFSROITool::ViewCreatorFSROITool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 11 of file ViewCreatorFSROITool.cxx.
|
virtualdefault |
|
overridevirtual |
Tool interface method.
Definition at line 25 of file ViewCreatorFSROITool.cxx.
|
overridevirtual |
Definition at line 16 of file ViewCreatorFSROITool.cxx.
SG::WriteHandleKey< TrigRoiDescriptorCollection > ViewCreatorFSROITool::m_roisWriteHandleKey |
ROI Write Handle key for the FS ROI colletion.
Definition at line 38 of file ViewCreatorFSROITool.h.
ToolHandle<IRoiUpdaterTool> ViewCreatorFSROITool::m_roiupdater { this, "RoiUpdater", "", "Roi Updater" } |
Definition at line 41 of file ViewCreatorFSROITool.h.