BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtBesRandom Class Reference

#include <EvtDecay.h>

+ Inheritance diagram for EvtBesRandom:

Public Member Functions

 EvtBesRandom (HepRandomEngine *engine)
 
double random ()
 
virtual ~EvtBesRandom ()
 
virtual double random ()
 

Detailed Description

Definition at line 53 of file EvtDecay.h.

Constructor & Destructor Documentation

◆ EvtBesRandom()

EvtBesRandom::EvtBesRandom ( HepRandomEngine *  engine)

Definition at line 1137 of file EvtDecay.cxx.

1138{
1139 m_engine = engine;
1140 m_engine->showStatus();
1141}

◆ ~EvtBesRandom()

EvtBesRandom::~EvtBesRandom ( )
virtual

Definition at line 1143 of file EvtDecay.cxx.

1144{}

Member Function Documentation

◆ random()

double EvtBesRandom::random ( )
virtual

Reimplemented from EvtRandomEngine.

Definition at line 1146 of file EvtDecay.cxx.

1147{
1148 return RandFlat::shoot(m_engine);
1149}

The documentation for this class was generated from the following files: