]> jspc29.x-matter.uni-frankfurt.de Git - radhard.git/commitdiff
Save before branch change
authorDennis Doering <doering@physik.uni-frankfurt.de>
Fri, 8 May 2015 08:33:10 +0000 (10:33 +0200)
committerDennis Doering <doering@physik.uni-frankfurt.de>
Fri, 8 May 2015 08:33:10 +0000 (10:33 +0200)
MABS_run_analyzer/Run.c

index 51dab681c39a2d4eb173517ebfb7c1efe7bfa912..228fe64b44b95b746c062cbc34c67a2d2ab1675a 100644 (file)
@@ -619,7 +619,7 @@ Int_t arraySort[processed->clustersize*processed->clustersize];
                TMath::Sort(25,array,arraySort);//Sort cluster from Greater and save their sorting index in arraySort
        
        
-               Int_t clusterSizeForCut=4;
+               Int_t clusterSizeForCut=25;
                Double_t clusterValueCut=0;
                for (Int_t clusteri=0; clusteri<clusterSizeForCut; clusteri++)
                {