X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSPid.cxx;h=8343dbe73934f02650d375c56dab01cec36f0774;hb=ebe89c39795f1a22a4b6ea02d9bff656f12f1cfd;hp=95cc318be76568c09895dd65d684d854c12b9a16;hpb=e8f4b841df7c610f28d63af23059f7194d99f012;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSPid.cxx b/ITS/AliITSPid.cxx index 95cc318be76..8343dbe7393 100644 --- a/ITS/AliITSPid.cxx +++ b/ITS/AliITSPid.cxx @@ -243,9 +243,14 @@ Int_t AliITSPid::GetPcode(Float_t q,Float_t pm) else{return Proton();} } } - if ( pm<=0.750 ) - if ( q>fCutPr->Eval(pm) ) - {return Proton();} else {return Wpik(pm,q);}; + if ( pm<=0.750 ){ + if ( q>fCutPr->Eval(pm) ){ + return Proton(); + } + else { + return Wpik(pm,q); + } + } if( pm<=1.10 ){ return Wpikp(pm,q); } return fPcode; }