13 #include "HepMC/GenEvent.h" 14 #include "HepMC/GenVertex.h" 15 #include "HepMC/GenParticle.h" 22 class GenCrossSection;
30 static void content(
const GenEvent &event);
33 static void listing(
const GenEvent &event,
unsigned short precision = 2);
36 static void line(
const GenEvent &event);
45 static void line(shared_ptr<GenCrossSection> &cs);
48 static void line(shared_ptr<GenHeavyIon> &hi);
51 static void line(shared_ptr<GenPdfInfo> &pi);
static void listing(const GenEvent &event, unsigned short precision=2)
Print event in listing (HepMC2) format.
SmartPointer< class GenParticle > GenParticlePtr
Smart pointer to GenParticle.
static void line(const GenEvent &event)
Print one-line info.
static void content(const GenEvent &event)
Print content of all GenEvent containers.
Definition of template class SmartPointer.
SmartPointer< class GenVertex > GenVertexPtr
Smart pointer to GenVertex.