![]() |
ATLAS Offline Software
|
#include <TestRoICreatorTool.h>
Public Member Functions | |
| TestRoICreatorTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~TestRoICreatorTool ()=default |
| virtual StatusCode | initialize () override |
| virtual StatusCode | defineRegionsOfInterest (const EventContext &ctx, TrigRoiDescriptorCollection &collectionRoI) const override |
Private Attributes | |
| Gaudi::Property< std::vector< double > > | m_eta_center_rois {this, "EtaCenters", {}, "Center of the RoI - eta coordinate"} |
| Gaudi::Property< std::vector< double > > | m_phi_center_rois {this, "PhiCenters", {}, "Center of the RoI - phi coordinate"} |
| Gaudi::Property< std::vector< double > > | m_z_center_rois {this, "ZCenters", {}, "Center of the RoI - z coordinate"} |
| Gaudi::Property< std::vector< double > > | m_half_eta_width_rois {this, "HalfEtaWidths", {}, "Half width of the RoI - eta coordinate"} |
| Gaudi::Property< std::vector< double > > | m_half_phi_width_rois {this, "HalfPhiWidths", {}, "Half width of the RoI - phi coordinate"} |
| Gaudi::Property< std::vector< double > > | m_half_z_width_rois {this, "HalfZWidths", {}, "Half width of the RoI - z coordinate"} |
Definition at line 13 of file TestRoICreatorTool.h.
| ActsTrk::TestRoICreatorTool::TestRoICreatorTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 9 of file TestRoICreatorTool.cxx.
|
virtualdefault |
|
overridevirtual |
Definition at line 48 of file TestRoICreatorTool.cxx.
|
overridevirtual |
Definition at line 15 of file TestRoICreatorTool.cxx.
|
private |
Definition at line 29 of file TestRoICreatorTool.h.
|
private |
Definition at line 33 of file TestRoICreatorTool.h.
|
private |
Definition at line 34 of file TestRoICreatorTool.h.
|
private |
Definition at line 35 of file TestRoICreatorTool.h.
|
private |
Definition at line 30 of file TestRoICreatorTool.h.
|
private |
Definition at line 31 of file TestRoICreatorTool.h.