~tmohayai/maus/first_branch

« back to all changes in this revision

Viewing changes to src/common_py/ConfigurationDefaults.py

First working version of the TOF reconstruction

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
Enable_EMR = True
117
117
Enable_KL = True
118
118
Enable_CKOV = True
119
 
DAQ_cabling_file = "/src/common_cpp/Utils/DAQChannelMap.txt"
120
 
 
121
 
# this is used by ImputCppTOFReconstruction
122
 
TOF_cabling_file = "/src/common_cpp/Utils/TOFChannelMap.txt"
123
 
 
 
119
DAQ_cabling_file = "/files/cabling/DAQChannelMap.txt"
 
120
 
 
121
# this is used by the reconstuction of the TOF detectors
 
122
TOF_cabling_file = "/files/cabling/TOFChannelMap.txt"
 
123
TOF_TW_calibration_file = "/files/calibration/tofcalibTW.txt"
 
124
TOF_T0_calibration_file = "/files/calibration/tofcalibT0_trTOF1.txt"
 
125
TOF_Trigger_calibration_file = "/files/calibration/tofcalibTrigger_trTOF1.txt"
 
 
b'\\ No newline at end of file'