]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
clustering done above the cell threshold
authorbasanta <basanta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 Feb 2010 05:47:51 +0000 (05:47 +0000)
committerbasanta <basanta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 15 Feb 2010 05:47:51 +0000 (05:47 +0000)
PMD/AliPMDClusterFinder.cxx

index 0b02d321a7d57ae4939b5d386e4154b0514e0e64..23bcbb7f35ba9ebad9150f9e1eaeb641997ff39b 100644 (file)
@@ -269,7 +269,7 @@ void AliPMDClusterFinder::Digits2RecPoints(TTree *digitsTree,
 
       pmdclust->SetClusteringParam(cluspar);
 
-      Float_t encut = 0.;
+      Float_t encut = 4.;
       pmdclust->SetEdepCut(encut);
       pmdclust->DoClust(idet,ismn,fCellTrack,fCellPid,fCellADC,pmdcont);