|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ACTSEVENTCNV_ACTSTOTRK_CONVERTER_ALG_H
6 #define ACTSEVENTCNV_ACTSTOTRK_CONVERTER_ALG_H
19 #include "Acts/Geometry/GeometryContext.hpp"
29 ISvcLocator *pSvcLocator);
37 const Acts::GeometryContext &tgContext,
41 std::unique_ptr<Trk::MeasurementBase>
46 ToolHandle<IActsTrackingGeometryTool>
m_trackingGeometryTool{
this,
"TrackingGeometryTool",
"ActsTrackingGeometryTool"};
47 ToolHandle<ActsTrk::IActsToTrkConverterTool>
m_ATLASConverterTool{
this,
"ATLASConverterTool",
"ActsToTrkConverterTool"};
48 ToolHandle<Trk::IBoundaryCheckTool>
m_boundaryCheckTool{
this,
"BoundaryCheckTool",
"InDet::InDetBoundaryCheckTool",
"Boundary checking tool for detector sensitivities"};
49 ToolHandle<Trk::IRIO_OnTrackCreator>
m_RotCreatorTool{
this,
"RotCreatorTool",
"",
"optional RIO_OnTrack creator tool"};
50 ToolHandle<Trk::IExtendedTrackSummaryTool>
m_trkSummaryTool{
this,
"SummaryTool",
"ToolHandle for track summary tool"};
53 "Output track collection (ActsTrk variant)"};
55 "Output track collection"};
ToolHandle< ActsTrk::IActsToTrkConverterTool > m_ATLASConverterTool
ToolHandle< Trk::IBoundaryCheckTool > m_boundaryCheckTool
virtual StatusCode initialize() override
SG::WriteHandleKey<::TrackCollection > m_tracksKey
ActsToTrkConvertorAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~ActsToTrkConvertorAlg()=default
SG::ReadHandleKey< ActsTrk::TrackContainer > m_tracksContainerKey
std::unique_ptr< Trk::MeasurementBase > makeRIO_OnTrack(const xAOD::UncalibratedMeasurement &uncalibMeas, const Trk::TrackParameters &parm) const
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute(const EventContext &ctx) const override
StatusCode makeTracks(const EventContext &ctx, const Acts::GeometryContext &tgContext, const ActsTrk::TrackContainer &tracks, ::TrackCollection &tracksContainer) const
Property holding a SG store/key/clid from which a WriteHandle is made.
ToolHandle< Trk::IRIO_OnTrackCreator > m_RotCreatorTool
ToolHandle< Trk::IExtendedTrackSummaryTool > m_trkSummaryTool
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
ToolHandle< IActsTrackingGeometryTool > m_trackingGeometryTool