BDSIM
BDSIM is a Geant4 extension toolkit for simulation of particle transport in accelerator beamlines.
Loading...
Searching...
No Matches
Public Member Functions | Data Fields | Private Member Functions
BDSTrajectoryPointLink Class Reference

Extra information recorded for a single piece of Trajectory Link information. More...

#include <BDSTrajectoryPointLink.hh>

Collaboration diagram for BDSTrajectoryPointLink:
Collaboration graph

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.

 

Detailed Description

Extra information recorded for a single piece of Trajectory Link information.

Author
Siobhan Alden

Definition at line 30 of file BDSTrajectoryPointLink.hh.

Constructor & Destructor Documentation

◆ BDSTrajectoryPointLink()

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::~BDSTrajectoryPointLink ( )

Definition at line 35 of file BDSTrajectoryPointLink.cc.

Member Function Documentation

◆ operator delete()

void BDSTrajectoryPointLink::operator delete ( void *  aHit)
inline

Definition at line 65 of file BDSTrajectoryPointLink.hh.

◆ operator new()

void * BDSTrajectoryPointLink::operator new ( size_t  )
inline

Definition at line 58 of file BDSTrajectoryPointLink.hh.

Field Documentation

◆ charge

G4int BDSTrajectoryPointLink::charge

Definition at line 46 of file BDSTrajectoryPointLink.hh.

◆ mass

G4double BDSTrajectoryPointLink::mass

Definition at line 48 of file BDSTrajectoryPointLink.hh.

◆ rigidity

G4double BDSTrajectoryPointLink::rigidity

Definition at line 49 of file BDSTrajectoryPointLink.hh.

◆ turnsTaken

G4int BDSTrajectoryPointLink::turnsTaken

Definition at line 47 of file BDSTrajectoryPointLink.hh.


The documentation for this class was generated from the following files: