~mwinter4/maus/ckov-reco

« back to all changes in this revision

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

  • Committer: Durga Rajaram
  • Date: 2014-01-14 07:07:02 UTC
  • mfrom: (659.1.80 relcand)
  • Revision ID: durga@fnal.gov-20140114070702-2l1fuj1w6rraw7xe
Tags: MAUS-v0.7.6
MAUS-v0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#define _SRC_COMMON_CPP_JSONCPPPROCESSORS_EMREVENTPROCESSOR_
19
19
 
20
20
#include "src/common_cpp/DataStructure/EMREvent.hh"
 
21
#include "src/common_cpp/DataStructure/EMRPlaneHit.hh"
21
22
#include "src/common_cpp/JsonCppProcessors/ObjectProcessor.hh"
22
23
 
23
24
namespace MAUS {
35
36
    EMREventProcessor();
36
37
 
37
38
  private:
 
39
    PointerArrayProcessor<EMRPlaneHit> _plane_hit_proc;
38
40
};
39
41
}  // namespace MAUS
40
42