#include <cstring>
#include <sstream>
#include <string>
#include <vector>
#include <memory>
#include <map>
#include <set>
#include <boost/shared_ptr.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <HepMC/GenEvent.h>
#include <HepMC/GenParticle.h>
#include <HepMC/GenVertex.h>
#include <HepMC/PdfInfo.h>
#include <HepMC/HerwigWrapper.h>
#include <HepMC/HEPEVT_Wrapper.h>
#include <HepMC/IO_HERWIG.h>
#include "HepPID/ParticleIDTranslations.hh"
#include "FWCore/Concurrency/interface/SharedResourceNames.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenRunInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/LesHouches.h"
#include "SimDataFormats/GeneratorProducts/interface/LHECommonBlocks.h"
#include "GeneratorInterface/Core/interface/ParameterCollector.h"
#include "GeneratorInterface/Core/interface/BaseHadronizer.h"
#include "GeneratorInterface/Core/interface/GeneratorFilter.h"
#include "GeneratorInterface/Core/interface/HadronizerFilter.h"
#include "GeneratorInterface/Core/interface/FortranInstance.h"
#include "GeneratorInterface/LHEInterface/interface/LHEEvent.h"
#include "GeneratorInterface/Herwig6Interface/interface/Herwig6Instance.h"
#include "GeneratorInterface/Herwig6Interface/interface/herwig.h"
#include "DataFormats/Math/interface/LorentzVector.h"
#include "GeneratorInterface/ExternalDecays/interface/ExternalDecayDriver.h"
Go to the source code of this file.
Classes | |
class | Herwig6Hadronizer |
Namespaces | |
CLHEP | |
Typedefs | |
typedef edm::GeneratorFilter < Herwig6Hadronizer, gen::ExternalDecayDriver > | Herwig6GeneratorFilter |
typedef edm::HadronizerFilter < Herwig6Hadronizer, gen::ExternalDecayDriver > | Herwig6HadronizerFilter |
Functions | |
double | hwuaem_ (double *scale) |
double | hwualf_ (int *mode, double *scale) |
void | hwuidt_ (int *iopt, int *ipdg, int *iwig, char nwig[8]) |
void | hwwarn_ (const char *method, int *id) |
void | mysetpdfpath_ (const char *path) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < Herwig6GeneratorFilter > > | s_filler__LINE__ ("Herwig6GeneratorFilter") |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < Herwig6HadronizerFilter > > | s_filler__LINE__ ("Herwig6HadronizerFilter") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < Herwig6GeneratorFilter > > | s_maker__LINE__ ("Herwig6GeneratorFilter") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < Herwig6HadronizerFilter > > | s_maker__LINE__ ("Herwig6HadronizerFilter") |
void | setherwpdf_ (void) |
Definition at line 1068 of file Herwig6Hadronizer.cc.
Definition at line 1071 of file Herwig6Hadronizer.cc.
double hwuaem_ | ( | double * | scale | ) |
Referenced by Herwig6Hadronizer::finalizeEvent().
double hwualf_ | ( | int * | mode, |
double * | scale | ||
) |
Referenced by Herwig6Hadronizer::finalizeEvent().
void hwuidt_ | ( | int * | iopt, |
int * | ipdg, | ||
int * | iwig, | ||
char | nwig[8] | ||
) |
void hwwarn_ | ( | const char * | method, |
int * | id | ||
) |
Referenced by Herwig6Hadronizer::hadronize().
void mysetpdfpath_ | ( | const char * | path | ) |
|
static |
|
static |
|
static |
|
static |
void setherwpdf_ | ( | void | ) |