Skip to content

Avoid heap-allocation of ParticleDataTable

Gerhard Raven requested to merge graven/Gaudi:modernize-partpropsvc into master
  • prefer optional over unique_ptr to create a 'nullable' object which avoids the need for the explicit heap allocation of ParticleDataTable

Merge request reports