From 8f004518f62143abb91d80484544d561872714a7 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Tue, 17 Aug 2021 17:44:20 -0500 Subject: [PATCH] HitsDigi and HitsReco to RawHits and RecHits for EcalBarrelImaging --- benchmarks/full/options/full_reconstruction.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/full/options/full_reconstruction.py b/benchmarks/full/options/full_reconstruction.py index 7b3609db..3ee99112 100644 --- a/benchmarks/full/options/full_reconstruction.py +++ b/benchmarks/full/options/full_reconstruction.py @@ -230,13 +230,13 @@ img_barrel_daq = dict( img_barrel_digi = CalHitDigi("img_barrel_digi", inputHitCollection="EcalBarrelHits", - outputHitCollection="EcalBarrelImagingHitsDigi", + outputHitCollection="EcalBarrelImagingRawHits", energyResolutions=[0., 0.02, 0.], # 2% flat resolution **img_barrel_daq) img_barrel_reco = ImCalPixelReco("img_barrel_reco", inputHitCollection=img_barrel_digi.outputHitCollection, - outputHitCollection="EcalBarrelImagingHitsReco", + outputHitCollection="EcalBarrelImagingRecHits", thresholdFactor=3, # about 20 keV readoutClass="EcalBarrelHits", # readout class layerField="layer", # field to get layer id -- GitLab