From 09d9e56b241627cea85ae5beacc8c312f172054e Mon Sep 17 00:00:00 2001 From: acolla Date: Tue, 18 Dec 2007 17:13:16 +0000 Subject: [PATCH] To test the retrieval and storage of raw tag files, return in case of DCS problems has been commented. --- STEER/AliGRPPreprocessor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.31.1