#include "GeneratorInterface/ExternalDecays/interface/TauSpinnerCMS.h"
#include "Tauola/Tauola.h"
#include "TauSpinner/tau_reweight_lib.h"
#include "TauSpinner/Tauola_wrapper.h"
#include "GeneratorInterface/ExternalDecays/interface/read_particles_from_HepMC.h"
#include "TLorentzVector.h"
#include "CLHEP/Random/RandomEngine.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "FWCore/Utilities/interface/Exception.h"
Go to the source code of this file.
Functions | |
DEFINE_FWK_MODULE (TauSpinnerCMS) | |
void | ranmar_ (float *rvec, int *lenv) |
void | rmarin_ (int *, int *, int *) |
Variables | |
CLHEP::HepRandomEngine * | decayRandomEngine |
DEFINE_FWK_MODULE | ( | TauSpinnerCMS | ) |
void ranmar_ | ( | float * | rvec, |
int * | lenv | ||
) |
Definition at line 20 of file TauSpinnerCMS.cc.
References decayRandomEngine, gen::TauolaInterface::flat(), i, and instance.
Referenced by gen::TauolaInterface::decay(), and gen::TauolaInterface::selectHadronic().
void rmarin_ | ( | int * | , |
int * | , | ||
int * | |||
) |
Definition at line 26 of file TauSpinnerCMS.cc.
CLHEP::HepRandomEngine* decayRandomEngine |
Definition at line 18 of file TauSpinnerCMS.cc.