|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ACTSTRKSEEDING_SEEDINGALG_H
6 #define ACTSTRKSEEDING_SEEDINGALG_H
12 #include "GaudiKernel/ToolHandle.h"
43 ISvcLocator *pSvcLocator);
53 ToolHandle< ActsTrk::ISeedingTool >
m_seedsTool {
this,
"SeedTool",
"",
"Seed Tool"};
54 ToolHandle< ActsTrk::ITrackParamsEstimationTool >
m_paramEstimationTool {
this,
"TrackParamsEstimationTool",
"",
"Track Param Estimation from Seeds"};
57 ToolHandle< GenericMonitoringTool >
m_monTool {
this,
"MonTool",
"",
"Monitoring tool"};
62 "Name of the Magnetic Field conditions object key"};
70 Gaudi::Property< bool >
m_useTopSp {
this,
"useTopSp",
false,
"Use top SP. By default, use bottom SP."};
71 Gaudi::Property< bool >
m_usePixel {
this,
"UsePixel",
true};
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode finalize() override
virtual ~SeedingAlg()=default
PublicToolHandle< IActsTrackingGeometryTool > m_trackingGeometryTool
SG::WriteHandleKey< ActsTrk::SeedContainer > m_seedKey
Gaudi::Property< bool > m_usePixel
ToolHandle< ActsTrk::ISeedingTool > m_seedsTool
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< ActsTrk::BoundTrackParametersContainer > m_actsTrackParamsKey
Gaudi::Property< bool > m_fastTracking
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< GenericMonitoringTool > m_monTool
virtual StatusCode initialize() override
ToolHandle< ActsTrk::ITrackParamsEstimationTool > m_paramEstimationTool
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_detEleCollKey
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
std::array< std::atomic< unsigned int >, kNStat > m_stat ATLAS_THREAD_SAFE
SeedingAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< AtlasFieldCacheCondObj > m_fieldCondObjInputKey
SG::ReadHandleKeyArray< xAOD::SpacePointContainer > m_spacePointKey
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
ToolHandle< ActsTrk::IActsToTrkConverterTool > m_ATLASConverterTool
Gaudi::Property< bool > m_useTopSp