]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updated default configuration value for GasComposition
authorhaavard <haavard.helstrup@cern.ch>
Mon, 17 Nov 2014 12:01:18 +0000 (13:01 +0100)
committerhaavard <haavard.helstrup@cern.ch>
Mon, 17 Nov 2014 12:01:18 +0000 (13:01 +0100)
TPC/Base/AliTPCPreprocessor.cxx

index 9c2cf0368e8f62346b13fce502f9ec918340b4ec..c289a7d385e795367dd2cb355c9557d938b7d7bd 100644 (file)
@@ -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);