#include <iostream>
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
#include "GeneratorInterface/TauolaInterface/interface/TauolaInterface.h"
#include "GeneratorInterface/TauolaInterface/interface/TauolaWrapper.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "HepMC/GenEvent.h"
#include "HepMC/IO_HEPEVT.h"
#include "HepMC/HEPEVT_Wrapper.h"
#include "SimGeneral/HepPDTRecord/interface/ParticleDataTable.h"
Go to the source code of this file.
Namespaces | |
TauolaInterfaceVar | |
Functions | |
double | phoran_ (int *idummy) |
void | ranmar_ (float *rvec, int *lenv) |
void | rmarin_ (int *, int *, int *) |
Variables | |
CLHEP::HepRandomEngine * | TauolaInterfaceVar::decayRandomEngine |
struct { | |
bool qedrad [4000] | |
} | phoqed_ |
double phoran_ | ( | int * | idummy | ) |
Definition at line 48 of file TauolaInterface.cc.
References TauolaInterfaceVar::decayRandomEngine.
void ranmar_ | ( | float * | rvec, |
int * | lenv | ||
) |
Definition at line 27 of file TauolaInterface.cc.
References TauolaInterfaceVar::decayRandomEngine, gen::TauolappInterface::flat(), i, and instance.
Referenced by gen::TauolaInterface::decay(), gen::TauolappInterface::decay(), and gen::TauolappInterface::selectHadronic().
void rmarin_ | ( | int * | , |
int * | , | ||
int * | |||
) |
Definition at line 37 of file TauolaInterface.cc.
struct { ... } phoqed_ |
bool qedrad[4000] |
Definition at line 54 of file TauolaInterface.cc.