Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
14 #ifndef MEASUREMENTTOTRACKPARTICLEDECORATIONALG_H
15 #define MEASUREMENTTOTRACKPARTICLEDECORATIONALG_H
18 #include "GaudiKernel/ServiceHandle.h"
26 #include "Acts/Definitions/Units.hpp"
28 #include "Acts/EventData/TrackStateProxy.hpp"
52 float getChi2Contribution(
const typename ActsTrk::TrackStateBackend::ConstTrackStateProxy &state)
const;
53 std::pair<Acts::BoundVector, Acts::BoundMatrix>
getUnbiasedTrackParameters(
const typename ActsTrk::TrackStateBackend::ConstTrackStateProxy &state,
54 bool useSmoothed =
true)
const;
57 const float measurementCovariance,
58 const float trackParameterCovariance,
59 const bool evaluateUnbiased)
const;
66 this,
"TrackParticleKey",
"",
"Input track particle collection"};
69 this,
"MeasurementRegionKey",
"measurement_region",
70 "Decorate track particle with region of the measurement (barrel, ec)"};
72 this,
"MeasurementDetectorKey",
"measurement_det",
73 "Decorate track particle with measurement detector id (innermost pix, pix, strip)"};
75 this,
"MeasurementLayerKey",
"measurement_iLayer",
76 "Decorate track particle with measurement layer"};
78 this,
"Chi2HitPredictedKey",
"chi2_hit_predicted",
79 "Predicted Chi2 contribution for each hit"};
81 this,
"Chi2HitFilteredKey",
"chi2_hit_filtered",
82 "Filtered Chi2 contribution for each hit"};
84 this,
"MeasurementTypeKey",
"measurement_type",
85 "Decorate track particle with type of track state (outlier,hole, biased/unbiased)"};
87 this,
"MeasurementPhiWidthKey",
"hitResiduals_phiWidth",
88 "Decorate track particle with measurement cluster size (in r-phi)"};
90 this,
"MeasurementEtaWidthKey",
"hitResiduals_etaWidth",
91 "Decorate track particle with measurement cluster size (in eta)"};
95 this,
"ResidualLocXkey",
"hitResiduals_residualLocX",
96 "Decorate track particle with unbiased residual in local x"};
98 this,
"PullLocXkey",
"hitResiduals_pullLocX",
99 "Decorate track particle with unbiased pull in local x"};
101 this,
"MeasurementLocXkey",
"measurementLocX",
102 "Decorate track particle with measurement local x"};
104 this,
"TrackParameterLocXkey",
"trackParamLocX",
105 "Decorate track particle with unbiased prediction in local x"};
107 this,
"MeasurementLocCovXkey",
"measurementLocCovX",
108 "Decorate track particle with local x measurement covariance"};
110 this,
"TrackParameterLocCovXkey",
"trackParameterLocCovX",
111 "Decorate track particle with unbiased local x prediction covariance"};
114 this,
"ResidualLocYkey",
"hitResiduals_residualLocY",
115 "Decorate track particle with unbiased residual in local y"};
117 this,
"PullLocYkey",
"hitResiduals_pullLocY",
118 "Decorate track particle with unbiased pull in local y"};
120 this,
"MeasurementLocYkey",
"measurementLocY",
121 "Decorate track particle with measurement local y"};
123 this,
"TrackParameterLocYkey",
"trackParamLocY",
124 "Decorate track particle with unbiased prediction in local y"};
126 this,
"MeasurementLocCovYkey",
"measurementLocCovY",
127 "Decorate track particle with local y measurement covariance"};
129 this,
"TrackParameterLocCovYkey",
"trackParameterLocCovY",
130 "Decorate track particle with unbiased local y prediction covariance"};
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_residualLocXkey
virtual ~MeasurementToTrackParticleDecorationAlg()=default
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_measurementLayerKey
float evaluatePull(const float residual, const float measurementCovariance, const float trackParameterCovariance, const bool evaluateUnbiased) const
MeasurementToTrackParticleDecorationAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_measurementDetectorKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_trackParameterLocXkey
std::pair< Acts::BoundVector, Acts::BoundMatrix > getUnbiasedTrackParameters(const typename ActsTrk::TrackStateBackend::ConstTrackStateProxy &state, bool useSmoothed=true) const
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_chi2HitFilteredKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_residualLocYkey
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_trackParameterLocCovYkey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_measurementLocXkey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
ToolHandle< IActsTrackingGeometryTool > m_trackingGeometryTool
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_pullLocYkey
::StatusCode StatusCode
StatusCode definition for legacy code.
Handle class for adding a decoration to an object.
float getChi2Contribution(const typename ActsTrk::TrackStateBackend::ConstTrackStateProxy &state) const
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_measurementEtaWidthKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_measurementRegionKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_pullLocXkey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_trackParameterLocCovXkey
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_measurementLocCovXkey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_measurementLocYkey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_measurementPhiWidthKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trackParticlesKey
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_trackParameterLocYkey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_chi2HitPredictedKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_measurementTypeKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_measurementLocCovYkey