~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

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

MAUS-v2.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    RegisterValueBranch("mom", &_threevector_proc,
47
47
                        &SciFiTrackPoint::mom,
48
48
                        &SciFiTrackPoint::set_mom, false);
 
49
    RegisterValueBranch("gradient", &_threevector_proc,
 
50
                        &SciFiTrackPoint::gradient,
 
51
                        &SciFiTrackPoint::set_gradient, false);
 
52
    RegisterValueBranch("pos_err", &_threevector_proc,
 
53
                        &SciFiTrackPoint::pos_error,
 
54
                        &SciFiTrackPoint::set_pos_error, false);
 
55
    RegisterValueBranch("mom_err", &_threevector_proc,
 
56
                        &SciFiTrackPoint::mom_error,
 
57
                        &SciFiTrackPoint::set_mom_error, false);
 
58
    RegisterValueBranch("gradient_err", &_threevector_proc,
 
59
                        &SciFiTrackPoint::gradient_error,
 
60
                        &SciFiTrackPoint::set_gradient_error, false);
49
61
    RegisterValueBranch("pull", &_double_proc,
50
62
                        &SciFiTrackPoint::pull,
51
63
                        &SciFiTrackPoint::set_pull, false);