#include "DatabasePDG.h"
#include "Particle.h"
#include "InitialState.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "GeneratorInterface/Core/interface/BaseHadronizer.h"
#include "CLHEP/Random/RandomEngine.h"
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Random/RandPoisson.h"
#include "CLHEP/Random/RandGauss.h"
#include <map>
#include <string>
#include <vector>
#include <math.h>
#include "HYJET_COMMONS.h"
Go to the source code of this file.
Classes | |
class | gen::Hydjet2Hadronizer |
Namespaces | |
CLHEP | |
gen | |
HepMC | |
Macros | |
#define | kMax 500000 |
#define | PYCOMP pycomp_ |
Functions | |
HYIPARCommon | COMMON_BLOCK (HYIPAR, hyipar) |
HYFPARCommon | COMMON_BLOCK (HYFPAR, hyfpar) |
HYJPARCommon | COMMON_BLOCK (HYJPAR, hyjpar) |
HYPARTCommon | COMMON_BLOCK (HYPART, hypart) |
SERVICECommon | COMMON_BLOCK (SERVICE, service) |
Variables | |
CLHEP::HepRandomEngine * | hjRandomEngine |
#define kMax 500000 |
Definition at line 46 of file Hydjet2Hadronizer.h.
#define PYCOMP pycomp_ |
Definition at line 24 of file Hydjet2Hadronizer.h.
HYIPARCommon COMMON_BLOCK | ( | HYIPAR | , |
hyipar | |||
) |
HYFPARCommon COMMON_BLOCK | ( | HYFPAR | , |
hyfpar | |||
) |
HYJPARCommon COMMON_BLOCK | ( | HYJPAR | , |
hyjpar | |||
) |
HYPARTCommon COMMON_BLOCK | ( | HYPART | , |
hypart | |||
) |
SERVICECommon COMMON_BLOCK | ( | SERVICE | , |
service | |||
) |
CLHEP::HepRandomEngine* hjRandomEngine |
Definition at line 55 of file Hydjet2Hadronizer.h.
Referenced by IsotropicR3(), and RandArrayFunction::StandardRand().