CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/GeneratorInterface/ExternalDecays/src/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().

  {

      for(int i = 0; i < *lenv; i++)
         *rvec++ = decayRandomEngine->flat();

      return;

  }
void rmarin_ ( int *  ,
int *  ,
int *   
)

Definition at line 36 of file TauolaInterface.cc.

  {

     return;

  }