GEMC
2.3
Geant4 Monte-Carlo Framework
|
#include <outputFactory.h>
Public Member Functions | |
generatedParticle () | |
~generatedParticle () | |
int | getVariableFromStringI (string) |
double | getVariableFromStringD (string) |
Data Fields | |
G4ThreeVector | vertex |
G4ThreeVector | momentum |
int | PID |
vector< summaryForParticle > | pSum |
generatedParticle
Contains particle informations. The Primary Particles will be written to the output.
Secondary Particles will be written to the output if option is specified.
Definition at line 137 of file outputFactory.h.
|
inline |
Definition at line 140 of file outputFactory.h.
|
inline |
Definition at line 144 of file outputFactory.h.
double generatedParticle::getVariableFromStringD | ( | string | what | ) |
Definition at line 77 of file outputFactory.cc.
int generatedParticle::getVariableFromStringI | ( | string | what | ) |
Definition at line 71 of file outputFactory.cc.
G4ThreeVector generatedParticle::momentum |
Definition at line 147 of file outputFactory.h.
int generatedParticle::PID |
Definition at line 148 of file outputFactory.h.
vector<summaryForParticle> generatedParticle::pSum |
Definition at line 151 of file outputFactory.h.
G4ThreeVector generatedParticle::vertex |
Definition at line 146 of file outputFactory.h.