Global coordinates. pos={x,y,z,t}, v={Vx,Vy,Vz} [Vx=dx/dt, ...].
A consistency check is available because successive points on the trajectory can be differenced to get the velocity, which can be compared to both points' values of v[].
Public Member Functions | |
TrajectoryPoint (const G4double _pos[4], const G4double _v[3]) | |
Public Attributes | |
G4double | pos [4] |
G4double | v [3] |
TrajectoryPoint::TrajectoryPoint | ( | const G4double | _pos[4], | |
const G4double | _v[3] | |||
) | [inline] |
G4double TrajectoryPoint::pos[4] |
Referenced by TrajectoryPoint().
G4double TrajectoryPoint::v[3] |
Referenced by TrajectoryPoint().