GEMC
2.2
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 131 of file outputFactory.h.
|
inline |
Definition at line 134 of file outputFactory.h.
|
inline |
Definition at line 138 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 141 of file outputFactory.h.
int generatedParticle::PID |
Definition at line 142 of file outputFactory.h.
vector<summaryForParticle> generatedParticle::pSum |
Definition at line 145 of file outputFactory.h.
G4ThreeVector generatedParticle::vertex |
Definition at line 140 of file outputFactory.h.