BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtInclusiveGenRandom.cc File Reference
#include "EvtGenBase/EvtRandom.hh"
#include "EvtGenBase/EvtRandomEngine.hh"
#include <iostream>

Go to the source code of this file.

Functions

double begran_ (int *)
 
double phoran_ (int *)
 
double pyr_ (int *)
 
double rlu_ (int *)
 

Function Documentation

◆ begran_()

double begran_ ( int *  )

◆ phoran_()

double phoran_ ( int *  )

◆ pyr_()

double pyr_ ( int *  )

◆ rlu_()

double rlu_ ( int *  )

Definition at line 56 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtInclusiveGenRandom.cc.

56 {
57 double rdm= EvtRandom::Flat();
58 // std::cout<<"rlu_ = "<<rdm<<std::endl;
59 return rdm;
60}