~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

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

  • 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:
17
17
#include "src/common_cpp/JsonCppProcessors/PrimitivesProcessors.hh"
18
18
#include "src/common_cpp/JsonCppProcessors/ObjectProcessor.hh"
19
19
#include "src/common_cpp/JsonCppProcessors/ArrayProcessors.hh"
 
20
#include "src/common_cpp/JsonCppProcessors/ThreeVectorProcessor.hh"
 
21
#include "src/common_cpp/JsonCppProcessors/SciFiClusterProcessor.hh"
20
22
 
21
23
#include "src/common_cpp/DataStructure/SciFiTrackPoint.hh"
22
24
 
33
35
 private:
34
36
    IntProcessor _int_proc;
35
37
    DoubleProcessor _double_proc;
 
38
    ThreeVectorProcessor _threevector_proc;
36
39
    ValueArrayProcessor<double> _matrix_proc;
 
40
    // SciFiClusterProcessor _cluster_tref_proc;
37
41
};
38
42
} // ~namespace MAUS
39
43