]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Typo
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 30 Apr 2005 14:12:31 +0000 (14:12 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 30 Apr 2005 14:12:31 +0000 (14:12 +0000)
ITS/AliITStrackerMI.cxx

index 0ff7333e95d5a1a68950342dba605c7d06f2b0c8..aa7d87b5227e14df45f931450fd301432e84c4cf 100644 (file)
@@ -3746,7 +3746,7 @@ void  AliITStrackerMI::FindV02(AliESD *event)
        pvertex->SetChi2After(minchi2before1);
        if (pvertex->GetAnglep()[2]>0.2){
          pb0    =  TMath::Exp(-TMath::Min(minchi2before0,Float_t(16))/12.);
-         pb1    =  TMath::Exp(-TMath::Min(minchi2before1,float_t(16))/12.);
+         pb1    =  TMath::Exp(-TMath::Min(minchi2before1,Float_t(16))/12.);
        }
        pvertex->SetNAfter(maxLayer);
        pvertex->SetNBefore(maxLayer);