CMS 3D CMS Logo

Namespaces | Defines | Functions | Variables

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/GeneratorInterface/ExhumeInterface/src/ExhumeHadronizer.cc File Reference

#include "GeneratorInterface/ExhumeInterface/interface/ExhumeHadronizer.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "GeneratorInterface/Core/interface/FortranCallback.h"
#include "GeneratorInterface/Core/interface/RNDMEngineAccess.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

namespace  gen

Defines

#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 Documentation

#define pycomp   pycomp_

Definition at line 61 of file ExhumeHadronizer.cc.

Referenced by gen::ExhumeHadronizer::declareStableParticles().

#define pydat1   pydat1_
#define pygive   pygive_

Definition at line 62 of file ExhumeHadronizer.cc.

Referenced by gen::call_pygive().

#define pyint1   pyint1_
#define pylist   pylist_

Definition at line 60 of file ExhumeHadronizer.cc.

#define pypars   pypars_

Variable Documentation

HepMC::IO_HEPEVT conv

Definition at line 27 of file ExhumeHadronizer.cc.