#include "GeneratorInterface/MadGraphInterface/interface/PYR.h"
#include "CLHEP/Random/RandomEngine.h"
Go to the source code of this file.
Functions | |
double | pyr_ (int *idummy) |
Variables | |
CLHEP::HepRandomEngine * | randomEngine |
double pyr_ | ( | int * | idummy | ) |
Definition at line 7 of file PYR.cc.
References randomEngine.
00008 { 00009 return randomEngine->flat(); 00010 }
CLHEP::HepRandomEngine* randomEngine |