~mbogomilov/maus/devel3

« back to all changes in this revision

Viewing changes to src/map/MapCppTOFMCDigitizer/MapCppTOFMCDigitizer.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:
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_