]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliCDBManager.cxx
When unsetting the default storage clear the run-number, the fRaw flag and the first...
[u/mrichter/AliRoot.git] / STEER / AliCDBManager.cxx
index fb981715b6bd957f9acc52477692c77fa81bb164..bc3f46ea1eda9544664caf478e5a2ec63f5f4fe8 100644 (file)
@@ -505,6 +505,9 @@ void AliCDBManager::UnsetDefaultStorage() {
                AliWarning("Clearing cache!");
                ClearCache();
        }
+
+       fRun = fStartRunLHCPeriod = fEndRunLHCPeriod = -1;
+       fRaw = kFALSE;
        
        fDefaultStorage = 0x0;
 }