GeneratorInterface
BeamHaloGenerator
src
PYR.cc
Go to the documentation of this file.
1
#include "CLHEP/Random/RandomEngine.h"
2
3
CLHEP::HepRandomEngine*
_BeamHalo_randomEngine
;
4
5
extern
"C"
{
6
float
bhgpyr_
(
int
* idummy)
7
{
8
return
(
float
)
_BeamHalo_randomEngine
->flat();
9
}
10
}
11
_BeamHalo_randomEngine
CLHEP::HepRandomEngine * _BeamHalo_randomEngine
Definition:
PYR.cc:3
bhgpyr_
float bhgpyr_(int *idummy)
Definition:
PYR.cc:6
Generated for CMSSW Reference Manual by
1.8.14