ATLAS Offline Software
|
#include <ViewCreatorMuonSuperROITool.h>
Public Member Functions | |
ViewCreatorMuonSuperROITool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual | ~ViewCreatorMuonSuperROITool ()=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_iParticleLinkName |
Gaudi::Property< double > | m_roiEtaWidth |
Gaudi::Property< double > | m_roiPhiWidth |
Gaudi::Property< double > | m_roiZedWidth |
Creates a new (super)-ROI combining windows centred on muons 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 bmumux tracking operations, beginning from muons.
Definition at line 25 of file ViewCreatorMuonSuperROITool.h.
ViewCreatorMuonSuperROITool::ViewCreatorMuonSuperROITool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 14 of file ViewCreatorMuonSuperROITool.cxx.
|
virtualdefault |
|
overridevirtual |
Tool interface method.
Definition at line 28 of file ViewCreatorMuonSuperROITool.cxx.
|
overridevirtual |
Definition at line 21 of file ViewCreatorMuonSuperROITool.cxx.
Gaudi::Property< std::string > ViewCreatorMuonSuperROITool::m_iParticleLinkName |
Definition at line 48 of file ViewCreatorMuonSuperROITool.h.
Gaudi::Property< double > ViewCreatorMuonSuperROITool::m_roiEtaWidth |
Definition at line 59 of file ViewCreatorMuonSuperROITool.h.
Gaudi::Property< double > ViewCreatorMuonSuperROITool::m_roiPhiWidth |
Definition at line 62 of file ViewCreatorMuonSuperROITool.h.
SG::WriteHandleKey< TrigRoiDescriptorCollection > ViewCreatorMuonSuperROITool::m_roisWriteHandleKey |
Definition at line 41 of file ViewCreatorMuonSuperROITool.h.
Gaudi::Property< double > ViewCreatorMuonSuperROITool::m_roiZedWidth |
Definition at line 66 of file ViewCreatorMuonSuperROITool.h.