]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
minor fixes (run number in a macro and version number in AliITSRawStreamSDD.cxx)
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 29 Jun 2007 10:14:58 +0000 (10:14 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 29 Jun 2007 10:14:58 +0000 (10:14 +0000)
ITS/AliITSGeoPlot.C
ITS/AliITSRawStreamSDD.cxx

index 1c6c48441bf5a0923306e40c49c45249a5878491..3363f915a441c39ce7d927a07904a827184307b0 100644 (file)
@@ -109,8 +109,9 @@ Int_t AliITSGeoPlot (Int_t evesel=0, char *opt="All+ClustersV2", TString filenam
   // Set OCDB if needed
   AliCDBManager* man = AliCDBManager::Instance();
   if (!man->IsDefaultStorageSet()) {
-    printf("Setting a local default storage\n");
+    printf("Setting a local default storage and run number 0\n");
     man->SetDefaultStorage("local://$ALICE_ROOT");
+    man->SetRun(0);
   }
   else {
     printf("Using deafult storage \n");
index 3d1a0fdb62487d84c28f150f1d7b16d877440325..bdecf5cf1445bb9fdb11f2a9d30e4e7285afaffc 100644 (file)
@@ -13,7 +13,7 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/* $Id*/
+/* $Id$*/
 
 ///////////////////////////////////////////////////////////////////////////////
 ///