From: acolla Date: Tue, 18 Dec 2007 17:13:16 +0000 (+0000) Subject: To test the retrieval and storage of raw tag files, return in case of DCS problems... X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=09d9e56b241627cea85ae5beacc8c312f172054e To test the retrieval and storage of raw tag files, return in case of DCS problems has been commented. --- diff --git a/STEER/AliGRPPreprocessor.cxx b/STEER/AliGRPPreprocessor.cxx index 2fd6abe9974..800dcf967f4 100644 --- a/STEER/AliGRPPreprocessor.cxx +++ b/STEER/AliGRPPreprocessor.cxx @@ -127,11 +127,11 @@ UInt_t AliGRPPreprocessor::Process(TMap* valueMap) { TList *dcsdplist = ProcessDcsDPs(valueMap, iStartTime, iStopTime); if(!dcsdplist) { Log(Form("Problem with the DCS data points!!!")); - return 1; + return 1; } if(dcsdplist->GetEntries() != 10) { Log(Form("Problem with the DCS data points!!!")); - return 1; + // return 1; // TODO:COMMENTED FOR TESTING PURPOSES! } //NEEDS TO BE REVISED - BREAKS!!! // AliDCSSensorArray *dcsSensorArray = GetPressureMap(valueMap,fPressure);