![]() |
HepPDT Reference DocumentationHepPDT |
00001 #ifndef HEAVYIONUNKNOWNID_HH 00002 #define HEAVYIONUNKNOWNID_HH 00003 // ---------------------------------------------------------------------- 00004 // 00005 // HeavyIonUnknownID.hh 00006 // Author: Lynn Garren 00007 // 00008 // ---------------------------------------------------------------------- 00009 #include "HepPDT/ProcessUnknownID.hh" 00010 #include "HepPDT/ParticleData.hh" 00011 00012 namespace HepPDT { 00013 00015 00025 class HeavyIonUnknownID : public ProcessUnknownID { 00026 public: 00027 HeavyIonUnknownID() {} 00028 00029 virtual ParticleData * processUnknownID( ParticleID, const ParticleDataTable & pdt ); 00030 00031 }; 00032 00033 } // HepPDT 00034 00035 #endif // HEAVYIONUNKNOWNID_HH