ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/StableParticle.cc
(Generate patch)

Comparing UserCode/MitAna/DataTree/src/StableParticle.cc (file contents):
Revision 1.2 by loizides, Wed Feb 18 15:38:55 2009 UTC vs.
Revision 1.3 by bendavid, Mon Sep 12 15:21:36 2011 UTC

# 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 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines