Skip to content
Snippets Groups Projects

properly use DAQ as defined in athena/calibrations

Merged Sylvester Joosten requested to merge calo_daq into master
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
@@ -40,10 +40,7 @@ print(calib_data)
# input calorimeter DAQ info
calo_daq = {}
digi_version = 'canyonlands'
if detector_version != 'default':
digi_version = detector_version
with open('calibrations/calo_digi_{}.json'.format(digi_version)) as f:
with open('{}/calibrations/calo_digi_{}.json'.format(detector_path, detector_version)) as f:
calo_config = json.load(f)
## add proper ADC capacity based on bit depth
for sys in calo_config:
Loading