From e5a7a063021d04f3a8de1c983d1cdb23e4c4308e Mon Sep 17 00:00:00 2001
From: Maria <zurek@anl.gov>
Date: Tue, 17 Aug 2021 14:50:47 -0500
Subject: [PATCH] Change name of the readout class

---
 benchmarks/imaging_ecal/options/hybrid_cluster.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/imaging_ecal/options/hybrid_cluster.py b/benchmarks/imaging_ecal/options/hybrid_cluster.py
index fb312a15..21fef284 100644
--- a/benchmarks/imaging_ecal/options/hybrid_cluster.py
+++ b/benchmarks/imaging_ecal/options/hybrid_cluster.py
@@ -72,7 +72,7 @@ imcalreco = ImagingPixelReco('imcal_reco',
         # OutputLevel=DEBUG,
         inputHitCollection=imcaldigi.outputHitCollection,
         outputHitCollection='RecoEcalBarrelImagingHits',
-        readoutClass='EcalBarrelImagingHits',
+        readoutClass='EcalBarrelHits',
         layerField='layer',
         sectorField='module',
         **imcaldaq)
-- 
GitLab