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