#include "GeneratorInterface/ExhumeInterface/interface/ExhumeSource.h"
#include "SimDataFormats/HepMCProduct/interface/HepMCProduct.h"
#include "SimDataFormats/HepMCProduct/interface/GenInfoProduct.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "Utilities/General/interface/FileInPath.h"
#include <iostream>
#include "time.h"
#include "HepMC/IO_HEPEVT.h"
Go to the source code of this file.
Defines | |
#define | pylist pylist_ |
#define | pypars pypars_ |
Functions | |
void | call_pylist (int mode) |
void | pylist (int *) |
Variables | |
static const unsigned long | kAveEventPerSec = 200 |
static const unsigned long | kNanoSecPerSec = 1000000000 |
struct { | |
int msti [200] | |
int mstp [200] | |
double pari [200] | |
double parp [200] | |
} | pypars_ |
#define pylist pylist_ |
#define pypars pypars_ |
Definition at line 50 of file ExhumeSource.cc.
Referenced by lhef::Pythia6Hadronisation::doHadronisation(), edm::PythiaProducer::endRun(), edm::PythiaSource::endRun(), edm::MadGraphProducer::filter(), edm::AlpgenProducer::produce(), edm::AlpgenSource::produce(), edm::ComphepProducer::produce(), edm::ToprexSource::produce(), edm::HydjetProducer::produce(), edm::ToprexProducer::produce(), edm::ExhumeSource::produce(), edm::PythiaMuEnrichSource::produce(), edm::PythiaSource::produce(), edm::ComphepSource::produce(), edm::PyquenProducer::produce(), edm::MadGraphSource::produce(), edm::HydjetSource::produce(), edm::PyquenSource::produce(), edm::PythiaProducer::produce(), and edm::TauolaInterface::setDecayVertex().
Definition at line 32 of file ExhumeSource.cc.
References pylist.
Referenced by lhef::Pythia6Hadronisation::doHadronisation(), edm::MadGraphProducer::filter(), edm::AlpgenProducer::produce(), edm::AlpgenSource::produce(), edm::ComphepProducer::produce(), edm::ToprexSource::produce(), edm::HydjetProducer::produce(), edm::ToprexProducer::produce(), edm::ExhumeSource::produce(), edm::PythiaMuEnrichSource::produce(), edm::PythiaSource::produce(), edm::ComphepSource::produce(), edm::PyquenProducer::produce(), edm::MadGraphSource::produce(), edm::HydjetSource::produce(), edm::PyquenSource::produce(), and edm::PythiaProducer::produce().
const unsigned long kAveEventPerSec = 200 [static] |
Definition at line 60 of file ExhumeSource.cc.
const unsigned long kNanoSecPerSec = 1000000000 [static] |
Definition at line 59 of file ExhumeSource.cc.
Definition at line 47 of file ExhumeSource.cc.
Definition at line 45 of file ExhumeSource.cc.
double pari[200] |
Definition at line 48 of file ExhumeSource.cc.
double parp[200] |
Definition at line 46 of file ExhumeSource.cc.
struct { ... } pypars_ |