]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliPreprocessor.cxx
Calorimeter filtering task added, Pi0 calibration task also do filtering if requested...
[u/mrichter/AliRoot.git] / STEER / AliPreprocessor.cxx
index 048696e796e97b6a120fdfa0ce7f4e7ba1197c33..c7f65bd706072e6c596dd881aa313b3ba1cc89d4 100644 (file)
@@ -408,3 +408,22 @@ Bool_t AliPreprocessor::AliPreprocessor::ProcessRunType()
        Log("Run type not found. Skipping this run.");
        return kFALSE;
 }
+//______________________________________________________________________________________________
+UInt_t AliPreprocessor::GetStartTimeDCSQuery()
+{
+       // Return Start Time for the DCS query
+       //
+       // The call is delegated to AliShuttleInterface
+
+       return fShuttle->GetStartTimeDCSQuery();
+}
+//______________________________________________________________________________________________
+UInt_t AliPreprocessor::GetEndTimeDCSQuery()
+{
+       // Return End Time for the DCS query
+       //
+       // The call is delegated to AliShuttleInterface
+
+       return fShuttle->GetEndTimeDCSQuery();
+}
+