]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Release the error of DAQ FXS for physics run also
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Nov 2009 15:53:15 +0000 (15:53 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Nov 2009 15:53:15 +0000 (15:53 +0000)
TRD/AliTRDPreprocessor.cxx

index 2f5041728564d4454d19ccd86d8dd85efd31d85f..a881aded58bc9596249c54f9e4109859f72999fe 100644 (file)
@@ -127,7 +127,8 @@ UInt_t AliTRDPreprocessor::Process(TMap* dcsAliasMap)
       } 
       // DAQ if HLT failed
       if(!fVdriftHLT) {
-       if(ExtractDriftVelocityDAQ()) return 1; // for testing!
+       //if(ExtractDriftVelocityDAQ()) return 1; 
+       ExtractDriftVelocityDAQ(); // for testing!
       }
     }
   }
@@ -1079,4 +1080,4 @@ UInt_t AliTRDPreprocessor::ProcessDCSConfigData()
 
   Log("SUCCESS: Processing of the DCS config summary file DONE.");  
   return 0;
-}
+}
\ No newline at end of file