#include "GeneratorInterface/ExhumeInterface/interface/ExhumeHadronizer.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/Pythia6Interface/interface/Pythia6Service.h"
#include "HepPID/ParticleIDTranslations.hh"
#include "HepMC/GenEvent.h"
#include "HepMC/PdfInfo.h"
#include "HepMC/HEPEVT_Wrapper.h"
#include "HepMC/IO_HEPEVT.h"
#include "GeneratorInterface/ExhumeInterface/interface/Event.h"
#include "GeneratorInterface/ExhumeInterface/interface/QQ.h"
#include "GeneratorInterface/ExhumeInterface/interface/GG.h"
#include "GeneratorInterface/ExhumeInterface/interface/Higgs.h"
#include "GeneratorInterface/ExhumeInterface/interface/DiPhoton.h"
#include <string>
#include <sstream>
Go to the source code of this file.
Namespaces | |
gen | |
Macros | |
#define | pycomp pycomp_ |
#define | pydat1 pydat1_ |
#define | pygive pygive_ |
#define | pyint1 pyint1_ |
#define | pylist pylist_ |
#define | pypars pypars_ |
Functions | |
bool | gen::call_pygive (const std::string &line) |
void | gen::call_pylist (int mode) |
int | gen::pycomp_ (int &) |
void | gen::pygive_ (const char *, int) |
void | gen::pylist_ (int *) |
Variables | |
HepMC::IO_HEPEVT | conv |
struct { | |
int gen::mstj [200] | |
int gen::mstu [200] | |
double gen::parj [200] | |
double gen::paru [200] | |
} | gen::pydat1_ |
struct { | |
int gen::mint [400] | |
double gen::vint [400] | |
} | gen::pyint1_ |
struct { | |
int gen::msti [200] | |
int gen::mstp [200] | |
double gen::pari [200] | |
double gen::parp [200] | |
} | gen::pypars_ |
#define pycomp pycomp_ |
Definition at line 60 of file ExhumeHadronizer.cc.
#define pydat1 pydat1_ |
Definition at line 37 of file ExhumeHadronizer.cc.
#define pygive pygive_ |
Definition at line 61 of file ExhumeHadronizer.cc.
#define pyint1 pyint1_ |
Definition at line 51 of file ExhumeHadronizer.cc.
#define pylist pylist_ |
Definition at line 59 of file ExhumeHadronizer.cc.
#define pypars pypars_ |
Definition at line 45 of file ExhumeHadronizer.cc.
HepMC::IO_HEPEVT conv |
Definition at line 27 of file ExhumeHadronizer.cc.
Referenced by gen::ExhumeHadronizer::generatePartonsAndHadronize().