From 3f52d87fae3715ba6e71072772b4f38fba2b3cc5 Mon Sep 17 00:00:00 2001 From: schutz Date: Fri, 4 Dec 2009 15:06:54 +0000 Subject: [PATCH] Assigns GRPRecoParam to the Global QADatamaker --- STEER/AliReconstruction.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/STEER/AliReconstruction.cxx b/STEER/AliReconstruction.cxx index 9774d7f5387..565b8589b8f 100644 --- a/STEER/AliReconstruction.cxx +++ b/STEER/AliReconstruction.cxx @@ -1641,13 +1641,16 @@ Bool_t AliReconstruction::ProcessEvent(Int_t iEvent) if (reconstructor && fRecoParam.GetDetRecoParamArray(iDet)) { const AliDetectorRecoParam *par = fRecoParam.GetDetRecoParam(iDet); reconstructor->SetRecoParam(par); - reconstructor->SetEventInfo(&fEventInfo); + reconstructor->SetEventInfo(&fEventInfo); if (fRunQA) { AliQAManager::QAManager()->SetRecoParam(iDet, par) ; AliQAManager::QAManager()->SetEventSpecie(AliRecoParam::Convert(par->GetEventSpecie())) ; } } } + const AliDetectorRecoParam *grppar = fRecoParam.GetDetRecoParam(kNDetectors); + AliQAManager::QAManager()->SetRecoParam(AliQAv1::kGLOBAL, grppar) ; + AliQAManager::QAManager()->SetEventSpecie(AliRecoParam::Convert(grppar->GetEventSpecie())) ; } // QA on single raw -- 2.31.1