Skip to content
Snippets Groups Projects
Commit b0183320 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'trfartplots-run' into 'main'

TrfTestsARTPlots: properly pass 'runNumber' with MC which is actually the MC channel number

See merge request atlas/athena!68075
......@@ -16,7 +16,7 @@ Reco_tf.py --CA "all:True" "RDOtoRDOTrigger:False" \
--athenaopts "HITtoRDO:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "RDOtoRDOTrigger:--threads=0 --nprocs=${ATHENA_CORE_NUMBER}" "RAWtoALL:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" \
--preExec 'HITtoRDO:flags.Exec.FPE=10' 'RAWtoALL:flags.Exec.FPE=10' \
--postExec 'RDOtoRDOTrigger:from AthenaAuditors.AthenaAuditorsConf import FPEAuditor;FPEAuditor.NStacktracesOnFPE=10;' \
--runNumber=310000 \
--runNumber=410470 \
--DataRunNumber=310000 \
--maxEvents 2000
......@@ -31,7 +31,7 @@ Reco_tf.py --CA \
--outputAODFile myAOD.pool.root \
--athenaopts "HITtoRDO:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "RDOtoRDOTrigger:--threads=0 --nprocs=${ATHENA_CORE_NUMBER}" "RAWtoALL:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" \
--preExec 'flags.Exec.FPE=10' \
--runNumber=310000 \
--runNumber=410470 \
--DataRunNumber=310000 \
--maxEvents 2000
rcfail=$?
......
......@@ -17,7 +17,7 @@ Reco_tf.py --CA \
--outputAODFile myAOD.pool.root \
--athenaopts "HITtoRDO:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "RDOtoRDOTrigger:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "RAWtoALL:--threads=${ATHENA_CORE_NUMBER} --nprocs=0" "AODtoDAOD:--threads=0 --nprocs=${ATHENA_CORE_NUMBER}" \
--preExec 'flags.Exec.FPE=10' \
--runNumber=410000 \
--runNumber=601229 \
--DataRunNumber=410000 \
--maxEvents 1000
......
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