~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/Global/TrackProcessor.hh

merging in changes in merge branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "src/common_cpp/JsonCppProcessors/ObjectProcessor.hh"
21
21
#include "src/common_cpp/JsonCppProcessors/ArrayProcessors.hh"
22
22
#include "src/common_cpp/JsonCppProcessors/Global/EnumeratorProcessors.hh"
 
23
#include "src/common_cpp/JsonCppProcessors/Global/PIDLogLPairProcessor.hh"
23
24
 
24
25
#include "src/common_cpp/DataStructure/Global/TrackPoint.hh"
25
26
#include "src/common_cpp/DataStructure/Global/Track.hh"
49
50
  IntProcessor _int_proc;
50
51
  UIntProcessor _uint_proc;
51
52
  ValueArrayProcessor<std::string> _geometry_paths_proc;
 
53
  ValueArrayProcessor<MAUS::DataStructure::Global::PIDLogLPair> _pid_logL_values_proc;
52
54
  TRefArrayProcessor _track_trefarray_proc;
53
55
  TRefArrayProcessor _track_point_trefarray_proc;
54
56
};