38#ifndef G4FIELDTRACK_HH
39#define G4FIELDTRACK_HH
55 G4double magnetic_dipole_moment = 0.0,
68 G4double LaboratoryTimeOfFlight = 0.0,
149 G4int noVarsIntegrated);
G4ChargeState fChargeState
const G4ThreeVector & GetMomentumDir() const
G4FieldTrack(const G4ThreeVector &pPosition, G4double LaboratoryTimeOfFlight, const G4ThreeVector &pMomentumDirection, G4double kineticEnergy, G4double restMass_c2, G4double charge, const G4ThreeVector &polarization, G4double magnetic_dipole_moment=0.0, G4double curve_length=0.0, G4double PDGspin=-1.0)
G4FieldTrack & operator=(G4FieldTrack &&from)
G4double fDistanceAlongCurve
G4double fLabTimeOfFlight
void SetMomentum(G4ThreeVector nMomDir)
G4ThreeVector fPolarization
G4FieldTrack(const G4FieldTrack &pFieldTrack)
void SetProperTimeOfFlight(G4double tofProper)
void UpdateFourMomentum(G4double kineticEnergy, const G4ThreeVector &momentumDirection)
G4FieldTrack & SetCurvePnt(const G4ThreeVector &pPosition, const G4ThreeVector &pMomentum, G4double s_curve)
G4FieldTrack & operator=(const G4FieldTrack &rStVec)
void SetMomentumDir(G4ThreeVector nMomDir)
G4ThreeVector fMomentumDir
const G4ChargeState * GetChargeState() const
G4double GetCurveLength() const
G4ThreeVector GetPolarization() const
G4ThreeVector GetMomentumDirection() const
void SetPolarization(const G4ThreeVector &vecPol)
G4double GetProperTimeOfFlight() const
void SetLabTimeOfFlight(G4double tofLab)
void SetPDGSpin(G4double pdgSpin)
G4double GetCharge() const
void SetCurveLength(G4double nCurve_s)
void SetChargeAndMoments(G4double charge, G4double magnetic_dipole_moment=DBL_MAX, G4double electric_dipole_moment=DBL_MAX, G4double magnetic_charge=DBL_MAX)
G4double GetKineticEnergy() const
G4ThreeVector GetPosition() const
void SetPosition(G4ThreeVector nPos)
G4double GetRestMass() const
G4ThreeVector GetSpin() const
void UpdateState(const G4ThreeVector &pPosition, G4double LaboratoryTimeOfFlight, const G4ThreeVector &pMomentumDirection, G4double kineticEnergy)
void DumpToArray(G4double valArr[ncompSVEC]) const
void SetRestMass(G4double Mass_c2)
G4double GetLabTimeOfFlight() const
void LoadFromArray(const G4double valArr[ncompSVEC], G4int noVarsIntegrated)
void SetSpin(G4ThreeVector vSpin)
void InitialiseSpin(const G4ThreeVector &vecPolarization)
void SetKineticEnergy(G4double nEnergy)
G4FieldTrack(G4FieldTrack &&from)
friend std::ostream & operator<<(std::ostream &os, const G4FieldTrack &SixVec)
G4double fProperTimeOfFlight
G4ThreeVector GetMomentum() const