 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ACTSTRKANALYSIS_SEEDSTOTRACKPARAMSALG_H
6 #define ACTSTRKANALYSIS_SEEDSTOTRACKPARAMSALG_H
38 ToolHandle<ActsTrk::ITrackParamsEstimationTool>
m_paramEstimationTool{
this,
"TrackParamsEstimationTool",
"",
"Track Param Estimation from Seeds"};
45 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"};
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< ActsTrk::SeedContainer > m_inputSeedContainerKey
ToolHandle< ActsTrk::ITrackParamsEstimationTool > m_paramEstimationTool
Gaudi::Property< std::vector< double > > m_useTopSpRZboundary
SeedsToTrackParamsAlg(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.
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.
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_detEleCollKey
virtual StatusCode execute(const EventContext &ctx) const override
Gaudi::Property< bool > m_autoReverseSearch
PublicToolHandle< ActsTrk::ITrackingGeometryTool > m_trackingGeometryTool
bool shouldReverseSearch(const ActsTrk::Seed &seed) const
virtual StatusCode initialize() override
SG::WriteHandleKey< ActsTrk::BoundTrackParametersContainer > m_outputTrackParamsCollectionKey
ToolHandle< IActsExtrapolationTool > m_extrapolationTool
ToolHandle< ActsTrk::IActsToTrkConverterTool > m_ATLASConverterTool
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...