diff --git a/benchmarks/clustering/options/full_cal_reco.py b/benchmarks/clustering/options/full_cal_reco.py index 19018046c76ca8e6a2a284df14da349e86169297..1652c22f03cf428fb8ed7e8e87705eee3eb92542 100644 --- a/benchmarks/clustering/options/full_cal_reco.py +++ b/benchmarks/clustering/options/full_cal_reco.py @@ -20,6 +20,8 @@ compact_path = os.path.join(detector_path, detector_config) has_ecal_barrel_scfi = False if 'epic' in detector_name and 'imaging' in detector_config: has_ecal_barrel_scfi = True +if 'epic' in detector_name and 'brycecanyon' 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: diff --git a/benchmarks/ecal/options/barrel.py b/benchmarks/ecal/options/barrel.py index c2915cd3dd524eb7d9a4b9a1d0a9b45c67078050..81652d860bcdda8cf1d92aeed8311c3398f39767 100644 --- a/benchmarks/ecal/options/barrel.py +++ b/benchmarks/ecal/options/barrel.py @@ -24,6 +24,8 @@ compact_path = str( has_ecal_barrel_scfi = False if "epic" in detector_name and "imaging" in detector_config: has_ecal_barrel_scfi = True +if 'epic' in detector_name and 'brycecanyon' in detector_config: + has_ecal_barrel_scfi = True # input and output input_sims = [ diff --git a/benchmarks/imaging_ecal/options/hybrid_cluster.py b/benchmarks/imaging_ecal/options/hybrid_cluster.py index 982c0b62edf186aa7b839f9547fd54cbba9dbdd4..663a74e49ec5317905730bc8f588acedfd78afe2 100644 --- a/benchmarks/imaging_ecal/options/hybrid_cluster.py +++ b/benchmarks/imaging_ecal/options/hybrid_cluster.py @@ -25,6 +25,8 @@ detector_path = str(os.environ.get("DETECTOR_PATH", ".")) has_ecal_barrel_scfi = False if 'epic' in detector_name and 'imaging' in detector_config: has_ecal_barrel_scfi = True +if 'epic' in detector_name and 'brycecanyon' 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: diff --git a/benchmarks/imaging_ecal/options/scfi_cluster.py b/benchmarks/imaging_ecal/options/scfi_cluster.py index b81e8ca441565b30fa16fd99d191179ea444eaa3..7f3e66fad3e6348f447dfa37aeb5858f24f3cd4b 100644 --- a/benchmarks/imaging_ecal/options/scfi_cluster.py +++ b/benchmarks/imaging_ecal/options/scfi_cluster.py @@ -22,6 +22,8 @@ detector_path = str(os.environ.get("DETECTOR_PATH", ".")) has_ecal_barrel_scfi = False if 'epic' in detector_name and 'imaging' in detector_config: has_ecal_barrel_scfi = True +if 'epic' in detector_name and 'brycecanyon' 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: