Skip to content
Snippets Groups Projects
Commit 06c3e70b authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master_TrigBphysMonitoring_updateLegacyContainer' into 'master'

Update legacy monitoring for B-physics trigger - ATR-19999

See merge request atlas/athena!34546
parents 95dd0137 fb93b765
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,12 @@ primary_bphys = [
if TriggerFlags.EDMDecodingVersion == 3 :
monitoring_bphys = [
'HLT_2mu10_bJpsimumu_L12MU10',
'HLT_2mu10_bUpsimumu_L12MU10',
'HLT_2mu4_bJpsimumu_L12MU4',
'HLT_2mu4_bUpsimumu_L12MU4',
'HLT_2mu4_bDimu_L12MU4',
]
primary_bphys = [
'HLT_2mu10_bJpsimumu_L12MU10',
'HLT_2mu4_bDimu_L12MU4',
]
primary_bphys_pp = primary_bphys
......
......@@ -19,7 +19,7 @@ containers = [
]
if TriggerFlags.EDMDecodingVersion == 3 :
# will add the MT version of TrigBphys containers once they are available in EDM
containers = [ "TrigBphysDimu", "TrigBphysEFDimu" ]
containers = [ "HLT_DimuEF" ]
DetailedChains = {
"BMuMu" : 'HLT_(2mu[0-9]+|mu[0-9]+_?mu[0-9]+)_(bDimu|bJpsimumu)(_L1[0-9]?MU[0-9]+)?',
......
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