GGEMS  1.1
GPU GEant4-based Monte Carlo Simulations
GGEMSSourceManager.cc File Reference

GGEMS class handling the source(s) More...

Include dependency graph for GGEMSSourceManager.cc:

Go to the source code of this file.

Functions

GGEMSSourceManagerget_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...
 

Detailed Description

GGEMS class handling the source(s)

Author
Julien BERT julie.nosp@m.n.be.nosp@m.rt@un.nosp@m.iv-b.nosp@m.rest..nosp@m.fr
Didier BENOIT didie.nosp@m.r.be.nosp@m.noit@.nosp@m.inse.nosp@m.rm.fr
LaTIM, INSERM - U1101, Brest, FRANCE
Version
1.0
Date
Thursday January 16, 2020

Definition in file GGEMSSourceManager.cc.

Function Documentation

◆ get_instance_ggems_source_manager()

GGEMSSourceManager* get_instance_ggems_source_manager ( void  )

Get the GGEMSSourceManager pointer for python user.

Returns
the pointer on the singleton

Definition at line 181 of file GGEMSSourceManager.cc.

◆ initialize_source_manager()

void initialize_source_manager ( GGEMSSourceManager source_manager,
GGuint const  seed 
)

Initialize source.

Parameters
source_manager- pointer on the singleton
seed- seed of random

Definition at line 190 of file GGEMSSourceManager.cc.

◆ print_infos_source_manager()

void print_infos_source_manager ( GGEMSSourceManager source_manager)

Print information about source.

Parameters
source_manager- pointer on the singleton

Definition at line 199 of file GGEMSSourceManager.cc.