]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Enable OADB fall-back
authorcholm <Christian.Holm.Christensen@cern.ch>
Tue, 28 Oct 2014 21:38:33 +0000 (22:38 +0100)
committercholm <Christian.Holm.Christensen@cern.ch>
Tue, 28 Oct 2014 21:38:33 +0000 (22:38 +0100)
PWGLF/FORWARD/analysis2/AliForwardQATask.cxx

index 7dd5401e9aec11d61c8e36e50814b25fde510c75..863fec8bf0cb66272b82919ac74edd27f1d937e5 100644 (file)
@@ -73,6 +73,9 @@ AliForwardQATask::AliForwardQATask(const char* name)
   fEnergyFitter.SetFitRangeBinWidth(4);
   fEnergyFitter.SetMinEntries(1000);
   fCloneList = true;
+
+  // For the QA we always enable fall-back 
+  if (fCorrManager) fCorrManager->SetEnableFallBack(true);
 }
 //____________________________________________________________________
 void