|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #include "Acts/Geometry/TrackingGeometry.hpp"
23 return StatusCode::SUCCESS;
28 return StatusCode::SUCCESS;
33 std::shared_ptr<const Acts::TrackingGeometry> trackingGeometry =
m_trackingGeometryTool->trackingGeometry();
37 ATH_MSG_DEBUG(
"track container size " << trackContainer->size());
39 ATH_CHECK(handle.record(std::move(trackContainer)));
40 return StatusCode::SUCCESS;
virtual StatusCode finalize() override
virtual StatusCode execute(const EventContext &context) const override final
ActsTrk::ConstTrackContainerHandlesHelper m_tracksBackendHandlesHelper
std::string prefixFromTrackContainerName(const std::string &tracks)
Parse TrackContainer name to get the prefix for backends The name has to contain XYZTracks,...
const std::string & key() const
Return the StoreGate ID for the referenced object.
std::unique_ptr< ActsTrk::TrackContainer > build(const Acts::TrackingGeometry *geo, const Acts::GeometryContext &geoContext, const EventContext &context) const
StatusCode initialize(const std::string &prefix)
Sets up the handles.
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< IActsTrackingGeometryTool > m_trackingGeometryTool
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
SG::WriteHandleKey< ActsTrk::TrackContainer > m_tracksKey
virtual StatusCode initialize() override final
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
TrackContainerReader(const std::string &name, ISvcLocator *pSvcLocator)