]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDPreprocessor.cxx
Bug in return code (L. Molnar)
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDPreprocessor.cxx
index 2074322f6b62d88ebdde0669821a0ef4091910c0..8fbebad47fc2452d512ea0dfef18354c538d6fd5 100644 (file)
@@ -89,7 +89,7 @@ UInt_t AliHMPIDPreprocessor::Process(TMap* pMap)
 //  Store("Calib", "Tmean" , &arTmean , &metaData); 
 
   if( Store("Calib", "Qthre" , &arQthre , &metaData) == kTRUE && Store("Calib", "Nmean" , &arNmean , &metaData) == kTRUE ) return 0;   //clm: compatibility with new Store and preprocessor requirement
-  else return 0;
+  else return 1;
   
   //  AliInfo("End.");