From 53aef915d294b2d944e71642687ea796e447dadf Mon Sep 17 00:00:00 2001 From: amastros Date: Sun, 18 Oct 2009 14:01:35 +0000 Subject: [PATCH] fixIDs nam fixed --- TRIGGER/AliTRIPreprocessor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TRIGGER/AliTRIPreprocessor.cxx b/TRIGGER/AliTRIPreprocessor.cxx index 8e31a00019a..c6e934301bc 100644 --- a/TRIGGER/AliTRIPreprocessor.cxx +++ b/TRIGGER/AliTRIPreprocessor.cxx @@ -174,7 +174,7 @@ Short_t AliTRIPreprocessor::ProcessSPDTriggerData() // Read new conditions from dcs fxs AliITSTriggerConditions* newCond = new AliITSTriggerConditions(); - TString fxsID = "PITConditions"; + TString fxsID = "pit_conditions"; TList* list = GetFileSources(kDCS, fxsID.Data()); if (!list) { AliError("FXS file not found."); -- 2.31.1