]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliCascadeVertexer.cxx
Looser default cuts for the V0 and the cascade finders
[u/mrichter/AliRoot.git] / STEER / AliCascadeVertexer.cxx
index 976ff6f1c65aa81dc592be4ca6dd25ca60ea5b75..e8ac235c8674bfc27b65a7c12ea2a2e79fd5bd1f 100644 (file)
@@ -32,21 +32,21 @@ ClassImp(AliCascadeVertexer)
 
 //A set of loose cuts
 Double_t 
-  AliCascadeVertexer::fgChi2max=33.;    //maximal allowed chi2 
+  AliCascadeVertexer::fgChi2max=33.;   //maximal allowed chi2 
 Double_t 
-  AliCascadeVertexer::fgDV0min=0.05;    //min V0 impact parameter
+  AliCascadeVertexer::fgDV0min=0.01;   //min V0 impact parameter
 Double_t 
-  AliCascadeVertexer::fgMassWin=0.01;   //"window" around the Lambda mass
+  AliCascadeVertexer::fgMassWin=0.008; //"window" around the Lambda mass
 Double_t 
-  AliCascadeVertexer::fgDBachMin=0.035; //min bachelor impact parameter
+  AliCascadeVertexer::fgDBachMin=0.01; //min bachelor impact parameter
 Double_t 
-  AliCascadeVertexer::fgDCAmax=0.10;    //max DCA between the V0 and the track 
+  AliCascadeVertexer::fgDCAmax=2.0;    //max DCA between the V0 and the track 
 Double_t 
-  AliCascadeVertexer::fgCPAmin=0.9985;  //min cosine of the cascade pointing angle
+  AliCascadeVertexer::fgCPAmin=0.98; //min cosine of the cascade pointing angle
 Double_t 
-  AliCascadeVertexer::fgRmin=0.2;       //min radius of the fiducial volume
+  AliCascadeVertexer::fgRmin=0.2;      //min radius of the fiducial volume
 Double_t 
-  AliCascadeVertexer::fgRmax=100.;      //max radius of the fiducial volume
+  AliCascadeVertexer::fgRmax=100.;     //max radius of the fiducial volume
   
 
 Int_t AliCascadeVertexer::V0sTracks2CascadeVertices(AliESDEvent *event) {