GEMC
2.2
Geant4 Monte-Carlo Framework
|
#include <PhysicsList.h>
Public Member Functions | |
PhysicsList (goptions) | |
~PhysicsList () | |
void | list () |
bool | validateIngredients () |
void | SetCuts () |
void | SetCutForGamma (double) |
void | SetCutForElectron (double) |
void | SetCutForPositron (double) |
void | SetCutForProton (double) |
Data Fields | |
vector< string > | physIngredients |
Definition at line 22 of file PhysicsList.h.
PhysicsList::PhysicsList | ( | goptions | opts | ) |
Definition at line 44 of file PhysicsList.cc.
PhysicsList::~PhysicsList | ( | ) |
Definition at line 103 of file PhysicsList.cc.
void PhysicsList::list | ( | ) |
Definition at line 109 of file PhysicsList.cc.
void PhysicsList::SetCutForElectron | ( | double | cut | ) |
Definition at line 206 of file PhysicsList.cc.
void PhysicsList::SetCutForGamma | ( | double | cut | ) |
Definition at line 200 of file PhysicsList.cc.
void PhysicsList::SetCutForPositron | ( | double | cut | ) |
Definition at line 212 of file PhysicsList.cc.
void PhysicsList::SetCutForProton | ( | double | cut | ) |
Definition at line 218 of file PhysicsList.cc.
void PhysicsList::SetCuts | ( | ) |
Definition at line 180 of file PhysicsList.cc.
bool PhysicsList::validateIngredients | ( | ) |
Definition at line 126 of file PhysicsList.cc.
vector<string> PhysicsList::physIngredients |
Definition at line 31 of file PhysicsList.h.