From: hristov Date: Wed, 21 May 2008 16:21:09 +0000 (+0000) Subject: Temporary fix to avoid HLT overwriting the offline ESDs X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=d51056827e959a919e34de3f1dbf900946e5adab;p=u%2Fmrichter%2FAliRoot.git Temporary fix to avoid HLT overwriting the offline ESDs --- diff --git a/STEER/AliReconstruction.cxx b/STEER/AliReconstruction.cxx index 1a6bf9f9a53..e6ac36df654 100644 --- a/STEER/AliReconstruction.cxx +++ b/STEER/AliReconstruction.cxx @@ -1055,6 +1055,14 @@ Bool_t AliReconstruction::RunEvent(Int_t iEvent) if (fStopOnError) {CleanUp(ffile, ffileOld); return kFALSE;} } detectors=fFillESD; + // Temporary fix to avoid problems with HLT that overwrites the offline ESDs + if (detectors.Contains("ALL")) { + detectors=""; + for (Int_t idet=0; idet