~mbogomilov/maus/devel3

« back to all changes in this revision

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

  • Committer: Durga Rajaram
  • Date: 2014-01-14 07:07:02 UTC
  • mfrom: (659.1.80 relcand)
  • Revision ID: durga@fnal.gov-20140114070702-2l1fuj1w6rraw7xe
Tags: MAUS-v0.7.6
MAUS-v0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    RegisterValueBranch("chi2", &_double_proc,
57
57
                        &SciFiSpacePoint::get_chi2,
58
58
                        &SciFiSpacePoint::set_chi2, true);
 
59
    RegisterValueBranch("time", &_double_proc,
 
60
                        &SciFiSpacePoint::get_time,
 
61
                        &SciFiSpacePoint::set_time, true);
59
62
 
60
63
    RegisterValueBranch("position", &_three_vec_proc,
61
64
                        &SciFiSpacePoint::get_position,