~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

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

  • Committer: Chris Rogers
  • Date: 2014-05-29 16:46:45 UTC
  • mfrom: (697.1.36 merge)
  • mto: (697.1.38 merge)
  • mto: This revision was merged to the branch mainline in revision 701.
  • Revision ID: chris.rogers@stfc.ac.uk-20140529164645-5fhahzx4qpk17pv3
Workaround for segmentation fault

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                        &SciFiHelicalPRTrack::get_chisq_dof,
75
75
                        &SciFiHelicalPRTrack::set_chisq_dof, true);
76
76
 
77
 
    RegisterValueBranch("spacepoints", &_sf_spoint_array_proc,
78
 
                        &SciFiHelicalPRTrack::get_spacepoints,
79
 
                        &SciFiHelicalPRTrack::set_spacepoints, true);
 
77
//    RegisterValueBranch("spacepoints", &_sf_spoint_array_proc,
 
78
//                        &SciFiHelicalPRTrack::get_spacepoints,
 
79
//                        &SciFiHelicalPRTrack::set_spacepoints, true);
80
80
    RegisterValueBranch("phi", &_double_array_proc,
81
81
                        &SciFiHelicalPRTrack::get_phi,
82
82
                        &SciFiHelicalPRTrack::set_phi, false);