#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/Core/interface/RNDMEngineAccess.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Declarations.h"
Go to the source code of this file.
Functions | |
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 | pyslha_ (int *, int *, int *) |
void | pyupda_ (int *, int *) |
static int call_pyslha | ( | int | mupda, |
int | kforig = 0 |
||
) | [static] |
Definition at line 33 of file Pythia6Service.cc.
References pyslha_().
Referenced by gen::Pythia6Service::setSLHAFromHeader().
{ int iretrn = 0; pyslha_(&mupda, &kforig, &iretrn); return iretrn; }
static void call_pyupda | ( | int | opt, |
int | iunit | ||
) | [static] |
Definition at line 41 of file Pythia6Service.cc.
References pyupda_().
Referenced by gen::Pythia6Service::openPYUPDA().
{ pyupda_( &opt, &iunit ); }
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 pyslha_ | ( | int * | , |
int * | , | ||
int * | |||
) |
Referenced by call_pyslha().
void pyupda_ | ( | int * | , |
int * | |||
) |
Referenced by call_pyupda().