]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/merge/backgr/rec.C
Using specific VZERO OCDB entry for Pb-Pb simulation/reconstruction.
[u/mrichter/AliRoot.git] / test / merge / backgr / rec.C
index c59bc7dee169bcea427b5b9be63534ae5c67612f..2cf693dff7ee205bf6ca51be6b1e8a7f7eb3f835 100644 (file)
@@ -7,6 +7,8 @@ void rec() {
   reco.SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   reco.SetSpecificStorage("GRP/GRP/Data",
                          Form("local://%s",gSystem->pwd()));
+  reco.SetSpecificStorage("VZERO/Calib/Data",
+                         "local://$ALICE_ROOT/OCDB/VZERO/PbPb");
   reco.SetRunPlaneEff(kTRUE);
  
   TStopwatch timer;