CMS 3D CMS Logo

Functions | Variables

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/GeneratorInterface/Herwig6Interface/plugins/Dummies.cc File Reference

#include <CLHEP/Random/RandomEngine.h>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"

Go to the source code of this file.

Functions

void cmsending_ (int *ecode)
void hwaend_ ()
double hwrgen_ (int *idummy)

Variables

CLHEP::HepRandomEngine * randomEngine

Function Documentation

void cmsending_ ( int *  ecode)

Definition at line 12 of file Dummies.cc.

                              {
    edm::LogError("")<<"   ERROR: Herwig stoped run after receiving error code "<<*ecode<<".\n";
    throw cms::Exception("Herwig6Error") <<" Herwig stoped run with error code "<<*ecode<<".";
  }
void hwaend_ ( )

Definition at line 10 of file Dummies.cc.

{return;}
double hwrgen_ ( int *  idummy)

Definition at line 17 of file Dummies.cc.

  {
    return randomEngine->flat();
  }

Variable Documentation

CLHEP::HepRandomEngine* randomEngine

Definition at line 7 of file Dummies.cc.