5#ifndef ACTSTRKANALYSIS_SEEDSTOTRACKPARAMSALG_H
6#define ACTSTRKANALYSIS_SEEDSTOTRACKPARAMSALG_H
31 virtual StatusCode
execute(
const EventContext &ctx)
const override;
37 ToolHandle<ActsTrk::ITrackParamsEstimationTool>
m_paramEstimationTool{
this,
"TrackParamsEstimationTool",
"",
"Track Param Estimation from Seeds"};
44 Gaudi::Property<bool>
m_autoReverseSearch{
this,
"autoReverseSearch",
false,
"Whether to run the finding in seed parameter direction (false or not specified) or reverse direction (true), automatically determined by the param estimation tool"};
45 Gaudi::Property<std::vector<double>>
m_useTopSpRZboundary {
this,
"useTopSpRZboundary", {350. * Acts::UnitConstants::mm, 1060. * Acts::UnitConstants::mm},
"R/Z boundary for using the top space point in the track parameter estimation"};
Property holding a SG store/key/clid from which a ReadHandle is made.
bool shouldReverseSearch(const ActsTrk::Seed &seed) const
ToolHandle< ActsTrk::IActsToTrkConverterTool > m_ATLASConverterTool
SeedsToTrackParamsAlg(const std::string &name, ISvcLocator *pSvcLocator)
PublicToolHandle< ActsTrk::ITrackingGeometryTool > m_trackingGeometryTool
ToolHandle< ActsTrk::ITrackParamsEstimationTool > m_paramEstimationTool
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_detEleCollKey
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKey< ActsTrk::SeedContainer > m_inputSeedContainerKey
Gaudi::Property< std::vector< double > > m_useTopSpRZboundary
virtual StatusCode initialize() override
Gaudi::Property< bool > m_autoReverseSearch
ToolHandle< ActsTrk::IExtrapolationTool > m_extrapolationTool
SG::WriteHandleKey< ActsTrk::BoundTrackParametersContainer > m_outputTrackParamsCollectionKey
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...