From 137afe183e3d177460c16258393ba1e3b8c75036 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dkalinkin@bnl.gov> Date: Mon, 29 Jan 2024 03:44:25 +0000 Subject: [PATCH] benchmarks/clustering/options: drop "sector" in digi, will be removed in geometry --- benchmarks/clustering/options/full_cal_reco.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/benchmarks/clustering/options/full_cal_reco.py b/benchmarks/clustering/options/full_cal_reco.py index 8bf69c4c..c6511ba3 100644 --- a/benchmarks/clustering/options/full_cal_reco.py +++ b/benchmarks/clustering/options/full_cal_reco.py @@ -338,8 +338,6 @@ cb_hcal_reco = CalHitReco("cb_hcal_reco", inputHitCollection=cb_hcal_digi.outputHitCollection, outputHitCollection="HcalBarrelHitsReco", thresholdFactor=5.0, - readoutClass="HcalBarrelHits", - sectorField="sector", samplingFraction=cb_hcal_sf, **cb_hcal_daq) algs.append(cb_hcal_reco) -- GitLab