#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.
Macros | |
#define | cmsending cmsending_ |
#define | mysetpdfpath mysetpdfpath_ |
#define | setherwpdf setherwpdf_ |
#define | setlhaparm setlhaparm_ |
#define | setpdfpath setpdfpath_ |
Functions | |
void | cmsending_ (int *) |
DEFINE_FWK_MODULE (PomwigProducer) | |
void | mysetpdfpath_ (char *) |
void | setherwpdf_ (void) |
void | setlhaparm_ (char *) |
void | setpdfpath_ (char *, int *) |
#define cmsending cmsending_ |
Definition at line 52 of file PomwigProducer.cc.
#define mysetpdfpath mysetpdfpath_ |
Definition at line 49 of file PomwigProducer.cc.
Referenced by edm::PomwigProducer::PomwigProducer().
#define setherwpdf setherwpdf_ |
Definition at line 51 of file PomwigProducer.cc.
Referenced by edm::PomwigProducer::PomwigProducer().
#define setlhaparm setlhaparm_ |
Definition at line 50 of file PomwigProducer.cc.
#define setpdfpath setpdfpath_ |
Definition at line 48 of file PomwigProducer.cc.
void cmsending_ | ( | int * | ) |
Definition at line 12 of file Dummies.cc.
References edm::hlt::Exception.
DEFINE_FWK_MODULE | ( | PomwigProducer | ) |
void mysetpdfpath_ | ( | char * | ) |
void setherwpdf_ | ( | void | ) |
void setlhaparm_ | ( | char * | ) |
void setpdfpath_ | ( | char * | , |
int * | |||
) |