CMS 3D CMS Logo

Public Member Functions

RandomP8 Class Reference

#include <RandomP8.h>

List of all members.

Public Member Functions

double flat ()
 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.

{;}

Member Function Documentation

double RandomP8::flat ( void  )

Definition at line 8 of file RandomP8.cc.

References randomEngine.

{
  return randomEngine->flat();
}