#include <algorithm>
#include <functional>
#include <iostream>
#include <sstream>
#include <fstream>
#include <cmath>
#include <string>
#include <set>
#include <boost/bind.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include "CLHEP/Random/RandomEngine.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Declarations.h"
Go to the source code of this file.
Macros | |
#define | SETCSAPARBUFSIZE 514 |
Functions | |
__attribute__ ((visibility("hidden"))) void dummy() | |
static int | call_pyslha (int mupda, int kforig=0) |
static void | call_pyupda (int opt, int iunit) |
void | fiocls_ (int *unit) |
void | fioopn_ (int *unit, const char *line, int length) |
void | fioopnw_ (int *unit, const char *line, int length) |
void | pyedit_ (void) |
void | pyslha_ (int *, int *, int *) |
void | pyupda_ (int *, int *) |
#define SETCSAPARBUFSIZE 514 |
Referenced by gen::Pythia6Service::setCSAParams().
__attribute__ | ( | (visibility("hidden")) | ) |
Definition at line 29 of file Pythia6Service.cc.
References relval_steps::gen(), gen::py1ent_(), gen::pycomp_(), pyedit_(), gen::pyexec_(), gen::pygive_(), gen::pyjoin_(), and gen::pylist_().
|
static |
Definition at line 52 of file Pythia6Service.cc.
References pyslha_().
Referenced by gen::Pythia6Service::setSLHAFromHeader().
|
static |
Definition at line 60 of file Pythia6Service.cc.
References pyupda_().
Referenced by gen::Pythia6Service::openPYUPDA().
void fiocls_ | ( | int * | unit | ) |
Referenced by gen::Pythia6Service::closePYUPDA(), and gen::Pythia6Service::closeSLHA().
void fioopn_ | ( | int * | unit, |
const char * | line, | ||
int | length | ||
) |
Referenced by gen::Pythia6Service::openPYUPDA(), and gen::Pythia6Service::openSLHA().
void fioopnw_ | ( | int * | unit, |
const char * | line, | ||
int | length | ||
) |
Referenced by gen::Pythia6Service::openPYUPDA().
void pyedit_ | ( | void | ) |
void pyslha_ | ( | int * | , |
int * | , | ||
int * | |||
) |
Referenced by call_pyslha().
void pyupda_ | ( | int * | , |
int * | |||
) |
Referenced by call_pyupda().