Skip to content
Snippets Groups Projects
Commit 95d65a90 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'master-TIDV-art16' into 'master'

TrigInDetValidation: Add fullscan plots to ttbar_pu80 jobs

See merge request atlas/athena!35666
parents 5f42d62c c93712d4
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,11 @@ comp8.flag='EFele'
comp8.test='ttbar'
test.check_steps.append(comp8)
comp9=TrigInDetCompStep('Comp_L2FS')
comp9.flag='L2FS'
comp9.test='ttbar'
test.check_steps.append(comp9)
# CPU cost steps
cpucost=TrigInDetCpuCostStep('CpuCostStep1')
test.check_steps.append(cpucost)
......
......@@ -119,6 +119,11 @@ comp8.flag='EFele'
comp8.test='ttbar'
test.check_steps.append(comp8)
comp9=TrigInDetCompStep('Comp_L2FS')
comp9.flag='L2FS'
comp9.test='ttbar'
test.check_steps.append(comp9)
# CPU cost steps
cpucost=TrigInDetCpuCostStep('CpuCostStep1')
test.check_steps.append(cpucost)
......
......@@ -119,6 +119,11 @@ comp8.flag='EFele'
comp8.test='ttbar'
test.check_steps.append(comp8)
comp9=TrigInDetCompStep('Comp_L2FS')
comp9.flag='L2FS'
comp9.test='ttbar'
test.check_steps.append(comp9)
# CPU cost steps
cpucost=TrigInDetCpuCostStep('CpuCostStep1')
test.check_steps.append(cpucost)
......
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