From: shahoian Date: Tue, 8 Sep 2009 22:40:04 +0000 (+0000) Subject: Restore the changes from rev. 34587 X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=0c9762281b090477fb4918515e9c2248c50ab46d Restore the changes from rev. 34587 --- diff --git a/STEER/AliGRPManager.cxx b/STEER/AliGRPManager.cxx index cc56130afe2..229b6357492 100644 --- a/STEER/AliGRPManager.cxx +++ b/STEER/AliGRPManager.cxx @@ -151,8 +151,9 @@ Bool_t AliGRPManager::SetMagField() beamEnergy = 0; //ok = kFALSE; // temprorary suppressed to make read cosmics data } - beamEnergy /= 120E3; // energy is provided in MeV*120 - + // LHC: "multiply by 120 to get the energy in MeV" + beamEnergy *= 0.120; + // read special bits for the polarity convention and map type Int_t polConvention = fGRPData->IsPolarityConventionLHC() ? AliMagF::kConvLHC : AliMagF::kConvDCS2008; Bool_t uniformB = fGRPData->IsUniformBMap();