From 5df510952715b8fa2f507af40d530174c609df66 Mon Sep 17 00:00:00 2001 From: Vaibhavi Gawas <ph18b005@smail.iitm.ac.in> Date: Wed, 29 Jun 2022 01:27:10 +0000 Subject: [PATCH] Replace hybrid_cluster.py --- benchmarks/imaging_ecal/options/hybrid_cluster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/imaging_ecal/options/hybrid_cluster.py b/benchmarks/imaging_ecal/options/hybrid_cluster.py index dbb19ede..96e0de74 100644 --- a/benchmarks/imaging_ecal/options/hybrid_cluster.py +++ b/benchmarks/imaging_ecal/options/hybrid_cluster.py @@ -86,6 +86,7 @@ imcalcluster = ImagingTopoCluster('imcal_cluster', localDistXY=[2.*mm, 2*mm], layerDistEtaPhi=[10*mrad, 10*mrad], neighbourLayersRange=2, + minClusterEdep= 0.5*MeV/kwargs['img_sf'], sectorDist=3.*cm) clusterreco = ImagingClusterReco('imcal_clreco', #OutputLevel=DEBUG, -- GitLab