CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/GeneratorInterface/ExhumeInterface/plugins/PYR.h

Go to the documentation of this file.
00001 #ifndef PYR_h
00002 #define PYR_h
00003 #include "CLHEP/Random/RandomEngine.h"
00004 
00005 extern CLHEP::HepRandomEngine* randomEngine;
00006 
00007 extern "C" {
00008   double pyr_(int*);
00009 }
00010 
00011 #endif