~christopher-hunt08/maus/beam_selection_development

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/ReconEventProcessor.cc

  • Committer: Christopher Hunt
  • Date: 2017-06-01 00:47:20 UTC
  • mfrom: (697.23.3 maus-release)
  • Revision ID: christopher.hunt08@imperial.ac.uk-20170601004720-htn1o5fnnw5w1xwg
Merged Misha's Cuts classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
               &ReconEvent::GetGlobalEvent, &ReconEvent::SetGlobalEvent, false);
41
41
    RegisterPointerBranch("Cuts", &_cuts_proc,
42
42
               &ReconEvent::GetCut, &ReconEvent::SetCut, false);
43
 
 
44
43
}
45
44
}
46
45