Skip to content
Snippets Groups Projects
Commit e5f00110 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

Add a cost AntiParticle() method in TParticlePDG (ROOT-6205)

parent f5c020f7
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ public:
TDecayChannel* DecayChannel(Int_t i);
TParticlePDG* AntiParticle() { return fAntiParticle; }
const TParticlePDG* AntiParticle() const { return fAntiParticle; }
// ****** modifiers
......
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