]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Allowing setting specific storage also when the default storage is "raw://" and the
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Dec 2009 14:55:10 +0000 (14:55 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Dec 2009 14:55:10 +0000 (14:55 +0000)
correct final path is postponed to when the run number is set.

STEER/AliCDBManager.cxx

index 70695d781fb10ded918c193dc57d1d4797da9bbd..d60fe47444191dbf457629abc93d8f5be2e1acab 100644 (file)
@@ -529,7 +529,7 @@ void AliCDBManager::SetSpecificStorage(const char* calibType, AliCDBParam* param
 // calibType must be a valid CDB path! (3 level folder structure)
 
 
-       if(!fDefaultStorage) {
+       if(!fDefaultStorage && !fRaw) {
                AliError("Please activate a default storage first!");
                return;
        }