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
@@ -43,7 +43,7 @@ calo_daq = {}
digi_version = 'canyonlands'
if detector_version != 'default':
digi_version = detector_version
with open('config/calo_digi_{}.json'.format(digi_version)) as f:
with open('calibrations/calo_digi_{}.json'.format(digi_version)) as f:
calo_config = json.load(f)
## add proper ADC capacity based on bit depth
for sys in calo_config:
Loading