]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/SetDefaultCuts.C
Corrected protection.
[u/mrichter/AliRoot.git] / STEER / SetDefaultCuts.C
index 0b43e230542d6924d790e5630b23ee2bc20601c1..ae14969e78aa21add3a89b55553601b56199e775 100755 (executable)
@@ -6,24 +6,24 @@
   AliReconstruction rec;
 
 
-  Double_t cuts[]={33,  // max. allowed chi2
-                  0.16, // min. allowed negative daughter's impact parameter 
-                  0.05, // min. allowed positive daughter's impact parameter 
-                  0.08, // max. allowed DCA between the daughter tracks
-                  0.99, // max. allowed cosine of V0's pointing angle
-                  0.9,  // min. radius of the fiducial volume
-                  2.9   // max. radius of the fiducial volume
+  Double_t cuts[]={33,  // max allowed chi2
+                  0.16, // min allowed impact parameter for the 1st daughter 
+                  0.05, // min allowed impact parameter for the 2nd daughter
+                  0.08, // max allowed DCA between the daughter tracks
+                  0.99, // max allowed cosine of V0's pointing angle
+                  0.9,  // min radius of the fiducial volume
+                  2.9   // max radius of the fiducial volume
   };
   AliV0vertexer::SetDefaultCuts(cuts);
 
-  Double_t cts[]={33.,  // max. allowed chi2
-                 0.05,  // min. allowed V0 impact parameter 
-                 0.008, // window around the Lambda mass 
-                 0.035, // min. allowed bachelor's impact parameter 
-                 0.10,  // max. allowed DCA between a V0 and a track
-                 0.9985,//max. allowed cosine of the cascade pointing angle
-                 0.9,   // min. radius of the fiducial volume
-                 2.9    // max. radius of the fiducial volume
+  Double_t cts[]={33.,  // max allowed chi2
+                 0.05,  // min allowed V0 impact parameter 
+                 0.008, // "window" around the Lambda mass 
+                 0.035, // min allowed bachelor's impact parameter 
+                 0.10,  // max allowed DCA between the V0 and the bachelor
+                 0.9985,// max allowed cosine of the cascade pointing angle
+                 0.9,   // min radius of the fiducial volume
+                 2.9    // max radius of the fiducial volume
   };
   AliCascadeVertexer::SetDefaultCuts(cts);