test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
double bhgpyr_(int *)
Definition: PYR.cc:6
CLHEP::HepRandomEngine * _BeamHalo_randomEngine
Definition: PYR.cc:3