From c4acfdfa46932fc9427e08fdda9ae77fccab9a6e Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Tue, 17 Aug 2021 23:39:02 +0000 Subject: [PATCH] cb_ecal_cl is now img_barrel_cl --- benchmarks/full/options/full_reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/full/options/full_reconstruction.py b/benchmarks/full/options/full_reconstruction.py index 89a2e5fd..72896a21 100644 --- a/benchmarks/full/options/full_reconstruction.py +++ b/benchmarks/full/options/full_reconstruction.py @@ -242,7 +242,7 @@ img_barrel_cl = ImagingCluster("img_barrel_cl", layerDistEtaPhi=[10*units.mrad, 10*units.mrad], # adjacent layer neighbourLayersRange=2, # id diff for adjacent layer sectorDist=3.*units.cm) # different sector -algorithms.append(cb_ecal_cl) +algorithms.append(img_barrel_cl) img_barrel_clreco = ImagingClusterReco("img_barrel_clreco", samplingFraction=img_barrel_sf, -- GitLab