X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FMakeMUONSingleRecoParam.C;h=474a15ef36229b104cc89fd3ac2c98b020fa77ca;hb=59d1837aa8d64fc2ecf1d29771f6ad509bf8091e;hp=cf3ea988a40f3858e030f2cce7b1f509989a85ff;hpb=162637e45086576ffcf0568d28fa43359819765a;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/MakeMUONSingleRecoParam.C b/MUON/MakeMUONSingleRecoParam.C index cf3ea988a40..474a15ef362 100644 --- a/MUON/MakeMUONSingleRecoParam.C +++ b/MUON/MakeMUONSingleRecoParam.C @@ -67,8 +67,7 @@ void MakeMUONSingleRecoParam(Int_t startRun = 0, Int_t endRun = AliCDBRunRange:: param->Print("FULL"); // save RecoParam in CDB - AliMUONCDB cdb; - cdb.WriteToCDB(param, "MUON/Calib/RecoParam", startRun, endRun, "reconstruction parameters for MUON", "Philippe Pillot"); + AliMUONCDB::WriteToCDB(param, "MUON/Calib/RecoParam", startRun, endRun, "reconstruction parameters for MUON", "Philippe Pillot"); }