#include "Hijing_i/Hijing.h"
#include "Hijing_i/VertexShift.h"
#include "GaudiKernel/MsgStream.h"
#include "CxxUtils/StringParse.h"
#include "AtlasHepMC/GenEvent.h"
#include "AtlasHepMC/GenVertex.h"
#include "AtlasHepMC/GenParticle.h"
#include "AtlasHepMC/HeavyIon.h"
#include <stdlib.h>
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Geometry/Point3D.h"
#include "AthenaKernel/RNGWrapper.h"
Go to the source code of this file.
|
| float | atl_ran_ (int *) |
| void | hijset_ (float *, const char *, const char *, const char *, int *, int *, int *, int *, long int, long int, long int) |
| void | hijing_ (const char *, float *, float *, long int) |
◆ atl_ran_()
Definition at line 49 of file Hijing.cxx.
50 {
51 return (float) CLHEP::RandFlat::shoot(p_Engine);
52 }
◆ hijing_()
| void hijing_ |
( |
const char * | , |
|
|
float * | , |
|
|
float * | , |
|
|
long int | ) |
◆ hijset_()
| void hijset_ |
( |
float * | , |
|
|
const char * | , |
|
|
const char * | , |
|
|
const char * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
long int | , |
|
|
long int | , |
|
|
long int | ) |