1 #ifndef _HEPEVT_struct_included_
2 #define _HEPEVT_struct_included_
5 #include "PhotosBranch.h"
6 #include "PhotosParticle.h"
11 const static double NO_BOOST_THRESHOLD = 1.0e-8;
40 int first_mother,
int last_mother,
41 int first_daughter,
int last_daughter);
static void complete()
Finalize processing.
static void prepare()
Prepare particles for processing.
static void check_ME_channel()
Check channel for complete matrix element calculation.
static void get()
Update event record with data from HEPEVT.
static void add_particle(int i, PhotosParticle *particle, int first_mother, int last_mother, int first_daughter, int last_daughter)
Add single particle to HEPEVT.
static std::vector< PhotosParticle * > m_particle_list
List of particles added to HEPEVT.
static int ME_channel
Number of channel to be used - flag for fortran routines.
static int decay_idx
Index of decaying particle.
static int set(PhotosBranch *branch)
Convert PhotosBranch to HEPEVT.
static void clear()
Clear HEPEVT.