]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/QA/Save2OCDB.C
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / test / QA / Save2OCDB.C
index d1c8ddf06363ce7daa899e1c99a6900ca006c389..b5e39138ecc1af2ad4711eafc01d15374d1eba96 100644 (file)
@@ -4,7 +4,7 @@ void Save2OCDB(Int_t runNumber=0)
   const char * kYear = "08" ; 
   // where ? 
   //AliQA::SetQARefStorage(Form("%s%s/", AliQA::GetQARefDefaultStorage(), kYear)) ;
-  AliQA::SetQARefStorage("local://$ALICE_ROOT") ;
+  AliQA::SetQARefStorage("local://$ALICE_ROOT/OCDB") ;
   AliQA::SetQARefDataDirName(AliQA::kMONTECARLO) ; //RUN_TYPE
   AliQADataMakerSteer qas ; 
   qas.Save2OCDB(runNumber) ;