CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Dummies.cc
Go to the documentation of this file.
3 
4 extern "C" {
5  void hwaend_() {return;}
6 
7  void cmsending_(int* ecode) {
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  }
11 }
void hwaend_()
Definition: Dummies.cc:10
void cmsending_(int *ecode)
Definition: Dummies.cc:12