cepgen is hosted by Hepforge, IPPP Durham
CepGen N/A
Central exclusive processes event generator
EventInterface Class Reference

Interface to the Pythia 6 event content. More...

#include <include/CepGenPythia6/EventInterface.h>

Public Member Functions

 EventInterface (Event &, mode::Kinematics, utils::RandomGenerator *)
 
void prepareHadronisation ()
 Add/edit event attributes to prepare for its fragmentation/hadronisation.
 
size_t numStrings () const
 Number of string-bound partons in the event.
 
void run ()
 Run the fragmentation/hadronisation algorithm.
 

Detailed Description

Definition at line 36 of file EventInterface.h.

Constructor & Destructor Documentation

◆ EventInterface()

Member Function Documentation

◆ numStrings()

size_t numStrings ( ) const

Definition at line 41 of file EventInterface.h.

◆ prepareHadronisation()

void prepareHadronisation ( )

◆ run()

void run ( )