Skip to content

Commit

Permalink
Merge pull request #45705 from rovere/fixHLTTimingCI
Browse files Browse the repository at this point in the history
Fix HLT Timing script for CI
  • Loading branch information
cmsbuild authored Aug 21, 2024
2 parents 34fd7c9 + 3665896 commit daa9c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/HLT_75e33/test/runHLTTiming.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
set -o pipefail

FOLDER_FILES="/data/user/${USER}/"
DATASET="/RelValTTbar_14TeV/CMSSW_14_1_0_pre1-PU_140X_mcRun4_realistic_v2_STD_2026D98_PU-v1/GEN-SIM-DIGI-RAW"
DATASET="/RelValTTbar_14TeV/CMSSW_14_1_0_pre6-PU_141X_mcRun4_realistic_v1_STD_2026D110_PU-v3/GEN-SIM-DIGI-RAW"
FILES=( $(dasgoclient -query="file dataset=${DATASET}" --limit=-1 | sort | head -4) )

for f in ${FILES[@]}; do
Expand Down Expand Up @@ -37,7 +37,7 @@ ALL_FILES="${ALL_FILES%?}"
echo "Discovered files: $ALL_FILES"

cmsDriver.py Phase2 -s L1P2GT,HLT:75e33_timing --processName=HLTX \
--conditions auto:phase2_realistic_T25 --geometry Extended2026D98 \
--conditions auto:phase2_realistic_T33 --geometry Extended2026D110 \
--era Phase2C17I13M9 \
--customise SLHCUpgradeSimulations/Configuration/aging.customise_aging_1000 \
--eventcontent FEVTDEBUGHLT \
Expand Down

0 comments on commit daa9c3d

Please sign in to comment.