![]() |
GGEMS
1.1
GPU GEant4-based Monte Carlo Simulations
|
GGEMS class managing the range cuts in GGEMS simulation. More...
#include "GGEMS/physics/GGEMSRangeCutsManager.hh"#include "GGEMS/physics/GGEMSRangeCuts.hh"#include "GGEMS/navigators/GGEMSNavigatorManager.hh"
Go to the source code of this file.
Functions | |
| GGEMSRangeCutsManager * | get_instance_range_cuts_manager (void) |
| Get the GGEMSRangeCutsManager pointer for python user. More... | |
| void | set_cut_range_cuts_manager (GGEMSRangeCutsManager *range_cut_manager, char const *phantom_name, char const *particle_name, GGfloat const value, char const *unit) |
| set the range cut for a phantom and a particle More... | |
GGEMS class managing the range cuts in GGEMS simulation.
Definition in file GGEMSRangeCutsManager.cc.
| GGEMSRangeCutsManager* get_instance_range_cuts_manager | ( | void | ) |
Get the GGEMSRangeCutsManager pointer for python user.
Definition at line 134 of file GGEMSRangeCutsManager.cc.
| void set_cut_range_cuts_manager | ( | GGEMSRangeCutsManager * | range_cut_manager, |
| char const * | phantom_name, | ||
| char const * | particle_name, | ||
| GGfloat const | value, | ||
| char const * | unit | ||
| ) |
set the range cut for a phantom and a particle
| range_cut_manager | - pointer on the range cut manager |
| phantom_name | - name of the phantom |
| particle_name | - name of the particle |
| value | - value of the cut |
| unit | - unit of distance |
Definition at line 143 of file GGEMSRangeCutsManager.cc.