~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/StepProcessor.hh

  • Committer: Durga Rajaram
  • Date: 2014-10-06 20:45:37 UTC
  • mfrom: (697.24.7 trunk)
  • mto: (697.30.10 maus)
  • mto: This revision was merged to the branch mainline in revision 703.
  • Revision ID: durga@fnal.gov-20141006204537-1aokre71ss0b2vcv
merge from trunk; set part_event_number for extra emr events

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    StepProcessor();
33
33
 
34
34
  private:
 
35
    StringProcessor _string_proc;
35
36
    DoubleProcessor _double_proc;
36
37
    ThreeVectorProcessor _three_vec_proc;
37
38
};