~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

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

Merged Updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    SciFiTrackPointProcessor();
34
34
 
35
35
 private:
 
36
    BoolProcessor _bool_proc;
36
37
    IntProcessor _int_proc;
37
38
    DoubleProcessor _double_proc;
38
39
    ThreeVectorProcessor _threevector_proc;