#include "PomwigProducer.h"
#include "Dummies.h"
#include "HWRGEN.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenRunInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "CLHEP/Random/JamesRandom.h"
#include "CLHEP/Random/RandFlat.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include <iostream>
#include "time.h"
#include <ctype.h>
#include "HepMC/HerwigWrapper.h"
#include "HepMC/IO_HERWIG.h"
#include "HepMC/HEPEVT_Wrapper.h"
#include "herwig.h"
Go to the source code of this file.
Define Documentation
#define cmsending cmsending_ |
#define mysetpdfpath mysetpdfpath_ |
#define setherwpdf setherwpdf_ |
#define setlhaparm setlhaparm_ |
#define setpdfpath setpdfpath_ |
Function Documentation
void cmsending_ |
( |
int * |
| ) |
|
Definition at line 12 of file Dummies.cc.
References Exception.
{
edm::LogError("")<<" ERROR: Herwig stoped run after receiving error code "<<*ecode<<".\n";
throw cms::Exception("Herwig6Error") <<" Herwig stoped run with error code "<<*ecode<<".";
}
void mysetpdfpath_ |
( |
char * |
| ) |
|
void setherwpdf_ |
( |
void |
| ) |
|
void setlhaparm_ |
( |
char * |
| ) |
|
void setpdfpath_ |
( |
char * |
, |
|
|
int * |
|
|
) |
| |