]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGRPPreprocessor.cxx
Reading dummy entry for LTU configuration if the run is in standalone partition.
[u/mrichter/AliRoot.git] / STEER / AliGRPPreprocessor.cxx
index 11d0006786a80e10fa06489b0d93c564452a609f..8ff30685d0464f24cbb8bc80ae7695e4ea5a9966 100644 (file)
@@ -529,8 +529,6 @@ UInt_t AliGRPPreprocessor::Process(TMap* valueMap)
        Log("*************** Processing LTU Configuration");
        
        if (partition.IsNull() && !detector.IsNull()){ // standalone partition
-               Log("STANDALONE partition for current run, not retrieving LTU configuration");
-               /*
                Log("STANDALONE partition for current run, using LTU configuration dummy value");
                AliCDBEntry *cdbEntry = GetFromOCDB("CTP","DummyLTUConfig");
                if (!cdbEntry) {
@@ -553,7 +551,6 @@ UInt_t AliGRPPreprocessor::Process(TMap* valueMap)
                                }
                        }
                }
-               */
        }
 
        else if (!partition.IsNull() && detector.IsNull()){ // global partition