Skip to content
Snippets Groups Projects

Add count check for ACTS fast tracking configuration

Merged Carlo Varni requested to merge cvarni/athena:AddCountCheckForFastTracking into main
3 files
+ 104
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -403,6 +403,10 @@ atlas_add_citest( ACTS_CheckObjectCounts_WorkflowHgtd
SCRIPT CheckCountTest.sh ActsCheckObjectCountsHgtd
LOG_IGNORE_PATTERN "Acts.*FindingAlg.*ERROR Propagation reached the step count limit|Acts.*FindingAlg.*ERROR Propagation failed: PropagatorError:. Propagation reached the configured maximum number of steps with the initial parameters|Acts.*FindingAlg.*ERROR CombinatorialKalmanFilter failed: CombinatorialKalmanFilterError:5 Propagation reaches max steps before track finding is finished with the initial parameters|Acts.*FindingAlg.Acts.*ERROR.*SurfaceError:1|Acts.*FindingAlg.*ERROR.*failed.*to.*extrapolate.*track" )
atlas_add_citest( ACTS_CheckObjectCounts_WorkflowFastTracking
SCRIPT CheckCountTest.sh ActsCheckObjectCountsFastTracking
LOG_IGNORE_PATTERN "Acts.*FindingAlg.*ERROR Propagation reached the step count limit|Acts.*FindingAlg.*ERROR Propagation failed: PropagatorError:. Propagation reached the configured maximum number of steps with the initial parameters|Acts.*FindingAlg.*ERROR CombinatorialKalmanFilter failed: CombinatorialKalmanFilterError:5 Propagation reaches max steps before track finding is finished with the initial parameters|Acts.*FindingAlg.Acts.*ERROR.*SurfaceError:1|Acts.*FindingAlg.*ERROR.*failed.*to.*extrapolate.*track" )
#################################################################################
# Muon Phase II CI tests
#################################################################################
Loading