Skip to content

Use less HepMCParticleLink->cptr

Andrii Verbytskyi requested to merge averbyts/athena:no_cptr into master
  • The HepMCParticleLink->cptr() is called on each HepMCParticleLink->. the cptr() is expensive, so the number of calls should be reduced.
  • Use reference to HepMCParticleLink instead of copy when possible

Tag @jchapman @christos

Merge request reports