]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removing the patch which was added for missing HLT preprocessor
authorrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Sep 2012 20:16:44 +0000 (20:16 +0000)
committerrgrosso <rgrosso@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Sep 2012 20:16:44 +0000 (20:16 +0000)
SHUTTLE/AliShuttle.cxx

index 6541261958b97efa750a6f536053a5b23d1d15c6..d64cc7128817c7ccd71726350fc3921828faeb9a 100644 (file)
@@ -1083,19 +1083,8 @@ Bool_t AliShuttle::ContinueProcessing()
                dynamic_cast<AliPreprocessor*> (fPreprocessorMap.GetValue(fCurrentDetector));
        if (!aPreprocessor)
        {
-           Log("SHUTTLE", Form("ContinueProcessing - %s: no preprocessor registered", fCurrentDetector.Data()));
-           if(fCurrentDetector==TString("HLT")){
-               Log("SHUTTLE", "ContinueProcessing: Fake processing HLT, to avoid pending runs! => temporary, till an HLT preprocessor is made available.");
-               UpdateShuttleLogbook("HLT","DONE");
-               Log(fCurrentDetector, "ContinueProcessing - skipping HLT preprocessor.");
-
-               AliShuttleStatus* status = ReadShuttleStatus();
-               if (!status) {
-                   status = new AliShuttleStatus(AliShuttleStatus::kDone);
-                   WriteShuttleStatus(status);
-               }
-           }
-           return kFALSE;
+               Log("SHUTTLE", Form("ContinueProcessing - %s: no preprocessor registered", fCurrentDetector.Data()));
+               return kFALSE;
        }
 
        AliShuttleLogbookEntry::Status entryStatus =