]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Don't exit preprocessor with error code if time graphs are missing in ExtractCE
authorhaavard <haavard@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Apr 2010 16:19:25 +0000 (16:19 +0000)
committerhaavard <haavard@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Apr 2010 16:19:25 +0000 (16:19 +0000)
TPC/AliTPCPreprocessor.cxx

index 309041ddab8ab8bceebe1a749fcea6c0a72948f8..603bea4858567883c359cc0d50e82188fedc97a9 100644 (file)
@@ -440,7 +440,7 @@ UInt_t AliTPCPreprocessor::Process(TMap* dcsAliasMap)
    // only flag error if CE result is missing from LASER runs
    //    -- for PHYSICS run do CE processing if data available
    
-     if ( runType == kLaserRunType && source != "TRY" ) result += ceResult;
+     if ( runType == kLaserRunType && source != "TRY"  && ceResult<10 ) result += ceResult;
      status = new TParameter<int>("ceResult",ceResult);
      resultArray->Add(status);