#include "Pythia6Hadronizer.h"
#include "HepMC/GenEvent.h"
#include "HepMC/PdfInfo.h"
#include "HepMC/PythiaWrapper6_4.h"
#include "HepMC/HEPEVT_Wrapper.h"
#include "HepMC/IO_HEPEVT.h"
#include "FWCore/Concurrency/interface/SharedResourceNames.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "GeneratorInterface/Core/interface/FortranCallback.h"
#include "GeneratorInterface/Core/interface/FortranInstance.h"
#include "GeneratorInterface/LHEInterface/interface/LHERunInfo.h"
#include "SimDataFormats/GeneratorProducts/interface/LHEEventProduct.h"
#include "GeneratorInterface/PartonShowerVeto/interface/JetMatching.h"
#include "HepPID/ParticleIDTranslations.hh"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Declarations.h"
#include <iomanip>
#include <memory>
Go to the source code of this file.
Classes | |
class | gen::Pythia6ServiceWithCallback |
Namespaces | |
gen | |
Functions | |
void | gen::pyglfr_ () |
void | gen::pyglrhad_ () |
void | gen::pystfr_ (int &) |
void | gen::pystrhad_ () |
Variables | |
struct { | |
int gen::k [5][pyjets_maxn] | |
int gen::n | |
int gen::npad | |
double gen::p [5][pyjets_maxn] | |
double gen::v [5][pyjets_maxn] | |
} | gen::pyjets_local |
HepMC::IO_HEPEVT | pythia6_conv |
HepMC::IO_HEPEVT pythia6_conv |
Definition at line 24 of file Pythia6Hadronizer.cc.
Referenced by gen::Pythia6Hadronizer::generatePartonsAndHadronize(), and gen::Pythia6Hadronizer::hadronize().