/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenBase/EvtRanFor.cc File Reference

#include "EvtGenBase/EvtPatches.hh"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <iostream>
#include "EvtGenBase/EvtRandom.hh"

Go to the source code of this file.

Functions

void evtranfor_ (float *rvec, int *len)


Function Documentation

void evtranfor_ ( float *  rvec,
int *  len 
)

Definition at line 28 of file EvtRanFor.cc.

References EvtRandom::Flat(), and genRecEmupikp::i.

00029   {
00030     for (int i=0;i<*len;i++)
00031       rvec[i] = EvtRandom::Flat();
00032   }


Generated on Tue Nov 29 23:15:54 2016 for BOSS_7.0.2 by  doxygen 1.4.7