From 31ec7bf95198f7d0eeed01eb0dab0dc29cfe57f1 Mon Sep 17 00:00:00 2001
From: Maria <zurek@anl.gov>
Date: Tue, 17 Aug 2021 14:41:15 -0500
Subject: [PATCH] Change name of the readout class for the img hits

---
 benchmarks/clustering/options/full_cal_reco.py         | 2 +-
 benchmarks/ecal/options/barrel.py                      | 2 +-
 benchmarks/full/options/full_reconstruction.py         | 2 +-
 benchmarks/imaging_ecal/options/imaging_2dcluster.py   | 2 +-
 benchmarks/imaging_ecal/options/imaging_topocluster.py | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/benchmarks/clustering/options/full_cal_reco.py b/benchmarks/clustering/options/full_cal_reco.py
index 4cc4b841..e757b3bf 100644
--- a/benchmarks/clustering/options/full_cal_reco.py
+++ b/benchmarks/clustering/options/full_cal_reco.py
@@ -170,7 +170,7 @@ cb_ecal_reco = ImCalPixelReco("cb_ecal_reco",
         inputHitCollection=cb_ecal_digi.outputHitCollection,
         outputHitCollection="EcalBarrelImagingHitsReco",
         thresholdFactor=3,  # about 20 keV
-        readoutClass="EcalBarrelImagingHits",  # readout class
+        readoutClass="EcalBarrelHits",  # readout class
         layerField="layer",             # field to get layer id
         sectorField="module",           # field to get sector id
         **cb_ecal_daq)
diff --git a/benchmarks/ecal/options/barrel.py b/benchmarks/ecal/options/barrel.py
index 96fcf9d7..b78eb191 100644
--- a/benchmarks/ecal/options/barrel.py
+++ b/benchmarks/ecal/options/barrel.py
@@ -67,7 +67,7 @@ cb_ecal_reco = ImCalPixelReco("cb_ecal_reco",
         inputHitCollection=cb_ecal_digi.outputHitCollection,
         outputHitCollection="EcalBarrelImagingHitsReco",
         thresholdFactor=3,  # about 20 keV
-        readoutClass="EcalBarrelImagingHits",  # readout class
+        readoutClass="EcalBarrelHits",  # readout class
         layerField="layer",             # field to get layer id
         sectorField="module",           # field to get sector id
         **cb_ecal_daq)
diff --git a/benchmarks/full/options/full_reconstruction.py b/benchmarks/full/options/full_reconstruction.py
index 2099bcc2..7a71ad71 100644
--- a/benchmarks/full/options/full_reconstruction.py
+++ b/benchmarks/full/options/full_reconstruction.py
@@ -238,7 +238,7 @@ img_barrel_reco = ImCalPixelReco("img_barrel_reco",
         inputHitCollection=img_barrel_digi.outputHitCollection,
         outputHitCollection="EcalBarrelImagingHitsReco",
         thresholdFactor=3,  # about 20 keV
-        readoutClass="EcalBarrelImagingHits",  # readout class
+        readoutClass="EcalBarrelHits",  # readout class
         layerField="layer",             # field to get layer id
         sectorField="module",           # field to get sector id
         **img_barrel_daq)
diff --git a/benchmarks/imaging_ecal/options/imaging_2dcluster.py b/benchmarks/imaging_ecal/options/imaging_2dcluster.py
index 7bb5fe80..cf0a1794 100644
--- a/benchmarks/imaging_ecal/options/imaging_2dcluster.py
+++ b/benchmarks/imaging_ecal/options/imaging_2dcluster.py
@@ -60,7 +60,7 @@ imcal_barrel_reco = CalHitReco('imcal_barrel_reco',
         inputHitCollection=imcal_barrel_digi.outputHitCollection,
         outputHitCollection='EcalBarrelImagingHitsReco',
         thresholdFactor=5.0,
-        readoutClass='EcalBarrelImagingHits',
+        readoutClass='EcalBarrelHits',
         localDetFields=['system', 'module'], # use local coordinates in each module (stave)
         **imcal_barrel_daq)
 
diff --git a/benchmarks/imaging_ecal/options/imaging_topocluster.py b/benchmarks/imaging_ecal/options/imaging_topocluster.py
index cd7b5d67..2ce1fc9a 100644
--- a/benchmarks/imaging_ecal/options/imaging_topocluster.py
+++ b/benchmarks/imaging_ecal/options/imaging_topocluster.py
@@ -65,7 +65,7 @@ imcalreco = ImagingPixelReco("imcal_reco",
         # OutputLevel=DEBUG,
         inputHitCollection=imcaldigi.outputHitCollection,
         outputHitCollection="RecoEcalBarrelImagingHits",
-        readoutClass="EcalBarrelImagingHits",
+        readoutClass="EcalBarrelHits",
         layerField="layer",
         sectorField="module",
         **daq_setting)
-- 
GitLab