HepPDT Reference Documentation

HepPDT

ProcessUnknownID.cc

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------
00002 //
00003 // ProcessUnknownID.cc
00004 // Author: Lynn Garren
00005 //
00006 // ----------------------------------------------------------------------
00007 #include "HepPDT/ProcessUnknownID.hh"
00008 #include "HepPDT/ParticleDataTable.hh"
00009 
00010 namespace HepPDT {
00011 
00012 ParticleData * ProcessUnknownID::callProcessUnknownID
00013               ( ParticleID key, const ParticleDataTable & pdt ) 
00014 { 
00015     ParticleData * pd = 0;
00016     if( !alreadyHere ) {
00017        alreadyHere = true;
00018        pd = processUnknownID( key, pdt );
00019        alreadyHere = false;
00020     } 
00021     return pd;
00022 }
00023 
00024 }       // HepPDT

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