From 1377b2d79130e56fb4e4c09ebcc2a5c5e3916edc Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dkalinkin@bnl.gov> Date: Sun, 3 Mar 2024 03:14:14 +0000 Subject: [PATCH] full_cal_reco.py: drop tile readout field --- benchmarks/clustering/options/full_cal_reco.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/clustering/options/full_cal_reco.py b/benchmarks/clustering/options/full_cal_reco.py index c6511ba3..85411481 100644 --- a/benchmarks/clustering/options/full_cal_reco.py +++ b/benchmarks/clustering/options/full_cal_reco.py @@ -346,8 +346,8 @@ cb_hcal_merger = CalHitsMerger("cb_hcal_merger", inputHitCollection=cb_hcal_reco.outputHitCollection, outputHitCollection="HcalBarrelHitsRecoXY", readoutClass="HcalBarrelHits", - fields=["tile"], - fieldRefNumbers=[0]) + fields=[], + fieldRefNumbers=[]) algs.append(cb_hcal_merger) cb_hcal_cl = IslandCluster("cb_hcal_cl", -- GitLab