]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Change of configuration: 2 Kt3 bins instead of 1
authordgangadh <dgangadh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 29 May 2013 14:40:40 +0000 (14:40 +0000)
committerdgangadh <dgangadh@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 29 May 2013 14:40:40 +0000 (14:40 +0000)
PWGCF/FEMTOSCOPY/Chaoticity/AliChaoticity.cxx
PWGCF/FEMTOSCOPY/Chaoticity/AliChaoticity.h

index 61a3d3e5ef89d20a9b86a2e94cf2b18b10c26696..ec5cc97abdc26a0806aef3d2103c1af98110a74a 100644 (file)
@@ -3062,8 +3062,8 @@ 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.35) fEDbin=0;
-           //else fEDbin=1;
+           if(transK3<0.3) fEDbin=0;
+           else fEDbin=1;
            firstQ=0; secondQ=0; thirdQ=0;
            
            
index ba7e420cf8210ab40a679b85c6a0a59d28ab1fa9..551faf28fceb6d9896c51aa9c5404850cdcc79d3 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)