]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Correct misprint (PadNoise rather than Noise) in OCDB entry name
authorhaavard <haavard@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 15 Feb 2008 08:03:05 +0000 (08:03 +0000)
committerhaavard <haavard@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 15 Feb 2008 08:03:05 +0000 (08:03 +0000)
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");