5#ifndef TRACKINGDECORALGORITHMS_TRACKCOVARIANCEDECORATORALG_H
6#define TRACKINGDECORALGORITHMS_TRACKCOVARIANCEDECORATORALG_H
20 ISvcLocator* pSvcLocator);
23 virtual StatusCode
execute(
const EventContext&)
const override;
29 this,
"TrackContainer",
"InDetTrackParticles",
30 "Key for the input track collection"};
35 "sqrt of phi diagonal element of track covariance matrix"};
38 "sqrt of theta diagonal element of track covariance matrix"};
41 "sqrt of qOverP diagonal element of track covariance matrix"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
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/attr name from which a WriteDecorHandle is made.
TrackCovarianceDecoratorAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &) const override
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_dec_thetaUncertainty
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_dec_phiUncertainty
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_dec_qOverPUncertainty
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trackContainerKey