CMS 3D CMS Logo

HepMCTemplate.h
Go to the documentation of this file.
1 #ifndef GeneratorInterface_Herwig7Interface_HepMCTemplate_h
2 #define GeneratorInterface_Herwig7Interface_HepMCTemplate_h
3 
11 #include <ThePEG/Vectors/HepMCTraits.h>
12 
13 namespace ThePEG {
14 
15  template<> struct HepMCTraits<HepMC::GenEvent> :
16  public HepMCTraitsBase<
17  HepMC::GenEvent, HepMC::GenParticle,
18  HepMC::GenVertex, HepMC::Polarization,
19  HepMC::PdfInfo> {};
20 
21 }
22 
23 #endif // GeneratorInterface_Herwig7Interface_HepMCTemplate_h