]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
o put fatal if not all subtables are available for merging
authorwiechula <wiechula@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 13 Nov 2013 14:25:29 +0000 (14:25 +0000)
committerwiechula <wiechula@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 13 Nov 2013 14:25:29 +0000 (14:25 +0000)
TPC/Base/AliTPCCorrectionLookupTable.cxx

index 31e394cab009f8511f97a6905b713b957b5e8951..3ab8da44359d2da42a1a68d59788851adbcf743c 100644 (file)
@@ -438,7 +438,7 @@ void AliTPCCorrectionLookupTable::MergePhiTables(const char* files)
   //check of all phi bins are initialised
   for (Int_t iPhi=0; iPhi<fNPhi; ++iPhi) {
     if (!fLookUpDxCorr[iPhi]) {
-      AliError(Form("Phi bin '%d' not initialised from files!",iPhi));
+      AliFatal(Form("Phi bin '%d' not initialised from files!",iPhi));
     }
   }