CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
RandomP8 Class Reference

#include <RandomP8.h>

Inheritance diagram for RandomP8:

Public Member Functions

double flat ()
 
double flat ()
 
 RandomP8 ()
 
 RandomP8 ()
 

Detailed Description

Definition at line 6 of file RandomP8.h.

Constructor & Destructor Documentation

RandomP8::RandomP8 ( )
inline

Definition at line 11 of file RandomP8.h.

11 {;}
RandomP8::RandomP8 ( )
inline

Definition at line 11 of file RandomP8.h.

11 {;}

Member Function Documentation

double RandomP8::flat ( void  )

Definition at line 8 of file RandomP8.cc.

References randomEngine.

9 {
10  return randomEngine->flat();
11 }
CLHEP::HepRandomEngine * randomEngine
Definition: PYR.cc:4
double RandomP8::flat ( )