]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bugfix: wrong logic in determining which v0 reader to use
authorkaamodt <kaamodt@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Jan 2010 17:30:23 +0000 (17:30 +0000)
committerkaamodt <kaamodt@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Jan 2010 17:30:23 +0000 (17:30 +0000)
PWG4/GammaConv/AliV0Reader.cxx

index 240e7859dadee77105d650427461295acea691bb..71db776e4e9194f7c576d9aacec1dd3cd8f7297b 100644 (file)
@@ -303,7 +303,7 @@ Bool_t AliV0Reader::CheckV0FinderStatus(Int_t index){
     }
   }
   if(!fUseOnFlyV0Finder){
-    if(!GetV0(index)->GetOnFlyStatus()){
+    if(GetV0(index)->GetOnFlyStatus()){
       return kFALSE;
     }
   }