BOSS 7.0.1
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 1102 of file EvtDecay.cxx.

1103{
1104 m_engine = engine;
1105 m_engine->showStatus();
1106}

◆ ~EvtBesRandom()

EvtBesRandom::~EvtBesRandom ( )
virtual

Definition at line 1108 of file EvtDecay.cxx.

1109{}

Member Function Documentation

◆ random()

double EvtBesRandom::random ( )
virtual

Reimplemented from EvtRandomEngine.

Definition at line 1111 of file EvtDecay.cxx.

1112{
1113 return RandFlat::shoot(m_engine);
1114}

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