~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

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

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "src/common_cpp/JsonCppProcessors/KLDaqProcessor.hh"
24
24
#include "src/common_cpp/JsonCppProcessors/ObjectProcessor.hh"
25
25
#include "src/common_cpp/JsonCppProcessors/TOFDaqProcessor.hh"
 
26
#include "src/common_cpp/JsonCppProcessors/EMRDaqProcessor.hh"
26
27
#include "src/common_cpp/JsonCppProcessors/TagProcessor.hh"
27
28
#include "src/common_cpp/JsonCppProcessors/TriggerProcessor.hh"
28
29
#include "src/common_cpp/JsonCppProcessors/TriggerRequestProcessor.hh"
63
64
    PointerArrayProcessor<KLDaq> _kl_proc;
64
65
    PointerArrayProcessor<Tag> _tag_proc;
65
66
    PointerArrayProcessor<TOFDaq> _tof0_proc;
 
67
    EMRDaqProcessor _emr_proc;
66
68
    PointerArrayProcessor<Trigger> _trigger_proc;
67
69
};
68
70
}  // namespace MAUS