Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
GeneratorInterface
ExhumeInterface
plugins
PYR.cc
Go to the documentation of this file.
1
#include "
PYR.h
"
2
#include "CLHEP/Random/RandomEngine.h"
3
4
CLHEP::HepRandomEngine*
randomEngine
;
5
6
extern
"C"
{
7
double
pyr_
(
int
* idummy)
8
{
9
return
randomEngine
->flat();
10
}
11
}
12
pyr_
double pyr_(int *idummy)
Definition:
PYR.cc:7
randomEngine
CLHEP::HepRandomEngine * randomEngine
Definition:
PYR.cc:4
PYR.h
Generated for CMSSW Reference Manual by
1.8.5