]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGRPPreprocessor.cxx
The GRP objects will have a bit flagging the "LHC Polarities convention" ON.
[u/mrichter/AliRoot.git] / STEER / AliGRPPreprocessor.cxx
index 923e5a5095ea6d6c95904fcf1c71ea52605e7747..14aa3461b9c30b328c111565733316cb510a19bd 100644 (file)
@@ -698,7 +698,7 @@ Int_t AliGRPPreprocessor::ProcessDcsDPs(TMap* valueMap, AliGRPObject* grpObj)
        nDipoleEntries = ProcessDipoleDPs(valueMap, grpObj);
        nEnvEntries = ProcessEnvDPs(valueMap, grpObj);
        nHallProbesEntries = ProcessHPDPs(valueMap, grpObj);
-
+       grpObj->SetPolarityConventionLHC();  // after the dipole cables swap we comply with LHC convention
        entries = nLHCEntries + nL3Entries + nDipoleEntries + nEnvEntries + nHallProbesEntries;
        return entries;