Skip to content
Snippets Groups Projects
Commit 41c87616 authored by John Chapman's avatar John Chapman
Browse files

Replace const HepMC::GenParticlePtr with HepMC::ConstGenParticlePtr

For HepMC2
```
const HepMC::GenParticlePtr == HepMC::GenParticle* const
HepMC::ConstGenParticlePtr == const HepMC::GenParticle*
```
parent c4a42c0b
No related branches found
No related tags found
No related merge requests found
Showing
with 43 additions and 43 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment