]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCPreprocessor.cxx
Correct misprint (PadNoise rather than Noise) in OCDB entry name
[u/mrichter/AliRoot.git] / TPC / AliTPCPreprocessor.cxx
index 4265615da63ae273acefb1867b32e48ebc5af504..45e5ec250b1daebff46d73ed6975ed172fc01caa 100644 (file)
@@ -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");