Skip to content
Snippets Groups Projects

fix: add epic imaging vs. sciglass treatment in options.py

Merged Wouter Deconinck requested to merge epic-has-sciglass into master
4 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -22,6 +22,8 @@ if 'athena' in detector_name:
has_ecal_barrel_scfi = True
if 'ecce' in detector_name and 'imaging' in detector_config:
has_ecal_barrel_scfi = True
if 'epic' in detector_name and 'imaging' in detector_config:
has_ecal_barrel_scfi = True
# input arguments from calibration file
with open(f'{detector_path}/calibrations/emcal_barrel_calibration.json') as f:
Loading