From d63b9ad7c62014917bb911fb4776a4762753bcf7 Mon Sep 17 00:00:00 2001 From: haavard Date: Fri, 15 Feb 2008 08:03:05 +0000 Subject: [PATCH] Correct misprint (PadNoise rather than Noise) in OCDB entry name --- TPC/AliTPCPreprocessor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TPC/AliTPCPreprocessor.cxx b/TPC/AliTPCPreprocessor.cxx index 4265615da63..45e5ec250b1 100644 --- a/TPC/AliTPCPreprocessor.cxx +++ b/TPC/AliTPCPreprocessor.cxx @@ -405,7 +405,7 @@ UInt_t AliTPCPreprocessor::ExtractPedestals(Int_t sourceFXS) } AliTPCCalPad *calPadRMS=0; - entry = GetFromOCDB("Calib", "Noise"); + entry = GetFromOCDB("Calib", "PadNoise"); if (entry) calPadRMS = (AliTPCCalPad*)entry->GetObject(); if ( calPadRMS==NULL ) { Log("AliTPCPreprocsessor: No previous TPC noise entry available.\n"); -- 2.43.0