Skip to content
Snippets Groups Projects

HepMcParticleLink constructor syntax clean-up.

  1. May 17, 2024
    • John Chapman's avatar
      HepMcParticleLink constructor syntax clean-up. · 674c3a1a
      John Chapman authored
      Avoid using 0 in combination with HepMcParticleLink::IS_EVENTNUM in constructor calls as this is not properly supported.
      It is more correct to directly use 0 with HepMcParticleLink::IS_POSITION to indicate that the link is to the first
      GenEvent in the McEventCollection.
      674c3a1a
Loading