From: zampolli Date: Fri, 23 May 2008 15:47:02 +0000 (+0000) Subject: Changing DAQ logbook entry name time_start --> DAQ_time_start, time_end --> DAQ_time_end. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=833efe226ab1f61fcb988772df33afc78d547edc;p=u%2Fmrichter%2FAliRoot.git Changing DAQ logbook entry name time_start --> DAQ_time_start, time_end --> DAQ_time_end. --- diff --git a/STEER/AliGRPPreprocessor.cxx b/STEER/AliGRPPreprocessor.cxx index e776ec955ab..ffa7b34562e 100644 --- a/STEER/AliGRPPreprocessor.cxx +++ b/STEER/AliGRPPreprocessor.cxx @@ -269,8 +269,8 @@ TMap *AliGRPPreprocessor::ProcessDaqLB() { //Getting the DAQ lb information - const char* timeStart = GetRunParameter("time_start"); - const char* timeEnd = GetRunParameter("time_end"); + const char* timeStart = GetRunParameter("DAQ_time_start"); + const char* timeEnd = GetRunParameter("DAQ_time_end"); const char* beamEnergy = GetRunParameter("beamEnergy"); const char* beamType = GetRunParameter("beamType"); const char* numberOfDetectors = GetRunParameter("numberOfDetectors");