#include <Process.h>
Public Types | |
| typedef enum Process::EProcess | Process_t |
| enum | EProcess { eIonization = 0, ePairProduction, eBremsstrahlung, eNuclearInteraction, eAll } |
_____________________________________________________________________________
Costas Andreopoulos <C.V.Andreopoulos@rl.ac.uk> CCLRC, Rutherford Lab. December 10, 2003 ______________________________________________________________________________
|
|
|
|
|
Definition at line 27 of file Process.h. 00027 {
00028 eIonization = 0,
00029 ePairProduction,
00030 eBremsstrahlung,
00031 eNuclearInteraction,
00032 eAll
00033 } Process_t;
|
1.3.9.1