CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
TauolaInterface.cc File Reference
#include <iostream>
#include "GeneratorInterface/Pythia6Interface/interface/Pythia6Service.h"
#include "GeneratorInterface/ExternalDecays/interface/TauolaInterface.h"
#include "GeneratorInterface/ExternalDecays/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"
#include "GeneratorInterface/ExternalDecays/interface/DecayRandomEngine.h"

Go to the source code of this file.

Functions

void ranmar_ (float *rvec, int *lenv)
 
void rmarin_ (int *, int *, int *)
 

Function Documentation

void ranmar_ ( float *  rvec,
int *  lenv 
)

Definition at line 26 of file TauolaInterface.cc.

References decayRandomEngine, and i.

Referenced by gen::TauolaInterface::decay().

27  {
28 
29  for(int i = 0; i < *lenv; i++)
30  *rvec++ = decayRandomEngine->flat();
31 
32  return;
33 
34  }
int i
Definition: DBlmapReader.cc:9
CLHEP::HepRandomEngine * decayRandomEngine
void rmarin_ ( int *  ,
int *  ,
int *   
)

Definition at line 36 of file TauolaInterface.cc.

37  {
38 
39  return;
40 
41  }