5 #ifndef TEST_ROI_CREATOR_TOOL_H
6 #define TEST_ROI_CREATOR_TOOL_H
14 :
public extends<AthAlgTool, ActsTrk::IRoICreatorTool> {
17 const std::string&
name,
29 Gaudi::Property< std::vector<double> >
m_eta_center_rois {
this,
"EtaCenters", {},
"Center of the RoI - eta coordinate"};
30 Gaudi::Property< std::vector<double> >
m_phi_center_rois {
this,
"PhiCenters", {},
"Center of the RoI - phi coordinate"};
31 Gaudi::Property< std::vector<double> >
m_z_center_rois {
this,
"ZCenters", {},
"Center of the RoI - z coordinate"};
33 Gaudi::Property< std::vector<double> >
m_half_eta_width_rois {
this,
"HalfEtaWidths", {},
"Half width of the RoI - eta coordinate"};
34 Gaudi::Property< std::vector<double> >
m_half_phi_width_rois {
this,
"HalfPhiWidths", {},
"Half width of the RoI - phi coordinate"};
35 Gaudi::Property< std::vector<double> >
m_half_z_width_rois {
this,
"HalfZWidths", {},
"Half width of the RoI - z coordinate"};