5 * This class provides a set of methods that allow access to event data
6 * stored in HepMC format. The HepMC data structures are used by
7 * HEP programs as storage for event records in C++
8 *
9 * This class extends the GenEvent class and implements the methods of
10 * HEPEvent used by MC-TESTER. Not all functions are needed by the MC-TESTER,
11 * so dummy defintion are introduced for these
12 *
13 */
14
15#ifndef _HepMC3Event_H
16#define _HepMC3Event_H
17
18#warning "HepMC3 interface is available in the latest version of MC-TESTER, see https://gitlab.cern.ch/cvsmctst/mc-tester. This interface will be removed in the future HepMC3 versions."
void AddParticle(int id, int pdgid, int status, int mother, int mother2, int firstdaughter, int lastdaughter, double E, double px, double py, double pz, double m, double vx, double vy, double vz, double tau)