diff --git a/benchmarks/imaging_ecal/options/hybrid_cluster.py b/benchmarks/imaging_ecal/options/hybrid_cluster.py index 75705fc052d82adc95fc256aa84b56307dbc803e..7912a3302e25dc3dedb135fe5e3dcaf887a8f2ec 100644 --- a/benchmarks/imaging_ecal/options/hybrid_cluster.py +++ b/benchmarks/imaging_ecal/options/hybrid_cluster.py @@ -105,6 +105,8 @@ scfi_barrel_reco = CalHitReco("scfi_barrel_reco", outputHitCollection="EcalBarrelScFiHitsReco", thresholdFactor=5.0, readoutClass="EcalBarrelScFiHits", + layerField="layer", + sectorField="module", localDetFields=["system", "module"], # use local coordinates in each module (stave) **scfi_barrel_daq) @@ -123,7 +125,8 @@ scfi_barrel_cl = IslandCluster("scfi_barrel_cl", outputHitCollection="EcalBarrelScFiClusterHits", splitCluster=False, minClusterCenterEdep=10.*MeV, - localDistXZ=[30*mm, 30*mm]) + localDistXZ=[30*mm, 30*mm] + sectorDist=5.*cm) scfi_barrel_clreco = RecoCoG("scfi_barrel_clreco", inputHitCollection="EcalBarrelScFiClusterHits", diff --git a/benchmarks/imaging_ecal/options/scfi_cluster.py b/benchmarks/imaging_ecal/options/scfi_cluster.py index 6775a0aa921836fed1fdae4097f441786f8a6154..3ab0d5cc1cc427054681c385a234ab38da67dbf1 100644 --- a/benchmarks/imaging_ecal/options/scfi_cluster.py +++ b/benchmarks/imaging_ecal/options/scfi_cluster.py @@ -52,6 +52,8 @@ scfi_barrel_reco = CalHitReco("scfi_barrel_reco", outputHitCollection="EcalBarrelScFiHitsReco", thresholdFactor=5.0, readoutClass="EcalBarrelScFiHits", + layerField="layer", + sectorField="module", localDetFields=["system", "module"], # use local coordinates in each module (stave) **scfi_barrel_daq)