#include "globals.hh"#include "G4ios.hh"#include <vector>#include "G4ParticleDefinition.hh"Go to the source code of this file.
Data Structures | |
| class | G4ProductionCuts |
Defines | |
| #define | G4ProductionCuts_h 1 |
Enumerations | |
| enum | G4ProductionCutsIndex { idxG4GammaCut = 0, idxG4ElectronCut, idxG4PositronCut, idxG4ProtonCut, NumberOfG4CutIndex } |
| #define G4ProductionCuts_h 1 |
Definition at line 44 of file G4ProductionCuts.hh.
Definition at line 51 of file G4ProductionCuts.hh.
00052 { 00053 idxG4GammaCut =0, 00054 idxG4ElectronCut, 00055 idxG4PositronCut, 00056 00057 idxG4ProtonCut, // for proton 00058 00059 NumberOfG4CutIndex 00060 };
1.4.7