# | Line 5 | Line 5 | |
---|---|---|
5 | ClassImp(mithep::StableParticle) | |
6 | ||
7 | using namespace mithep; | |
8 | + | |
9 | + | //-------------------------------------------------------------------------------------------------- |
10 | + | TParticlePDG *mithep::StableParticle::PdgEntry() const |
11 | + | { |
12 | + | // Return entry to pdg database for the particle. |
13 | + | |
14 | + | return TDatabasePDG::Instance()->GetParticle(fAbsPdgId); |
15 | + | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |