33 stream <<
" Position: " << trackState.
GetPosition() << std::endl
Header file for the track state class.
const CartesianVector & GetMomentum() const
Get the track momentum vector.
TrackState(float x, float y, float z, float px, float py, float pz)
Constructor, from position and momentum components.
const CartesianVector & GetPosition() const
Get the track position vector.
std::ostream & operator<<(std::ostream &stream, const CartesianVector &cartesianVector)
Operator to dump cartesian vector properties to an ostream.