]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Reduced from 4 to 3 the min clusters per track for primary vertex reco
authordainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Mar 2011 16:43:40 +0000 (16:43 +0000)
committerdainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Mar 2011 16:43:40 +0000 (16:43 +0000)
PWG1/ITS/AliAnalysisTaskSEImpParRes.cxx
PWG3/vertexingHF/AliAODRecoDecayHF.cxx

index 8ad489303a2529440502975f7da25628c42d12ff..928cc4cd04f12dd8ce952b07df021390d1e3e507 100644 (file)
@@ -1170,7 +1170,7 @@ void AliAnalysisTaskSEImpParRes::UserExec(Option_t */*option*/)
   // event primary vertex
   AliVertexerTracks vertexer0(esd->GetMagneticField());
   vertexer0.SetITSMode();
-  vertexer0.SetMinClusters(4);  
+  vertexer0.SetMinClusters(3);  
   if(highMult) vertexer0.SetITSMode(0.1,0.1,0.5,5,1,3.,100.,1000.,3.,30.,1,1); 
   if(fUseDiamond) vertexer0.SetVtxStart(&diamond);
   vtxESDRec = (AliESDVertex*)vertexer0.FindPrimaryVertex(esd);
@@ -1256,7 +1256,7 @@ void AliAnalysisTaskSEImpParRes::UserExec(Option_t */*option*/)
     //Get specific primary vertex--Reconstructed primary vertex do not include the track considering.
     AliVertexerTracks vertexer(esd->GetMagneticField());
     vertexer.SetITSMode();
-    vertexer.SetMinClusters(4);
+    vertexer.SetMinClusters(3);
     if(fUseDiamond) vertexer.SetVtxStart(&diamond);
     skipped[0] = (Int_t)esdtrack->GetID();
     vertexer.SetSkipTracks(1,skipped);      
index 72123b1505ef3b7437434da5b502b7359e2b13e3..ad4b10dc5bee7d5711ef630ca915a8905dcf6d40 100644 (file)
@@ -263,7 +263,7 @@ AliAODVertex* AliAODRecoDecayHF::RemoveDaughtersFromPrimaryVtx(AliAODEvent *aod)
   Int_t ndg = GetNDaughters();
 
   vertexer->SetITSMode();
-  vertexer->SetMinClusters(4);
+  vertexer->SetMinClusters(3);
   vertexer->SetConstraintOff();
 
   if(title.Contains("WithConstraint")) {