]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changed the clustering threshold to be 5 times the width of the gausian generating...
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Jan 2002 08:04:43 +0000 (08:04 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Jan 2002 08:04:43 +0000 (08:04 +0000)
EMCAL/AliEMCALClusterizerv1.cxx

index fbfd5aa6b21c324ac7085bebc6f456a34d016594..e1f7f68dafdba9b6d9595f0619a0557289158807 100644 (file)
@@ -89,8 +89,8 @@ ClassImp(AliEMCALClusterizerv1)
   
   fNumberOfPreShoClusters = fNumberOfTowerClusters = 0 ; 
   
-  fPreShoClusteringThreshold = 0.0001;
-  fTowerClusteringThreshold  = 0.2;   
+  fPreShoClusteringThreshold = 0.00005;
+  fTowerClusteringThreshold  = 0.00005;
   
   fTowerLocMaxCut  = 0.03 ;
   fPreShoLocMaxCut = 0.03 ;