00001 // $Id: ParticleData.hh,v 1.1 2001/11/09 15:23:00 mf Exp $ 00002 // ---------------------------------------------------------------------- 00003 // 00004 // ParticleData.hh 00005 // 00006 // ---------------------------------------------------------------------- 00007 #ifndef PARTICLEDATA_HH 00008 #define PARTICLEDATA_HH 00009 00010 #include "CLHEP/config/CLHEP.h" 00011 #include "CLHEP/HepPDT/DefaultConfig.hh" 00012 #include "CLHEP/HepPDT/ParticleDataT.hh" 00013 00014 namespace HepPDT { 00015 00016 typedef ParticleDataT<DefaultConfig> ParticleData; 00017 00018 } // HepPDT 00019 00020 #endif // PARTICLEDATA_HH