]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixing warning
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Mar 2010 16:50:23 +0000 (16:50 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Mar 2010 16:50:23 +0000 (16:50 +0000)
PWG0/dNdEta/AlidNdEtaTask.cxx

index cd60c61c511dba349b7a079e6e7bf6c39764cb04..08c56501a69871dbc188607c14ddb04b67ad42fb 100644 (file)
@@ -611,7 +611,7 @@ void AlidNdEtaTask::Exec(Option_t*)
             {
               Printf("Suspicious x-vertex x=%f y=%f z=%f (period: %d orbit %x)", vtx[0], vtx[1], vtx[2], fESD->GetPeriodNumber(), fESD->GetOrbitNumber());
             }
-            if (fCheckEventType && vtx[1] < 0.05 || vtx[1] > 0.5)
+            if (fCheckEventType && (vtx[1] < 0.05 || vtx[1] > 0.5))
             {
               Printf("Suspicious y-vertex x=%f y=%f z=%f (period: %d orbit %x)", vtx[0], vtx[1], vtx[2], fESD->GetPeriodNumber(), fESD->GetOrbitNumber());
             }