]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
To test the retrieval and storage of raw tag files, return in case of DCS problems...
authoracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Dec 2007 17:13:16 +0000 (17:13 +0000)
committeracolla <acolla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Dec 2007 17:13:16 +0000 (17:13 +0000)
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);