Skip to content
Snippets Groups Projects

add resetCache() to reset the cache for Neutral/Track Particle like the Vertex

Merged Christos Anastopoulos requested to merge ATLAS-EGamma/athena:reset_Cache into master
5 files
+ 30
13
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -212,6 +212,7 @@ namespace xAOD {
}
#endif // not XAOD_STANDALONE and not XAOD_MANACORE
// AUXSTORE_OBJECT_SETTER_AND_GETTER(NeutralParticle_v1, ElementLink< VertexContainer >, vertex, setVertex)
void NeutralParticle_v1::resetCache(){
m_perigeeParameters.reset();
}
} // namespace xAOD
Loading