Revision: | 1.3 |
Committed: | Mon Sep 12 15:21:36 2011 UTC (13 years, 7 months ago) by bendavid |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | Mit_032, Mit_031, Mit_025c_branch2, Mit_025c_branch1, Mit_030, Mit_029c, Mit_029b, Mit_030_pre1, Mit_029a, Mit_029, Mit_029_pre1, Mit_028a, Mit_025c_branch0, Mit_028, Mit_027a, Mit_027, Mit_026, Mit_025e, Mit_025d, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, Mit_025pre1, HEAD |
Branch point for: | Mit_025c_branch |
Changes since 1.2: | +9 -1 lines |
Log Message: | minimal changes for 440pre9 |
# | Content |
---|---|
1 | // $Id: StableParticle.cc,v 1.2 2009/02/18 15:38:55 loizides Exp $ |
2 | |
3 | #include "MitAna/DataTree/interface/StableParticle.h" |
4 | |
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 | } |