~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_cpp/DataStructure/Global/TrackPoint.cc

merging in changes in merge branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
}
75
75
 
76
76
// Create a new TrackPoint, identical to the original, but separate.
77
 
TrackPoint* TrackPoint::Clone() {
 
77
TrackPoint* TrackPoint::Clone() const {
78
78
  MAUS::DataStructure::Global::TrackPoint* tpNew =
79
79
      new MAUS::DataStructure::Global::TrackPoint();
80
80