]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliV0FindVertices.C
Last changes from I. Belikov - the tracking performs track refitting
[u/mrichter/AliRoot.git] / ITS / AliV0FindVertices.C
index 6d1cf5c9f1ea777623498510a84bac4e5f859fd4..b2e1cb57b16b1573f2ad1e5988bee786239087b0 100644 (file)
@@ -15,10 +15,10 @@ Int_t AliV0FindVertices() {
    if (!in->IsOpen()) {cerr<<"Can't open AliITStracksV2.root !\n"; return 2;}
 
    Double_t cuts[]={33,  // max. allowed chi2
-                    0.02,// min. allowed negative daughter's impact parameter 
-                    0.02,// min. allowed positive daughter's impact parameter 
+                    0.12,// min. allowed negative daughter's impact parameter 
+                    0.06,// min. allowed positive daughter's impact parameter 
                     0.080,// max. allowed DCA between the daughter tracks
-                    0.9985,// max. allowed cosine of V0's pointing angle
+                    0.998,// max. allowed cosine of V0's pointing angle
                     0.9,  // min. radius of the fiducial volume
                     2.9   // max. radius of the fiducial volume
                    };