5#include <Gaudi/Property.h>
6#ifndef ACTSTRACKRECONSTRUCTION_PROTOTRACKCREATIONANDFITALG_H
7#define ACTSTRACKRECONSTRUCTION_PROTOTRACKCREATIONANDFITALG_H 1
27 using ::AthReentrantAlgorithm::AthReentrantAlgorithm;
33 virtual StatusCode
initialize() override final;
39 SG::ReadHandleKey<
xAOD::PixelClusterContainer>
m_PixelClusters{
this,
"PixelClusterContainer",
"",
"the pix clusters"};
43 ToolHandle<ActsTrk::IProtoTrackCreatorTool>
m_patternBuilder{
this,
"PatternBuilder",
"",
"the pattern builder to use"};
45 ToolHandle<ActsTrk::IFitterTool>
m_actsFitter{
this,
"ActsFitter",
"",
"Choice of Acts Fitter (Kalman by default)"};
55 Gaudi::Property<bool>
m_copyParametersFromFit{
this,
"copyParametersFromFit",
true,
"If enabled proto tracks will have the same parameters as fitted tracks"};
PublicToolHandle< ActsTrk::ITrackingGeometryTool > m_trackingGeometryTool
SG::ReadHandleKey< xAOD::StripClusterContainer > m_StripClusters
SG::WriteHandleKey< ActsTrk::TrackContainer > m_trackContainerKey
virtual StatusCode execute(const EventContext &ctx) const override final
ToolHandle< ActsTrk::IProtoTrackCreatorTool > m_patternBuilder
ToolHandle< ActsTrk::IFitterTool > m_actsFitter
ToolHandle< ActsTrk::IExtrapolationTool > m_extrapolationTool
Gaudi::Property< bool > m_copyParametersFromFit
virtual ~ProtoTrackCreationAndFitAlg()=default
ActsTrk::MutableTrackContainerHandlesHelper m_tracksBackendHandlesHelper
SG::WriteHandleKey< ActsTrk::ProtoTrackCollection > m_protoTrackCollectionKey
SG::ReadHandleKey< xAOD::PixelClusterContainer > m_PixelClusters
virtual StatusCode initialize() override final
uncomment and implement methods as required
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.