From 619aafe617e731ba4d1733814599da58dd65593e Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 4 Feb 2010 19:11:30 +0000 Subject: [PATCH] Additional protection --- STEER/AliReconstruction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STEER/AliReconstruction.cxx b/STEER/AliReconstruction.cxx index b56d17a103a..16df87c3506 100644 --- a/STEER/AliReconstruction.cxx +++ b/STEER/AliReconstruction.cxx @@ -1647,7 +1647,7 @@ Bool_t AliReconstruction::ProcessEvent(Int_t iEvent) reconstructor->SetEventInfo(&fEventInfo); if (fRunQA) { AliQAManager::QAManager()->SetRecoParam(iDet, par) ; - AliQAManager::QAManager()->SetEventSpecie(AliRecoParam::Convert(par->GetEventSpecie())) ; + if (par) AliQAManager::QAManager()->SetEventSpecie(AliRecoParam::Convert(par->GetEventSpecie())) ; } } } -- 2.43.0