|
ATLAS Offline Software
|
Go to the documentation of this file.
23 #ifndef TRT_SegmentToTrackTool_H
24 #define TRT_SegmentToTrackTool_H
29 #include "GaudiKernel/ToolHandle.h"
56 class ITrackScoringTool;
72 const std::string&
name,
73 const IInterface*
parent );
93 virtual MsgStream&
dump (MsgStream&
out)
const override;
94 virtual std::ostream&
dump(std::ostream&
out)
const override;
97 BooleanProperty
m_doRefit{
this,
"FinalRefit",
false,
98 "Do final careful refit of tracks"};
101 "Maximum fraction of shared TRT drift circles"};
103 "Suppress hole search during the track summary creation"};
106 {
this,
"Extrapolator",
"Trk::Extrapolator/InDetExtrapolator"};
108 ToolHandle<Trk::ITrackFitter>
m_fitterTool{
this,
"RefitterTool",
"" };
112 "InDet::InDetPRDtoTrackMapToolGangedPixels"
117 "InDetTrackSummaryToolNoHoleSearch"
121 {
this,
"ScoringTool",
"Trk::TrackScoringTool/TrackScoringTool"};
126 "Name of the Magnetic Field conditions object key"};
170 #endif //TRT_SegmentToTrackTool_H
MsgStream & operator<<(MsgStream &, const GNNTrackReaderTool &)
::StatusCode StatusCode
StatusCode definition for legacy code.
Ensure that the ATLAS eigen extensions are properly loaded.