]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliPreprocessor.cxx
Updated QA classes (Yves)
[u/mrichter/AliRoot.git] / STEER / AliPreprocessor.cxx
index d62f91227082cfd8b5082fcefc907bc01070648a..b3ae32c9fa08c378085fbb5e41b8bd428e8bda05 100644 (file)
@@ -315,14 +315,3 @@ const char* AliPreprocessor::GetRunType()
 
   return fShuttle->GetRunType();
 }
-
-//______________________________________________________________________________________________
-Bool_t AliPreprocessor::GetHLTStatus()
-{
-  // Return HLT status (ON or OFF)
-  // Converts the HLT status from the status string read in the run logbook (not just a bool)
-  // The call is delegated to AliShuttleInterface
-
-  return fShuttle->GetHLTStatus();
-
-}