]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- coverity fix 10062
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Mar 2011 09:01:16 +0000 (09:01 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Mar 2011 09:01:16 +0000 (09:01 +0000)
  removed the condition of iResult being negative, the variable is not used yet for error handling

HLT/global/AliHLTGlobalHistoComponent.cxx

index 4a4239e5ef6e8d72047ebe4f8246c818b2eb368c..78f5e59fb01335e94191497339e90f078edac250 100644 (file)
@@ -247,13 +247,13 @@ int AliHLTGlobalHistoComponent::FillTree(TTree* pTree, const AliHLTComponentEven
        //fV0Variables.Fill("r", r); 
          
      } // end of loop over V0s
-  }
-  
+  } 
+  /* 
   if(iResult<0){
     // fill an empty event
     ResetVariables();
   }
-  
+  */  
   fEvent++;
   pTree->Fill();
   return iResult;