8#ifndef PANDORA_TRACK_STATE_H
9#define PANDORA_TRACK_STATE_H 1
34 TrackState(
float x,
float y,
float z,
float px,
float py,
float pz);
Header file for the cartesian vector class.
CartesianVector m_momentum
The momentum vector.
const CartesianVector & GetMomentum() const
Get the track momentum vector.
const CartesianVector & GetPosition() const
Get the track position vector.
CartesianVector m_position
The position space point.
std::ostream & operator<<(std::ostream &stream, const CartesianVector &cartesianVector)
Operator to dump cartesian vector properties to an ostream.