]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGRPPreprocessor.cxx
To test the retrieval and storage of raw tag files, return in case of DCS problems...
[u/mrichter/AliRoot.git] / STEER / AliGRPPreprocessor.cxx
index 2fd6abe997428d83568c39c317a4426188307aa4..800dcf967f4e10c60d7a4faf22530e9e04bcecb5 100644 (file)
@@ -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);