From: vulpescu Date: Thu, 2 Apr 2009 11:04:28 +0000 (+0000) Subject: Always export to FES the regional configuration file X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=ae6ad644f5274cb603156130c72784a75becc7b1;hp=73a0c99f23f2b45ec9cec4832e3e085fb308d82c;ds=sidebyside Always export to FES the regional configuration file --- diff --git a/MUON/MUONTRGda.cxx b/MUON/MUONTRGda.cxx index 4e3d44d718d..8585c359c62 100644 --- a/MUON/MUONTRGda.cxx +++ b/MUON/MUONTRGda.cxx @@ -597,7 +597,8 @@ Bool_t ExportFiles(AliDAConfig& cfg) } - // exported regional file whenever mask or/and Lut are modified + // exported regional file always (needed to initialise the PreProcessor)! + initFES = kTRUE; file = cfg.GetRegionalFileName(); if ( (cfg.GetRegionalFileLastVersion() != cfg.GetRegionalFileVersion()) || modified || initFES) { status = daqDA_FES_storeFile(file.Data(), "REGIONAL");