]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
do not use the AliGRPManager until bug
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 7 Nov 2009 10:28:58 +0000 (10:28 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 7 Nov 2009 10:28:58 +0000 (10:28 +0000)
https://savannah.cern.ch/bugs/index.php?58403 is fixed

HLT/exa/makeGRPObject.C

index feaad0a8ab2edf2fe7730360a63139e8c21e1d35..95d7e854d288ef1d6840c0fb75069c28dfb66710 100644 (file)
@@ -76,9 +76,11 @@ void makeGRPObject(float l3Current,
   grpObj->SetPolarityConventionLHC();                    // LHC convention +/+ current -> -/- field main components
 
   if (bVerbose) {
-    AliGRPManager grpman;
-    grpman.SetGRPEntry(grpObj);
-    grpman.SetMagField();
+    // do not use the AliGRPManager until bug
+    // https://savannah.cern.ch/bugs/index.php?58403 is fixed
+//     AliGRPManager grpman;
+//     grpman.SetGRPEntry(grpObj);
+//     grpman.SetMagField();
   }
 
   // write object to OCDB