]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity 16183
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 27 Feb 2011 11:08:23 +0000 (11:08 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 27 Feb 2011 11:08:23 +0000 (11:08 +0000)
V0 vs ZDC cleaning was off.

ANALYSIS/AliCentralitySelectionTask.cxx

index 7dfffeec05b8153378ac43e8225db7b176d6d43b..616a2b7a2ac3c7b50e7df35707ef2b3d6825a394 100644 (file)
@@ -598,7 +598,7 @@ void AliCentralitySelectionTask::UserExec(Option_t */*option*/)
   if (IsOutlierV0MTPC(nTracks, v0Corr, int(fCentV0M))) fQuality  += 4;
   // ***** V0 vs ZDC
   if (IsOutlierV0MZDC((zncEnergy+znaEnergy+zpcEnergy+zpaEnergy), v0Corr) && 
-      (zdcEnergyCal=kFALSE)) fQuality  += 8;
+      (zdcEnergyCal==kFALSE)) fQuality  += 8;
 
   if (esdCent) {
       esdCent->SetQuality(fQuality);