]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCROCVoltError3D.cxx
Changes in order to save the look-up table (3D) in the OCDB. Otherwise,
[u/mrichter/AliRoot.git] / TPC / AliTPCROCVoltError3D.cxx
index c338f44218956aca4f2ceee3c6b17294af27c330..f81c4dc7f6a59c5ef6527225c0cc0c17fdcfc00f 100644 (file)
@@ -109,7 +109,7 @@ void AliTPCROCVoltError3D::Init() {
   // Correction Terms for effective omegaTau; obtained by a laser calibration run
   SetOmegaTauT1T2(wt,fT1,fT2);
 
-  InitROCVoltError3D();
+  if (!fInitLookUp) InitROCVoltError3D();
 }
 
 void AliTPCROCVoltError3D::Update(const TTimeStamp &/*timeStamp*/) {