CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/GeneratorInterface/ExhumeInterface/plugins/PYR.cc

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