~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to src/map/MapCppTOFMCDigitizer/MapCppTOFMCDigitizer.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:
41
41
#include "Config/MiceModule.hh"
42
42
#include "Utils/TOFCalibrationMap.hh"
43
43
 
 
44
namespace MAUS {
 
45
 
44
46
class MapCppTOFMCDigitizer {
45
47
 public:
46
48
  bool birth(std::string argJsonConfigDocument);
81
83
  double gentime;
82
84
  bool fDebug;
83
85
};
 
86
}
84
87
 
85
88
#endif  //  _COMPONENTS_MAP_MAPCPPTOFMCDIGITIZER_H_