~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/SciFiTrackPointProcessor.cc

Fixed bug with copying scifitracks in the new API, and with setting the clusters associated with scifitrackpoints. trackpoint - cluster cross link now re-enabled and working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    RegisterValueBranch("covariance", &_matrix_proc,
77
77
                        &SciFiTrackPoint::covariance,
78
78
                        &SciFiTrackPoint::set_covariance, false);
79
 
//     RegisterTRefArray("clusters", &_cluster_tref_proc,
80
 
//                       &SciFiTrackPoint::get_clusters, &SciFiTrackPoint::set_clusters, true);
 
79
    RegisterTRefArray("clusters", &_cluster_tref_proc,
 
80
                      &SciFiTrackPoint::get_clusters, &SciFiTrackPoint::set_clusters, true);
81
81
}
82
82
} // ~namespace MAUS