![]() |
ATLAS Offline Software
|
#include <Sherpa_i.h>
Public Member Functions | |
| Atlas_RNG (CLHEP::HepRandomEngine *) | |
| ~Atlas_RNG () | |
| double | Get () |
| bool | CanRestoreStatus () const |
| void | SaveStatus () |
| void | RestoreStatus () |
| const std::string | GenerateUID () const |
Private Attributes | |
| CLHEP::HepRandomEngine * | p_engine |
| std::string | m_filename |
| std::once_flag | m_once_flag_atlas_rng |
Definition at line 77 of file Sherpa_i.h.
| Atlas_RNG::Atlas_RNG | ( | CLHEP::HepRandomEngine * | engine | ) |
Definition at line 372 of file Sherpa_i.cxx.
| Atlas_RNG::~Atlas_RNG | ( | ) |
Definition at line 377 of file Sherpa_i.cxx.
|
inline |
Definition at line 86 of file Sherpa_i.h.
| const std::string Atlas_RNG::GenerateUID | ( | ) | const |
Definition at line 385 of file Sherpa_i.cxx.
| double Atlas_RNG::Get | ( | ) |
Definition at line 379 of file Sherpa_i.cxx.
| void Atlas_RNG::RestoreStatus | ( | ) |
Definition at line 411 of file Sherpa_i.cxx.
| void Atlas_RNG::SaveStatus | ( | ) |
Definition at line 398 of file Sherpa_i.cxx.
|
private |
Definition at line 79 of file Sherpa_i.h.
|
private |
Definition at line 80 of file Sherpa_i.h.
|
private |
Definition at line 78 of file Sherpa_i.h.