CMS 3D CMS Logo

Functions

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

#include <iostream>
#include <sstream>
#include <cstdlib>
#include <cstring>
#include <cctype>
#include <string>
#include <CLHEP/Random/RandomEngine.h>
#include <HepMC/HerwigWrapper6_4.h>
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "GeneratorInterface/Core/interface/RNDMEngineAccess.h"
#include "GeneratorInterface/Herwig6Interface/interface/herwig.h"
#include "GeneratorInterface/Herwig6Interface/interface/Herwig6Instance.h"
#include "params.inc"

Go to the source code of this file.

Functions

void cmsending_ (int *ecode)
void hwaend_ ()

Function Documentation

void cmsending_ ( int *  ecode)

Definition at line 51 of file Herwig6Instance.cc.

References Exception.

        {
                throw cms::Exception("Herwig6Error")
                        << "Herwig6 stopped run with error code " << *ecode
                        << "." << std::endl;
        }
void hwaend_ ( )

Definition at line 48 of file Herwig6Instance.cc.

        {}