BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
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 *  )

Definition at line 47 of file EvtInclusiveGenRandom.cc.

47 {
48 return EvtRandom::Flat();
49}
static double Flat()
Definition: EvtRandom.cc:74

◆ phoran_()

double phoran_ ( int *  )

Definition at line 51 of file EvtInclusiveGenRandom.cc.

51 {
52 return EvtRandom::Flat();
53}

◆ pyr_()

double pyr_ ( int *  )

Definition at line 63 of file EvtInclusiveGenRandom.cc.

63 {
64 return EvtRandom::Flat();
65}

◆ rlu_()

double rlu_ ( int *  )

Definition at line 56 of file EvtInclusiveGenRandom.cc.

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