Skip to content
Snippets Groups Projects

use CachedValue::store() for the covariance/position setters (ATLASRECTS-4891)

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -99,7 +99,7 @@ namespace xAOD {
setY( position( 1 ) );
setZ( position( 2 ) );
// Reset the cache
m_position.reset();
m_position.store(position);
return;
}
@@ -124,7 +124,7 @@ namespace xAOD {
// Set the persistent variable:
setCovariance( vec );
m_covariance.reset();
m_covariance.store(cov);
return;
}
Loading