X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=STEER%2FAliReconstruction.cxx;h=565b8589b8fc9a71b28a9320180527c9c5e1c7cf;hp=9774d7f53870ca7f2339deba945bfacb71861476;hb=3f52d87fae3715ba6e71072772b4f38fba2b3cc5;hpb=b0184943d396113a99965944bd165fd295ae23e8 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