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
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -40,7 +40,7 @@ print(calib_data)
# input calorimeter DAQ info
calo_daq = {}
with open('config/calo_digi_{}.json'.format('detector_version')) as f:
with open('config/calo_digi_{}.json'.format(detector_version)) as f:
calo_config = json.load(f)
## add proper ADC capacity based on bit depth
for sys in calo_config:
Loading