From ae6ad644f5274cb603156130c72784a75becc7b1 Mon Sep 17 00:00:00 2001 From: vulpescu Date: Thu, 2 Apr 2009 11:04:28 +0000 Subject: [PATCH 1/1] Always export to FES the regional configuration file --- MUON/MUONTRGda.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); -- 2.31.1