]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Switch to 2 Kt3 bins
authordgangadh <dgangadh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 6 Jun 2013 12:32:15 +0000 (12:32 +0000)
committerdgangadh <dgangadh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 6 Jun 2013 12:32:15 +0000 (12:32 +0000)
PWGCF/FEMTOSCOPY/Chaoticity/AliChaoticity.cxx
PWGCF/FEMTOSCOPY/Chaoticity/AliChaoticity.h

index d6b274141d45c5df6520b3f4c6f288b223379dd7..cf1da5160d0900ad1d47e8674e995a2d5a18813c 100644 (file)
@@ -3015,8 +3015,10 @@ void AliChaoticity::Exec(Option_t *)
            
            q3 = sqrt(pow(qinv12,2) + pow(qinv13,2) + pow(qinv23,2));
            transK3 = sqrt( pow(pVect1[1]+pVect2[1]+pVect3[1],2) + pow(pVect1[2]+pVect2[2]+pVect3[2],2))/3.;
-           //if(transK3<0.3) fEDbin=0;
-           //else fEDbin=1;
+           if(fEDbins>1){
+             if(transK3<0.3) fEDbin=0;
+             else fEDbin=1;
+           }
            firstQ=0; secondQ=0; thirdQ=0;
            
            
index e60d882bfe6fef2b90dac638c50af31e2d0649a2..ffcaa59f5f94c6cde0d8b08d0b5dda414b952232 100644 (file)
@@ -64,7 +64,7 @@ class AliChaoticity : public AliAnalysisTaskSE {
 
   static const Int_t fKbinsT   = 4;// Set fKstep as well !!!!
   static const Int_t fKbinsY   = 1;// Set fKstep as well !!!!
-  static const Int_t fEDbins   = 1;
+  static const Int_t fEDbins   = 2;
   static const Int_t fCentBins = 10;// 0-50%
   static const Int_t fRVALUES  = 7;// 7 EW radii (5-11) , was 8 Gaussian radii (3-10fm)