diff --git a/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80.py b/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80.py index 3e245532abfa3e47ad528452aba55054b9c4375d..52c412a27cbd00bdf31f0c434e1c2beae5645afd 100755 --- a/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80.py +++ b/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80.py @@ -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) diff --git a/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_mt.py b/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_mt.py index c405eab7dc6d28c479b4fd2d2b5d7d8bc71f8ddc..6b7587ffe18d4d36397c79e4baa76e99428cdba4 100755 --- a/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_mt.py +++ b/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_mt.py @@ -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) diff --git a/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_mt2.py b/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_mt2.py index 284d2f4d37406dba3d485a6dfb2c2ac25b6c772d..582cb2cc0c5c14960ab097eb02ebdb3a8f75fb3f 100755 --- a/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_mt2.py +++ b/Trigger/TrigValidation/TrigInDetValidation/test/test_trigID_all_ttbar_pu80_mt2.py @@ -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)