CGEM BOSS 6.6.5.h
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 ()
 
- Public Member Functions inherited from EvtRandomEngine

Detailed Description

Definition at line 53 of file EvtDecay.h.

Constructor & Destructor Documentation

◆ EvtBesRandom()

EvtBesRandom::EvtBesRandom ( HepRandomEngine * engine)

Definition at line 955 of file EvtDecay.cxx.

956{
957 m_engine = engine;
958 m_engine->showStatus();
959}

◆ ~EvtBesRandom()

EvtBesRandom::~EvtBesRandom ( )
virtual

Definition at line 961 of file EvtDecay.cxx.

962{}

Member Function Documentation

◆ random()

double EvtBesRandom::random ( )
virtual

Reimplemented from EvtRandomEngine.

Definition at line 964 of file EvtDecay.cxx.

965{
966 return RandFlat::shoot(m_engine);
967}

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