![]() |
GGEMS
1.1
GPU GEant4-based Monte Carlo Simulations
|
GGEMS class handling the source(s) More...
#include "GGEMS/sources/GGEMSSourceManager.hh"#include "GGEMS/physics/GGEMSPrimaryParticles.hh"#include "GGEMS/randoms/GGEMSPseudoRandomGenerator.hh"
Go to the source code of this file.
Functions | |
| GGEMSSourceManager * | get_instance_ggems_source_manager (void) |
| Get the GGEMSSourceManager pointer for python user. More... | |
| void | initialize_source_manager (GGEMSSourceManager *source_manager, GGuint const seed) |
| Initialize source. More... | |
| void | print_infos_source_manager (GGEMSSourceManager *source_manager) |
| Print information about source. More... | |
GGEMS class handling the source(s)
Definition in file GGEMSSourceManager.cc.
| GGEMSSourceManager* get_instance_ggems_source_manager | ( | void | ) |
Get the GGEMSSourceManager pointer for python user.
Definition at line 181 of file GGEMSSourceManager.cc.
| void initialize_source_manager | ( | GGEMSSourceManager * | source_manager, |
| GGuint const | seed | ||
| ) |
Initialize source.
| source_manager | - pointer on the singleton |
| seed | - seed of random |
Definition at line 190 of file GGEMSSourceManager.cc.
| void print_infos_source_manager | ( | GGEMSSourceManager * | source_manager | ) |
Print information about source.
| source_manager | - pointer on the singleton |
Definition at line 199 of file GGEMSSourceManager.cc.