Skip to content
Snippets Groups Projects
Commit 62753ff6 authored by Liaoshan Shi's avatar Liaoshan Shi Committed by Frank Winklmeier
Browse files

AFT-737: Add HLT BJets collection in FTAG derivation

AFT-737: Add HLT BJets collection in FTAG derivation
parent 6d4cc5a7
No related branches found
No related tags found
Loading
......@@ -5,6 +5,8 @@ BJetTriggerContent = [
"HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf_BTaggingAux.",
"HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf",
"HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftfAux.",
"HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf_bJets",
"HLT_AntiKt4EMPFlowJets_subresjesgscIS_ftf_bJetsAux.",
"HLT_xAOD__BTaggingContainer_HLTBjetFex",
"HLT_xAOD__BTaggingContainer_HLTBjetFexAux.",
"HLT_xAOD__JetContainer_EFJet",
......
......@@ -69,6 +69,7 @@ def trigger_setup(SlimmingHelper, option=''):
SlimmingHelper.IncludeBPhysTriggerContent = False
SlimmingHelper.IncludeMinBiasTriggerContent = False
if option == 'FTAG2':
SlimmingHelper.IncludeTriggerNavigation = True
SlimmingHelper.IncludeMuonTriggerContent = True
SlimmingHelper.IncludeEGammaTriggerContent = True
SlimmingHelper.IncludeBJetTriggerContent = True
......
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