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