CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/GeneratorInterface/PomwigInterface/plugins/HWRGEN.h

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