]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
technial fix to suppress the warning
authorshahoian <ruben.shahoyan@cern.ch>
Thu, 13 Mar 2014 10:23:40 +0000 (11:23 +0100)
committershahoian <ruben.shahoyan@cern.ch>
Thu, 13 Mar 2014 10:24:17 +0000 (11:24 +0100)
ITS/AliITStrackerMI.cxx

index 4b0953dee26193106982b0e9bb950d4fd70b3805..425bb142f5b49a0c000e0a8f01c4b67628d18d48 100644 (file)
@@ -270,7 +270,7 @@ fITSPid(0) {
   if (AliITSReconstructor::GetRecoParam()->GetComputePlaneEff() &&
       AliITSReconstructor::GetRecoParam()->GetIPlanePlaneEff()>=0) {
     Int_t iplane=AliITSReconstructor::GetRecoParam()->GetIPlanePlaneEff();
-    if(!AliITSReconstructor::GetRecoParam()->GetLayersToSkip(iplane)==1)
+    if(AliITSReconstructor::GetRecoParam()->GetLayersToSkip(iplane)!=1)
       AliWarning(Form("Evaluation of Plane Eff for layer %d will be attempted without removing it from tracker",iplane));
     if (iplane<2) {
       fPlaneEff = new AliITSPlaneEffSPD();