BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Extra information recorded for a single piece of energy deposition. More...
#include <BDSTrajectoryPointLocal.hh>
Public Member Functions | |
BDSTrajectoryPointLocal (G4ThreeVector positionLocalIn, G4ThreeVector momentumLocalIn) | |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
Data Fields | |
G4ThreeVector | positionLocal |
G4ThreeVector | momentumLocal |
Private Member Functions | |
BDSTrajectoryPointLocal ()=delete | |
Private default constructor. | |
Extra information recorded for a single piece of energy deposition.
Definition at line 30 of file BDSTrajectoryPointLocal.hh.
BDSTrajectoryPointLocal::BDSTrajectoryPointLocal | ( | G4ThreeVector | positionLocalIn, |
G4ThreeVector | momentumLocalIn | ||
) |
Default (in effect) constructor for energy counter hit. The intention (by a lack of setter methods is that all information should be provided as instantiation time for an instance of this class.
Definition at line 25 of file BDSTrajectoryPointLocal.cc.
BDSTrajectoryPointLocal::~BDSTrajectoryPointLocal | ( | ) |
Definition at line 31 of file BDSTrajectoryPointLocal.cc.
|
inline |
Definition at line 61 of file BDSTrajectoryPointLocal.hh.
|
inline |
Definition at line 54 of file BDSTrajectoryPointLocal.hh.
G4ThreeVector BDSTrajectoryPointLocal::momentumLocal |
Definition at line 45 of file BDSTrajectoryPointLocal.hh.
G4ThreeVector BDSTrajectoryPointLocal::positionLocal |
Definition at line 44 of file BDSTrajectoryPointLocal.hh.