CMS 3D CMS Logo

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