diff --git a/benchmarks/clustering/options/full_cal_reco.py b/benchmarks/clustering/options/full_cal_reco.py index 4cc4b8415358fda9aea243b721b84daa08613ea2..e757b3bfaefde8bb0d71cc85ca9ef7f889b99cd7 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 96fcf9d78e78344ddf8870efc08219c8f1db725d..b78eb1916efd62f55f924d181fe53adcadcd5b7c 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 2099bcc2fda732a85adf99feec1f02bbb1f88cce..7a71ad719fdc4bd1ac389ab6f2bd5688ecfdfc49 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 7bb5fe80430481e8b781f04d2e1c37ea4688ad0d..cf0a179498461c2f153aacd2518678e39c79b04c 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 cd7b5d6709a3a1d1017b9dcab61287c7b64da0e0..2ce1fc9a6c3be37becc85561ce7ba5e2bb6a80a7 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)