CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
Dummies.cc File Reference
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Functions

void cmsending_ (int *ecode)
 
void hwaend_ ()
 

Function Documentation

void cmsending_ ( int *  ecode)

Definition at line 7 of file Dummies.cc.

References edm::hlt::Exception.

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

Definition at line 5 of file Dummies.cc.

5 {return;}