ATLAS Offline Software
|
#include <ViewCreatorDVROITool.h>
Public Member Functions | |
ViewCreatorDVROITool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual | ~ViewCreatorDVROITool ()=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 |
Gaudi::Property< std::string > | m_featureLinkName |
Gaudi::Property< double > | m_roiEtaWidth |
Gaudi::Property< double > | m_roiPhiWidth |
Gaudi::Property< double > | m_roiZWidth |
Creates a new (super)-ROI combining windows centred on HitDV seed jets passing eta/pt selection criteria, extracted from a single decision object (which would normally link the FSRoI).
Stores this new ROI in the output container, and links it to the Decision Object
The new EventView spawned by the parent EventViewCreatorAlgorithm of this tool will process in this new ROI.
This tool is mainly intended to create a view for fast tracking preselection operations, beginning from the jets used for pure calorimeter-based preselection.
Definition at line 27 of file ViewCreatorDVROITool.h.
ViewCreatorDVROITool::ViewCreatorDVROITool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 13 of file ViewCreatorDVROITool.cxx.
|
virtualdefault |
|
overridevirtual |
Tool interface method.
Definition at line 27 of file ViewCreatorDVROITool.cxx.
|
overridevirtual |
Definition at line 20 of file ViewCreatorDVROITool.cxx.
Gaudi::Property< std::string > ViewCreatorDVROITool::m_featureLinkName |
Definition at line 45 of file ViewCreatorDVROITool.h.
Gaudi::Property< double > ViewCreatorDVROITool::m_roiEtaWidth |
Definition at line 48 of file ViewCreatorDVROITool.h.
Gaudi::Property< double > ViewCreatorDVROITool::m_roiPhiWidth |
Definition at line 51 of file ViewCreatorDVROITool.h.
SG::WriteHandleKey< TrigRoiDescriptorCollection > ViewCreatorDVROITool::m_roisWriteHandleKey |
Definition at line 42 of file ViewCreatorDVROITool.h.
Gaudi::Property< double > ViewCreatorDVROITool::m_roiZWidth |
Definition at line 55 of file ViewCreatorDVROITool.h.