]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MakeMUONRecoParamArray.C
Changes required in QA for the amoreQAshifter agent; change units of titles from...
[u/mrichter/AliRoot.git] / MUON / MakeMUONRecoParamArray.C
index 4190c9d6e2974f5128e1acc0437c8ce7006608f7..b8cfd70e04fd102f8b8434830bb01e9d3b9c3803 100644 (file)
@@ -99,8 +99,7 @@ void MakeMUONRecoParamArray(Int_t startRun = 0, Int_t endRun = AliCDBRunRange::I
   }
   
   // save RecoParam in CDB
-  AliMUONCDB cdb;
-  cdb.WriteToCDB(&recoParams, "MUON/Calib/RecoParam", startRun, endRun, "reconstruction parameters for MUON", "Philippe Pillot");
+  AliMUONCDB::WriteToCDB(&recoParams, "MUON/Calib/RecoParam", startRun, endRun, "reconstruction parameters for MUON", "Philippe Pillot");
   
 }