1 #ifndef gen_HijingPythiaWrapper_h
2 #define gen_HijingPythiaWrapper_h
5 #include "HepMC/PythiaWrapper6_4.h"
7 #include "CLHEP/Random/RandomEngine.h"
11 void py1ent_(
int& ip,
int& kf,
double& pe,
double& the,
double&
phi);
19 void pygive_(
const char*,
int );
21 void pyrobo_(
int&,
int&,
double&,
double&,
double&,
double&,
double& );
23 void txgive_(
const char*,
int );
28 int numWarn =
pydat1.mstu[26];
29 int numErr =
pydat1.mstu[22];
31 pygive_(line.c_str(), line.length());
33 return pydat1.mstu[26] == numWarn &&
38 #define PYCOMP pycomp_
43 #define LUGIVE pygive_
45 void LUGIVE(
const char*,
int length);
58 (*iseed) = (69069 * (*iseed) + 1) & 0xffffffffUL;
59 return (*iseed) / 4294967296.0;
float ranff_(unsigned int *iseed)
CLHEP::HepRandomEngine * hijRandomEngine
static bool call_pygive(const std::string &line)
void py1ent_(int &ip, int &kf, double &pe, double &the, double &phi)
void pygive_(const char *, int)
float ran_(unsigned int *iseed)
float rlu_(unsigned int *iseed)
void txgive_(const char *, int)
void pyrobo_(int &, int &, double &, double &, double &, double &, double &)