]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Looser default cuts for the V0 and the cascade finders
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 May 2010 09:29:23 +0000 (09:29 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 May 2010 09:29:23 +0000 (09:29 +0000)
STEER/AliCascadeVertexer.cxx
STEER/AliV0vertexer.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) {
index 43e9cc2c202a12aae6ecaaf77b7d220814882bc9..aae7657417855f254b6e240765ce5a6e139433ea 100644 (file)
@@ -32,8 +32,8 @@ ClassImp(AliV0vertexer)
 Double_t AliV0vertexer::fgChi2max=33.; //max chi2
 Double_t AliV0vertexer::fgDNmin=0.05;  //min imp parameter for the 1st daughter
 Double_t AliV0vertexer::fgDPmin=0.05;  //min imp parameter for the 2nd daughter
-Double_t AliV0vertexer::fgDCAmax=0.5;  //max DCA between the daughter tracks
-Double_t AliV0vertexer::fgCPAmin=0.99; //min cosine of V0's pointing angle
+Double_t AliV0vertexer::fgDCAmax=1.5;  //max DCA between the daughter tracks
+Double_t AliV0vertexer::fgCPAmin=0.9 //min cosine of V0's pointing angle
 Double_t AliV0vertexer::fgRmin=0.2;    //min radius of the fiducial volume
 Double_t AliV0vertexer::fgRmax=100.;   //max radius of the fiducial volume