~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to src/map/MapCppTrackerMCNoise/MapCppTrackerMCNoise.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:
34
34
 
35
35
// MAUS headers
36
36
#include "Config/MiceModule.hh"
 
37
#include "Utils/Exception.hh"
37
38
#include "Interface/Squeak.hh"
38
 
#include "src/common_cpp/DataStructure/ThreeVector.hh"
39
39
#include "src/common_cpp/Utils/CppErrorHandler.hh"
40
40
#include "src/common_cpp/Utils/Globals.hh"
41
41
#include "src/common_cpp/Globals/GlobalsManager.hh"
 
42
#include "src/common_cpp/DataStructure/SciFiNoiseHit.hh"
 
43
#include "src/common_cpp/DataStructure/MCEvent.hh"
 
44
#include "src/common_cpp/DataStructure/Spill.hh"
42
45
#include "src/common_cpp/JsonCppProcessors/SpillProcessor.hh"
43
 
#include "src/common_cpp/DataStructure/Spill.hh"
44
 
#include "src/common_cpp/DataStructure/ReconEvent.hh"
45
 
#include "src/common_cpp/DataStructure/SciFiEvent.hh"
46
46
 
47
47
namespace MAUS {
48
48