CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HWRGEN.h
Go to the documentation of this file.
1 #ifndef HWRGEN_h
2 #define HWRGEN_h
3 #include "CLHEP/Random/RandomEngine.h"
4 
5 extern CLHEP::HepRandomEngine* randomEngine;
6 
7 extern "C" {
8  double hwrgen_(int*);
9 }
10 
11 #endif
CLHEP::HepRandomEngine * randomEngine
Definition: PYR.cc:4
double hwrgen_(int *)