~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/SciFiHelicalPRTrackProcessor.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/TRefArrayProcessor.hh"
 
21
#include "src/common_cpp/JsonCppProcessors/ThreeVectorProcessor.hh"
20
22
#include "src/common_cpp/JsonCppProcessors/SciFiSpacePointProcessor.hh"
21
23
 
22
24
#include "src/common_cpp/DataStructure/SciFiSpacePoint.hh"
36
38
 private:
37
39
    IntProcessor _int_proc;
38
40
    DoubleProcessor _double_proc;
39
 
    PointerArrayProcessor<SciFiSpacePoint> _sf_spoint_array_proc;
 
41
    ThreeVectorProcessor _threevector_proc;
 
42
    TRefArrayProcessor _spoint_tref_proc;
40
43
    ValueArrayProcessor<double> _double_array_proc;
41
44
};
42
45
} // ~namespace MAUS