]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Default run number -1 (Cvetan)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Apr 2006 15:38:23 +0000 (15:38 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Apr 2006 15:38:23 +0000 (15:38 +0000)
STEER/AliCDBManager.cxx

index 6b0cf000ec32369184398c747debd28d11cff53c..9551edeeea43c27498d7c898fc6a6f8ca7cc1436 100644 (file)
@@ -76,7 +76,7 @@ AliCDBManager::AliCDBManager():
        fDefaultStorage(NULL),
        fDrainStorage(NULL),
        fCache(kFALSE),
-       fRun(0)
+       fRun(-1)
 {
 // default constuctor
        fFactories.SetOwner(1);