CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/GeneratorInterface/BeamHaloGenerator/src/PYR.cc

Go to the documentation of this file.
00001 #include "CLHEP/Random/RandomEngine.h"
00002 
00003 CLHEP::HepRandomEngine* _BeamHalo_randomEngine;
00004 
00005 extern "C" {
00006   float bhgpyr_(int* idummy)
00007   {
00008     return (float)_BeamHalo_randomEngine->flat();
00009   }
00010 }
00011