~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/SciFiSpacePointProcessor.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:
63
63
                        &SciFiSpacePoint::get_position,
64
64
                        &SciFiSpacePoint::set_position, true);
65
65
 
66
 
    RegisterValueBranch("clusters", &_sf_cluster_array_proc,
67
 
                        &SciFiSpacePoint::get_channels, &SciFiSpacePoint::set_channels, true);
 
66
//    RegisterValueBranch("clusters", &_sf_cluster_array_proc,
 
67
//                        &SciFiSpacePoint::get_channels, &SciFiSpacePoint::set_channels, true);
68
68
}
69
69
} // ~namespace MAUS