From 88bca400ad557ae984fc8d37ad27cd3e56bb4d9b Mon Sep 17 00:00:00 2001 From: haavard Date: Mon, 17 Nov 2014 13:01:18 +0100 Subject: [PATCH] Updated default configuration value for GasComposition --- TPC/Base/AliTPCPreprocessor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPC/Base/AliTPCPreprocessor.cxx b/TPC/Base/AliTPCPreprocessor.cxx index 9c2cf0368e8..c289a7d385e 100644 --- a/TPC/Base/AliTPCPreprocessor.cxx +++ b/TPC/Base/AliTPCPreprocessor.cxx @@ -324,7 +324,7 @@ UInt_t AliTPCPreprocessor::Process(TMap* dcsAliasMap) // Gas composition recordings - TString gasConf = fConfEnv->GetValue("GasComposition","ON"); + TString gasConf = fConfEnv->GetValue("GasComposition","OFF"); gasConf.ToUpper(); if (gasConf != "OFF" ) { UInt_t gasResult = MapGasComposition(dcsAliasMap); -- 2.39.3