GEMC
2.3
Geant4 Monte-Carlo Framework
|
#include <MEventAction.h>
Public Member Functions | |
BGParts () | |
BGParts (int partid, double t, G4ThreeVector vtx, G4ThreeVector mom) | |
~BGParts () | |
Data Fields | |
int | pid |
double | time |
G4ThreeVector | v |
G4ThreeVector | p |
BGParts: (background) Particles that produce hits
Contains:
Definition at line 38 of file MEventAction.h.
|
inline |
Definition at line 41 of file MEventAction.h.
|
inline |
Definition at line 42 of file MEventAction.h.
|
inline |
Definition at line 49 of file MEventAction.h.
G4ThreeVector BGParts::p |
Definition at line 55 of file MEventAction.h.
int BGParts::pid |
Definition at line 52 of file MEventAction.h.
double BGParts::time |
Definition at line 53 of file MEventAction.h.
G4ThreeVector BGParts::v |
Definition at line 54 of file MEventAction.h.