]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Change Norm interval
authordgangadh <dhevan.raja.gangadharan@cern.ch>
Sat, 27 Sep 2014 15:52:37 +0000 (17:52 +0200)
committermkrzewic <mikolaj.krzewicki@cern.ch>
Mon, 29 Sep 2014 08:47:55 +0000 (10:47 +0200)
PWGCF/FEMTOSCOPY/Chaoticity/AliFourPion.cxx

index c8c98e73185faae8895500399fb122bfd501e0ae..31f2d31a9c88b4d582519b21341a13105848c602 100755 (executable)
@@ -832,16 +832,16 @@ void AliFourPion::ParInit()
     fMbins=fCentBins;
     fQcut=0.1;
     fNormQcutLow = 0.15;// 0.15
-    fNormQcutHigh = 0.2;// 0.175
+    fNormQcutHigh = 0.2;// 0.2
     fRstartMC = 5.0;
     fQbinsQinv3D = 20;
     fQupperBoundQinv3D = 0.1;
-  }else {// pp
+  }else {// pPb & pp
     fMultLimit=kMultLimitpp; 
     fMbins=1; 
     fQcut=0.6;
-    fNormQcutLow = 1.0;
-    fNormQcutHigh = 1.5;
+    fNormQcutLow = 0.6;// was 1.0
+    fNormQcutHigh = 0.8;// was 1.5
     fRstartMC = 1.0;
     fQbinsQinv3D = 60;
     fQupperBoundQinv3D = 0.6;