|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef SiSpacePointsSeedTool_xk_LeadTracksRoISeedTool_h
14 #define SiSpacePointsSeedTool_xk_LeadTracksRoISeedTool_h
17 #include "GaudiKernel/EventContext.h"
30 public extends<AthAlgTool, IZWindowRoISeedTool>
49 virtual std::vector<ZWindow>
getRoIs(
const EventContext& ctx)
const override;
64 FloatProperty
m_trkLeadingPt{
this,
"LeadingMinTrackPt", 18000.,
"min. p_{T} of leading track"};
65 FloatProperty
m_trkSubLeadingPt{
this,
"SubleadingMinTrackPt", 12500.,
"min. p_{T} of sub-leading track"};
66 FloatProperty
m_trkEtaMax{
this,
"TracksMaxEta", 2.5,
"max |eta| for tracks consideration"};
67 FloatProperty
m_trkD0Max{
this,
"TracksMaxD0", 9999.,
"max |d0| for tracks consideration"};
68 FloatProperty
m_maxDeltaZ{
this,
"MaxDeltaZTracksPair", 1.0,
"maximum delta z0 between leading tracks pair"};
69 FloatProperty
m_z0Window{
this,
"TrackZ0Window", 30.0,
"width of z0 window"};
71 ToolHandle< Reco::ITrackToVertex >
m_trackToVertex{
this,
"TrackToVertexTool",
"Reco::TrackToVertex/TrackToVertex",
"Track-to-Vertex extrapolation tool"};
82 return (ptinv1 < ptinv2);
88 #endif // SiSpacePointsSeedMaker_LeadTracksRoISeedTool
Property holding a SG store/key/clid from which a ReadHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
const Perigee * perigeeParameters() const
return Perigee.