~christopher-hunt08/maus/maus_scifi_recon_devel

« back to all changes in this revision

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

  • Committer: Christopher Hunt
  • Date: 2015-12-14 08:48:38 UTC
  • mfrom: (697.47.179 cctag_corr)
  • Revision ID: christopher.hunt08@imperial.ac.uk-20151214084838-wjl32e152yx3ks1j
MAUS Merg Remerged

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    RegisterValueBranch("tracker", &_int_proc,
25
25
                        &SciFiHelicalPRTrack::get_tracker,
26
26
                        &SciFiHelicalPRTrack::set_tracker, true);
27
 
    RegisterValueBranch("num_points", &_int_proc,
28
 
                        &SciFiHelicalPRTrack::get_num_points,
29
 
                        &SciFiHelicalPRTrack::set_num_points, true);
30
27
    RegisterValueBranch("charge", &_int_proc,
31
28
                        &SciFiHelicalPRTrack::get_charge,
32
29
                        &SciFiHelicalPRTrack::set_charge, true);