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     if ( alreadyHere ) return 0;
00016     alreadyHere = true;
00017     ParticleData * pd = processUnknownID( key, pdt );
00018     alreadyHere = false;
00019     return pd;
00020 }
00021 
00022 }       // HepPDT

Generated on Fri Dec 4 14:05:23 2009 for HepPDT by  doxygen 1.4.7