~mbogomilov/maus/devel3

« back to all changes in this revision

Viewing changes to src/map/MapCppTOFSlabHits/MapCppTOFSlabHits.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:
31
31
#include "json/json.h"
32
32
#include "src/common_cpp/Utils/TOFChannelMap.hh"
33
33
 
 
34
namespace MAUS {
34
35
 
35
36
class MapCppTOFSlabHits {
36
37
 
73
74
 
74
75
  double _tdcV1290_conversion_factor;
75
76
};
 
77
}
 
78
 
76
79
#endif