]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
The ITS SA tracks are not anymore accepted for the V0 finding
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 May 2010 12:49:17 +0000 (12:49 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 May 2010 12:49:17 +0000 (12:49 +0000)
STEER/AliV0vertexer.cxx

index aae7657417855f254b6e240765ce5a6e139433ea..5f0b6fc3a29026c1b53596d9e24a507cdfddfc61 100644 (file)
@@ -63,7 +63,7 @@ Int_t AliV0vertexer::Tracks2V0vertices(AliESDEvent *event) {
      AliESDtrack *esdTrack=event->GetTrack(i);
      ULong_t status=esdTrack->GetStatus();
 
-     if ((status&AliESDtrack::kITSrefit)==0)
+     //if ((status&AliESDtrack::kITSrefit)==0)//not to accept the ITS SA tracks
         if ((status&AliESDtrack::kTPCrefit)==0) continue;
 
      Double_t d=esdTrack->GetD(xPrimaryVertex,yPrimaryVertex,b);