Skip to content
Snippets Groups Projects
Commit 5a46ec0c authored by TJ Khoo's avatar TJ Khoo
Browse files

Insert missing comma

parent 2afd824d
No related branches found
No related tags found
3 merge requests!27980HLT jet chains with Particle Flow in AthenaMT,!27825Restructuring b-jet chains in AthenaMT following Jet trigger changes,!26249Set up trigger jet tracking operations with FTF in AthenaMT
...@@ -143,7 +143,7 @@ def setupMenu(): ...@@ -143,7 +143,7 @@ def setupMenu():
ChainProp(name='HLT_3j200_L1J100', l1SeedThresholds=[''], groups=MultiJetGroup), ChainProp(name='HLT_3j200_L1J100', l1SeedThresholds=[''], groups=MultiJetGroup),
ChainProp(name='HLT_j80_j60_L1J15', l1SeedThresholds=['']*2, groups=MultiJetGroup), ChainProp(name='HLT_j80_j60_L1J15', l1SeedThresholds=['']*2, groups=MultiJetGroup),
ChainProp(name='HLT_j80_0eta240_2j60_320eta490_j0_dijetSEP80j1etSEP0j1eta240SEP80j2etSEP0j2eta240SEP700djmass_L1J20'l1SeedThresholds=['']*3, groups=MultiJetGroup), ChainProp(name='HLT_j80_0eta240_2j60_320eta490_j0_dijetSEP80j1etSEP0j1eta240SEP80j2etSEP0j2eta240SEP700djmass_L1J20', l1SeedThresholds=['']*3, groups=MultiJetGroup),
] ]
TriggerFlags.BjetSlice.signatures = [ TriggerFlags.BjetSlice.signatures = [
......
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