|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef INDETCONVERSIONFINDERTOOLS_INDETCONVERSIONFINDERTOOLS_H
14 #define INDETCONVERSIONFINDERTOOLS_INDETCONVERSIONFINDERTOOLS_H
19 #include "GaudiKernel/ToolHandle.h"
62 {
this,
"RemoveTrtTracks",
false,
"Remove standalone TRT tracks"};
64 {
this,
"IsConversion",
true,
"Conversions or V0s"};
66 {
this,
"DecorateVertices",
true,
"Decorate vertices with values used for vertex selection"};
70 virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*>
75 virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*>
85 "Trk::TrkVKalVrtFitter",
86 "Vertex fitter Tool" };
91 "InDet::TrackPairsSelector",
92 "Track Pair Selector Tool"
97 "VertexPointEstimator",
98 "InDet::VertexPointEstimator",
99 "Vertex point estimator"
105 "InDet::ConversionPostSelector",
106 "Tool for post selection of conversion candidates"
111 "SingleTrackConversionTool",
112 "InDet::SingleTrackConversionTool",
113 "Tool for single track conversions"
120 "InDet::TrackSelectorTool",
121 "Tool for track Selection"
127 std::vector<Amg::Vector3D>& trackList,
130 std::map<std::string, float>& intersectionDecors)
const;
133 DoubleProperty
m_mindR{
this,
"MinDistVtxHit", -350.,
134 "Minimum allowed radial distance beteeen guess vertex and closest 1st hit of participating track"};
135 DoubleProperty
m_maxdR{
this,
"MaxDistVtxHit", 250.,
136 "Maximum allowed radial distance between guess vertex and closest 1st hit of participating track"};
138 "Minimum allowed radial position for initial guess vertex. Used only in V0 reconstruction."};
140 "Minimum allowed angular difference between V0 and children direction. Used only in V0 reconstruction."};
145 #endif // INDETCONVERSIONFINDERTOOLS_INDETCONVERSIONFINDERTOOL_H
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > findVertex(const EventContext &ctx, const TrackCollection *trackTES) const =0
Find vertex from Trk::TrackCollection.
::StatusCode StatusCode
StatusCode definition for legacy code.
Eigen::Matrix< double, 3, 1 > Vector3D
Class describing a TrackParticle.