CGEM BOSS 6.6.5.h
BESIII Offline Software System
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EvtInclusiveGenRandom.cc File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ begran_()

float begran_ ( int * )
extern

Definition at line 36 of file EvtInclusiveGenRandom.cc.

36 {
37 return EvtRandom::Flat();
38}
static double Flat()
Definition EvtRandom.cc:73

◆ phoran_()

double phoran_ ( int * )
extern

Definition at line 40 of file EvtInclusiveGenRandom.cc.

40 {
41 return EvtRandom::Flat();
42}

◆ pyr_()

double pyr_ ( int * )
extern

Definition at line 49 of file EvtInclusiveGenRandom.cc.

49 {
50 return EvtRandom::Flat();
51}

◆ rlu_()

float rlu_ ( int * )
extern

Definition at line 44 of file EvtInclusiveGenRandom.cc.

44 {
45 return EvtRandom::Flat();
46
47}