]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Error changed to info
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Apr 2012 06:09:27 +0000 (06:09 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Apr 2012 06:09:27 +0000 (06:09 +0000)
Michael Weber <m.weber@cern.ch>

STEER/STEERBase/AliPIDResponse.cxx

index fb4970bbeb7ca440ecb332ac61bd91fc5f163ecc..d6cdc3f2ef98d2f53025debc1edeb32a803512b1 100644 (file)
@@ -869,7 +869,7 @@ void AliPIDResponse::SetEMCALPidResponseMaster()
     if(fEMCALPIDParamsPass) fEMCALPIDParams     = dynamic_cast<TObjArray *>(fEMCALPIDParamsPass->FindObject(Form("EMCALPIDParams_Particles")));
 
     if(!fEMCALPIDParams){
-      AliError(Form("EMCAL Params not found in run %d pass %d", fRun, fRecoPass));
+      AliInfo(Form("EMCAL Params not found in run %d pass %d", fRun, fRecoPass));
       AliInfo("Will take the standard LHC11d instead ...");
 
       fEMCALPIDParamsRun = dynamic_cast<TObjArray *>(contParams.GetObject(156477));