CMS 3D CMS Logo

PYR.cc

Go to the documentation of this file.
00001 #include "GeneratorInterface/Pythia6Interface/interface/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 

Generated on Tue Jun 9 17:36:53 2009 for CMSSW by  doxygen 1.5.4