~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/Global/BasePointProcessor.cc

  • Committer: Durga Rajaram
  • Date: 2014-07-16 15:13:05 UTC
  • mfrom: (659.1.92 cand)
  • Revision ID: durga@fnal.gov-20140716151305-q27rv1y9p03v9lks
Tags: MAUS-v0.9, MAUS-v0.9.0
MAUS-v0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
      &MAUS::DataStructure::Global::BasePoint::get_geometry_path,
43
43
      &MAUS::DataStructure::Global::BasePoint::set_geometry_path,
44
44
      true);
 
45
 
 
46
  RegisterValueBranch(
 
47
      "num_photoelectrons", &_double_proc,
 
48
      &MAUS::DataStructure::Global::BasePoint::get_num_photoelectrons,
 
49
      &MAUS::DataStructure::Global::BasePoint::set_num_photoelectrons,
 
50
      true);
 
51
 
 
52
  RegisterValueBranch(
 
53
      "ADC_charge", &_int_proc,
 
54
      &MAUS::DataStructure::Global::BasePoint::get_ADC_charge,
 
55
      &MAUS::DataStructure::Global::BasePoint::set_ADC_charge,
 
56
      true);
 
57
 
 
58
  RegisterValueBranch(
 
59
      "ADC_charge_product", &_int_proc,
 
60
      &MAUS::DataStructure::Global::BasePoint::get_ADC_charge_product,
 
61
      &MAUS::DataStructure::Global::BasePoint::set_ADC_charge_product,
 
62
      true);
45
63
}
46
64
 
47
65
} // ~namespace Global