CMS 3D CMS Logo

Functions | Variables

/data/refman/pasoursint/CMSSW_5_3_0/src/GeneratorInterface/BeamHaloGenerator/interface/PYR.h File Reference

#include "CLHEP/Random/RandomEngine.h"

Go to the source code of this file.

Functions

double bhgpyr_ (int *)

Variables

CLHEP::HepRandomEngine * _BeamHalo_randomEngine

Function Documentation

double bhgpyr_ ( int *  )

Definition at line 6 of file PYR.cc.

References _BeamHalo_randomEngine.

  {
    return (float)_BeamHalo_randomEngine->flat();
  }

Variable Documentation

CLHEP::HepRandomEngine* _BeamHalo_randomEngine