]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix
authorcoppedis <coppedis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2011 14:09:55 +0000 (14:09 +0000)
committercoppedis <coppedis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2011 14:09:55 +0000 (14:09 +0000)
ZDC/AliZDCReconstructor.cxx

index 279004930bd2a8344f8117934e38bdb8bf0d21f4..ca749fed73323b185f31637097d24d69c00cc9b9 100644 (file)
@@ -123,9 +123,9 @@ void AliZDCReconstructor::Init()
   AliCDBEntry *entry = AliCDBManager::Instance()->Get("GRP/Calib/LHCClockPhase"); 
   if (!entry) AliFatal("LHC clock-phase shift is not found in OCDB !");
   AliLHCClockPhase *phaseLHC = (AliLHCClockPhase*)entry->GetObject();
-  // 4/2/2011 According to A. Di Mauro BEAM 2 measurement is more reliable 
-  // than BEAM1 and therefore laso than the average of the 2
-  fMeanPhase = phaseLHC->GetMeanPhaseB2();
+  // 4/2/2011 According to A. Di Mauro BEAM1 measurement is more reliable 
+  // than BEAM2 and therefore also than the average of the 2
+  fMeanPhase = phaseLHC->GetMeanPhaseB1();
     
   if(fIsCalibrationMB==kFALSE)  
     printf("\n\n ***** ZDC reconstruction initialized for %s @ %1.0f + %1.0f GeV *****\n\n",