X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliPreprocessor.cxx;h=c7f65bd706072e6c596dd881aa313b3ba1cc89d4;hb=7a4cf423d3813367de3d3fadef40b8e4ecda5027;hp=048696e796e97b6a120fdfa0ce7f4e7ba1197c33;hpb=ca8ea06628d9610523c2aae773934146ae83e0fb;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliPreprocessor.cxx b/STEER/AliPreprocessor.cxx index 048696e796e..c7f65bd7060 100644 --- a/STEER/AliPreprocessor.cxx +++ b/STEER/AliPreprocessor.cxx @@ -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(); +} +