]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDRec.C
updates to handle both types of calibration objects (online & offline)
[u/mrichter/AliRoot.git] / PMD / AliPMDRec.C
index ec565116845f63066832375fd43f260f04292b87..e6608868977659a24cd4e3dbd775e9fb902f942f 100644 (file)
@@ -2,6 +2,10 @@ void AliPMDRec()
 {
   // This macro for the full reconstruction chain. Only PMD is ON.
   //
+  AliCDBManager * man = AliCDBManager::Instance();
+  man->SetDefaultStorage("local://$ALICE_ROOT");
+  man->SetRun(0);
+
 
   Int_t firstEvent = 0;
   Int_t lastEvent = 1;