use CachedValue::store() for the covariance/position setters (ATLASRECTS-4891)
In the setPosition, setCovariance methods , instead of using reset
, which has the effect of the cached
values being initialized later on based on the stored values in the xAOD vectors (floats), use store
directly with the matrices (double) as arguments.
It might relate with some of the numerical differences here ATLASRECTS-4891
Edited by Christos Anastopoulos