|
BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
|
Extra information recorded for a single piece of Trajectory Link information. More...
#include <BDSTrajectoryPointLink.hh>

Public Member Functions | |
| BDSTrajectoryPointLink (G4int chargeIn, G4int turnsTakenIn, G4double massIn, G4double rigidityIn) | |
| void * | operator new (size_t) |
| void | operator delete (void *aHit) |
Data Fields | |
| G4int | charge |
| G4int | turnsTaken |
| G4double | mass |
| G4double | rigidity |
Private Member Functions | |
| BDSTrajectoryPointLink ()=delete | |
| Private default constructor. | |
Extra information recorded for a single piece of Trajectory Link information.
Definition at line 30 of file BDSTrajectoryPointLink.hh.
| BDSTrajectoryPointLink::BDSTrajectoryPointLink | ( | G4int | chargeIn, |
| G4int | turnsTakenIn, | ||
| G4double | massIn, | ||
| G4double | rigidityIn | ||
| ) |
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 BDSTrajectoryPointLink.cc.
| BDSTrajectoryPointLink::~BDSTrajectoryPointLink | ( | ) |
Definition at line 35 of file BDSTrajectoryPointLink.cc.
|
inline |
Definition at line 65 of file BDSTrajectoryPointLink.hh.
|
inline |
Definition at line 58 of file BDSTrajectoryPointLink.hh.
| G4int BDSTrajectoryPointLink::charge |
Definition at line 46 of file BDSTrajectoryPointLink.hh.
| G4double BDSTrajectoryPointLink::mass |
Definition at line 48 of file BDSTrajectoryPointLink.hh.
| G4double BDSTrajectoryPointLink::rigidity |
Definition at line 49 of file BDSTrajectoryPointLink.hh.
| G4int BDSTrajectoryPointLink::turnsTaken |
Definition at line 47 of file BDSTrajectoryPointLink.hh.