HepPDT Reference Documentation

HepPDT

ParticleDataTable.icc

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------
00002 //
00003 // ParticleDataTable.icc
00004 // Author: Lynn Garren, Walter Brown
00005 //
00006 // ----------------------------------------------------------------------
00007 
00008 namespace HepPDT {
00009 
00010 inline ParticleDataTable::~ParticleDataTable()
00011 { ; }
00012 
00013 inline ParticleData * ParticleDataTable::operator [] ( ParticleID key )
00014 {
00015   return particle( key );
00016 }
00017 
00018 inline ParticleData const * ParticleDataTable::operator [] ( ParticleID key ) const
00019 {
00020   return particle( key );
00021 }
00022 
00023 inline ParticleData * ParticleDataTable::operator [] ( std::string nkey )
00024 {
00025   return particle( nkey );
00026 }
00027 
00028 inline ParticleData const * ParticleDataTable::operator [] ( std::string nkey ) const
00029 {
00030   return particle( nkey );
00031 }
00032 
00033 }       // HepPDT

Generated on Fri Oct 24 13:41:36 2008 for HepPDT by  doxygen 1.5.1-3