00001 //Needed for converting Herwig++ format event record to HepMC format event record 00002 #include "HepMC/GenEvent.h" 00003 00004 namespace ThePEG { 00005 template<> 00006 struct HepMCTraits<HepMC::GenEvent> : 00007 public HepMCTraitsBase<HepMC::GenEvent, 00008 HepMC::GenParticle, 00009 HepMC::GenVertex, 00010 HepMC::Polarization, 00011 HepMC::PdfInfo> 00012 { static bool hasUnits() { return true; } }; 00013 }