BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
a particle definition More...
#include <BDSParticle.hh>
Private Attributes | |
G4ThreeVector | position |
position | |
G4ThreeVector | momentum |
momentum | |
G4double | totalEnergy |
energy | |
G4double | T |
time since event began (global time) | |
G4double | weight |
weight | |
G4int | trackID |
track ID | |
G4int | parentID |
track ID of parent | |
Friends | |
std::ostream & | operator<< (std::ostream &out, BDSParticle const &p) |
Output stream. | |
a particle definition
This class keeps information about a particle's parameters. It is mainly used for output
Definition at line 36 of file BDSParticle.hh.