diff --git a/AtlasTest/CITest/Athena.cmake b/AtlasTest/CITest/Athena.cmake index 4b333777ddb741b2eed02bf7715b1fb44d8c680f..f6703633c5d8fcfb081dc1f86af5ef3e7b100a8b 100755 --- a/AtlasTest/CITest/Athena.cmake +++ b/AtlasTest/CITest/Athena.cmake @@ -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 ################################################################################# diff --git a/Tracking/Acts/ActsConfig/share/ActsCheckObjectCountsFastTracking.ref b/Tracking/Acts/ActsConfig/share/ActsCheckObjectCountsFastTracking.ref new file mode 100644 index 0000000000000000000000000000000000000000..090c321abb83b1c15819786ee0facbc1f1f622af --- /dev/null +++ b/Tracking/Acts/ActsConfig/share/ActsCheckObjectCountsFastTracking.ref @@ -0,0 +1,69 @@ +ActsFastPixelClusterizationAlg INFO Clusterization statistics +|----------|------------| +| RDOs | 3423993 | +| Clusters | 1165578 | +|----------|------------| +ActsFastStripClusterizationAlg INFO Clusterization statistics +|----------|------------| +| RDOs | 1345365 | +| Clusters | 1081478 | +|----------|------------| +ActsFastPixelSpacePointFormationAlg INFO Space Point Formation statistics +|--------------|------------| +| Clusters | 1165578 | +| Space Points | 1165578 | +|--------------|------------| +ActsFastPixelSeedingAlg INFO Seed statistics +|-------------|------------| +| Spacepoints | 1165578 | +| Seeds | 52082 | +|-------------|------------| +ActsFastTrackFindingAlg INFO statistics +|-----------------------------------|------------|------------| +| All eta | PPP | ALL | +|-----------------------------------|------------|------------| +| Input seeds | 52082 | 52082 | +| No track parameters | 0 | 0 | +| Used seeds | 25750 | 25750 | +| Cannot find track | 15241 | 15241 | +| Duplicate seeds | 26332 | 26332 | +| Initial param estimation failed | 0 | 0 | +| CKF tracks | 10509 | 10509 | +| Rejected refined parameters | 0 | 0 | +| selected tracks | 9228 | 9228 | +| Stopped tracks reaching max holes | 13525 | 13525 | +| Seeds with more than one branch | 0 | 0 | +| Tracks failing second CKF | 10 | 10 | +| Stopped tracks below pT cut | 1716 | 1716 | +| Stopped tracks above max eta | 0 | 0 | +| Total shared hits | 46038 | 46038 | +|-----------------------------------|------------|------------| +ActsFastTrackFindingAlg INFO Ratios +|------------------------------------------|------------|------------| +| | PPP | ALL | +|------------------------------------------|------------|------------| +| failed / seeds | 0.292635 | 0.292635 | +| duplication / seeds | 0.505587 | 0.505587 | +| Rejected refined params / seeds | 0 | 0 | +| selected / CKF tracks | 0.878105 | 0.878105 | +| selected tracks / used seeds | 0.358369 | 0.358369 | +| branched tracks / used seeds | 0 | 0 | +| no 2nd CKF / CKF tracks | 0.000951565 | 0.000951565 | +| shared hits / CKF tracks | 4.38082 | 4.38082 | +|------------------------------------------|------------|------------| +| selected / CKF tracks 0.0- 0.5 | 0.899322 | 0.899322 | +| 0.5- 1.0 | 0.917219 | 0.917219 | +| 1.0- 1.5 | 0.868447 | 0.868447 | +| 1.5- 2.0 | 0.764056 | 0.764056 | +| 2.0- 2.5 | 0.929739 | 0.929739 | +| 2.5- 3.0 | 0.836111 | 0.836111 | +| 3.0- 3.5 | 0.877702 | 0.877702 | +| 3.5-+inf | 0.919654 | 0.919654 | +|------------------------------------------|------------|------------| +ActsFastPrdAssociationAlg INFO Prd Map statistics +|-----------------------|------------| +| N. Tracks | 7384 | +| N. Pixel Measurements | 80248 | +| N. Strip Measurements | 31171 | +| N. Hgtd Measurements | 0 | +|-----------------------|------------| diff --git a/Tracking/Acts/ActsConfig/test/ActsCheckObjectCountsFastTracking.sh b/Tracking/Acts/ActsConfig/test/ActsCheckObjectCountsFastTracking.sh new file mode 100755 index 0000000000000000000000000000000000000000..06657b12cb7bcb43ea932c64e33e24da8db9511a --- /dev/null +++ b/Tracking/Acts/ActsConfig/test/ActsCheckObjectCountsFastTracking.sh @@ -0,0 +1,31 @@ +#!/usr/bin/bash +# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration + +# ttbar mu=200 input +input_rdo=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/PhaseIIUpgrade/RDO/ATLAS-P2-RUN4-03-00-00/mc21_14TeV.601229.PhPy8EG_A14_ttbar_hdamp258p75_SingleLep.recon.RDO.e8481_s4149_r14700/RDO.33629020._000047.pool.root.1 +n_events=5 +log_file="reco.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.Acts.+ERROR.+CombinatorialKalmanFilter.+failed:.+CombinatorialKalmanFilterError:5.+Propagation.+reaches.+max.+steps.+before.+track.+finding.+is.+finished.+with.+the.+initial.+parameters,Acts.+FindingAlg.Acts.+ERROR.+failed.+to.+extrapolate.+track" + +export ATHENA_CORE_NUMBER=1 +Reco_tf.py \ + --preExec "flags.Exec.FPE=-1; \ + flags.Tracking.doTruth=False;" \ + --preInclude "InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude,ActsConfig.ActsCIFlags.actsFastWorkflowFlags" \ + --ignorePatterns "${ignore_pattern}" \ + --inputRDOFile ${input_rdo} \ + --outputAODFile AOD.pool.root \ + --maxEvents ${n_events} \ + --multithreaded > ${log_file} 2>&1 + +rc=$? +if [ $rc != 0 ]; then + echo ">>>>>>>>>>>>>>>> Reconstruction step just failed:" + cat ${log_file} + echo ">>>>>>>>>>>>>>>> here is the full log (log.RAWtoALL):" + cat log.RAWtoALL + exit $rc +fi + +ParseActsStatDump.py --inputFile log.RAWtoALL