Skip to content
Snippets Groups Projects
Commit f1b36c1d authored by John Derek Chapman's avatar John Derek Chapman
Browse files

Merge branch 'ART-new-L1CaloSim-data' into '21.3'

Add ART tests on data with rerunLVL1PhaseI

See merge request atlas/athena!22150
parents 5c16b6f0 02b5e56e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# art-description: MC v8 TriggerTest on data with rerunLVL1PhaseI=True
# art-type: build
# art-include: 21.3/Athena
# art-output: HLTChain.txt
# art-output: HLTTE.txt
# art-output: L1AV.txt
# art-output: HLTconfig_*.xml
# art-output: L1Topoconfig*.xml
# art-output: LVL1config*.xml
# art-output: *.log
# art-output: costMonitoring_*
# art-output: *.root
# art-output: ntuple.pmon.gz
# art-output: *perfmon*
# art-output: TotalEventsProcessed.txt
# art-output: *.regtest.new
export NAME="data_mc_pp_v8_rerunLVL1PhaseI_build"
export MENU="MC_pp_v8"
export EVENTS="100"
export INPUT="data"
export EXTRA="rerunLVL1PhaseI=True;"
# The flag below skips HLTTE and L1 counts checks, but keeps the HLTChain counts check.
# This is needed because we run on data without rerunLvl1, so we only produce HLTChain counts.
export SKIP_CHAIN_DUMP=2
source exec_athena_art_trigger_validation.sh
source exec_art_triggertest_post.sh
#!/bin/bash
# art-description: MC v8 TriggerTest on data with rerunLVL1PhaseI=True
# art-type: grid
# art-include: 21.3/Athena
# art-output: HLTChain.txt
# art-output: HLTTE.txt
# art-output: L1AV.txt
# art-output: HLTconfig_*.xml
# art-output: L1Topoconfig*.xml
# art-output: LVL1config*.xml
# art-output: *.log
# art-output: costMonitoring_*
# art-output: *.root
# art-output: ntuple.pmon.gz
# art-output: *perfmon*
# art-output: TotalEventsProcessed.txt
# art-output: *.regtest.new
export NAME="data_mc_pp_v8_rerunLVL1PhaseI_grid"
export MENU="MC_pp_v8"
export EVENTS="500"
export INPUT="data"
export EXTRA="rerunLVL1PhaseI=True;"
# The flag below skips HLTTE and L1 counts checks, but keeps the HLTChain counts check.
# This is needed because we run on data without rerunLvl1, so we only produce HLTChain counts.
export SKIP_CHAIN_DUMP=2
source exec_athena_art_trigger_validation.sh
source exec_art_triggertest_post.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment