]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
change beamebergy value due to changes in AliZDCRecoParamPbPb (rev 45031, https:...
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Nov 2010 12:54:54 +0000 (12:54 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Nov 2010 12:54:54 +0000 (12:54 +0000)
HLT/ZDC/AliHLTZDCESDRecoComponent.cxx

index 9fa52ea51344c9ee61f8c2c39daa98e457a2585f..ce51b625a5cac4e029650b2e91dd4da847d99592 100644 (file)
@@ -166,7 +166,7 @@ int AliHLTZDCESDRecoComponent::DoInit( int argc, const char** argv )
     else HLTWarning(" Beam type not known by ZDC!");
   
 
-    fReconstructor->Init(beamType, beamEnergy/2);
+    fReconstructor->Init(beamType, beamEnergy);
   }
 
   return iResult;