|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #include <Gaudi/Property.h>
6 #ifndef ACTSTRACKRECONSTRUCTION_PROTOTRACKCREATIONANDFITALG_H
7 #define ACTSTRACKRECONSTRUCTION_PROTOTRACKCREATIONANDFITALG_H 1
42 ToolHandle<ActsTrk::IProtoTrackCreatorTool>
m_patternBuilder{
this,
"PatternBuilder",
"",
"the pattern builder to use"};
44 ToolHandle<ActsTrk::IFitterTool>
m_actsFitter{
this,
"ActsFitter",
"",
"Choice of Acts Fitter (Kalman by default)"};
49 {
this,
"DetectorElementToActsGeometryIdMapKey",
"DetectorElementToActsGeometryIdMap",
50 "Map which associates detector elements to Acts Geometry IDs"};
59 Gaudi::Property<bool>
m_copyParametersFromFit{
this,
"copyParametersFromFit",
true,
"If enabled proto tracks will have the same parameters as fitted tracks"};
69 #endif //> !ACTSTRACKRECONSTRUCTION_PROTOTRACKCREATIONANDFITALG_H
ToolHandle< ActsTrk::IFitterTool > m_actsFitter
ToolHandle< IActsTrackingGeometryTool > m_trackingGeometryTool
ToolHandle< ActsTrk::IProtoTrackCreatorTool > m_patternBuilder
ToolHandle< IActsExtrapolationTool > m_extrapolationTool
SG::WriteHandleKey< ActsTrk::TrackContainer > m_trackContainerKey
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadHandleKey< xAOD::PixelClusterContainer > m_PixelClusters
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
bool const RAWDATA *ch2 const
Gaudi::Property< bool > m_copyParametersFromFit
An algorithm that can be simultaneously executed in multiple threads.
virtual ~ProtoTrackCreationAndFitAlg()=default
ActsTrk::MutableTrackContainerHandlesHelper m_tracksBackendHandlesHelper
virtual StatusCode initialize() override final
uncomment and implement methods as required
SG::ReadCondHandleKey< ActsTrk::DetectorElementToActsGeometryIdMap > m_detectorElementToGeometryIdMapKey
::StatusCode StatusCode
StatusCode definition for legacy code.
ProtoTrackCreationAndFitAlg(const std::string &name, ISvcLocator *pSvcLocator)
PixelClusterContainer_v1 PixelClusterContainer
Define the version of the pixel cluster container.
SG::ReadHandleKey< xAOD::StripClusterContainer > m_StripClusters
SG::WriteHandleKey< ActsTrk::ProtoTrackCollection > m_protoTrackCollectionKey
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...