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

Merge branch 'ATR-24734v2_dzanzi' into 'master'

Configuration of new ZDC trigger (ATR-24734)

Closes ATR-24734

See merge request !49596
parents c92c6b20 03ff0cc9
No related branches found
No related tags found
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!49596Configuration of new ZDC trigger (ATR-24734)
......@@ -78,7 +78,7 @@ class MonitorDef:
'BPTX0', 'BPTX1',
'LUCID_A', 'LUCID_C',
'J20', 'MU3V', 'TE50', 'XE35', 'XE50',
'ZDC_A', 'ZDC_C', 'ZDC_AND',
'ZDC_0', 'ZDC_1', 'ZDC_2',
'MBTS_A', 'MBTS_C',
'MBTS_A0', 'MBTS_A1', 'MBTS_A2', 'MBTS_A3', 'MBTS_A4', 'MBTS_A5', 'MBTS_A6', 'MBTS_A7',
'MBTS_A8', 'MBTS_A9', 'MBTS_A10', 'MBTS_A11', 'MBTS_A12', 'MBTS_A13', 'MBTS_A14', 'MBTS_A15',
......
......@@ -321,9 +321,9 @@ class ThresholdDef:
## ZDC
NimThreshold('ZDC_A', 'ZDC')
NimThreshold('ZDC_C', 'ZDC')
NimThreshold('ZDC_AND', 'ZDC')
NimThreshold('ZDC_0', 'ZDC')
NimThreshold('ZDC_1', 'ZDC')
NimThreshold('ZDC_2', 'ZDC')
## BCM
......
......@@ -46,7 +46,7 @@ legacyThresholds = [
"BCM_AtoC", "BCM_CtoA", "BCM_Wide", "BCM_Comb",
"BPTX0", "BPTX1",
"LUCID_A", "LUCID_C",
"ZDC_A", "ZDC_C", "ZDC_AND",
"ZDC_0", "ZDC_1", "ZDC_2",
"AFP_NSA", "AFP_FSA", "AFP_FSA_TOF_T0", "AFP_FSA_TOF_T1", "AFP_FSA_TOF_T2", "AFP_FSA_TOF_T3",
"AFP_NSC", "AFP_FSC", "AFP_FSC_TOF_T0", "AFP_FSC_TOF_T1", "AFP_FSC_TOF_T2", "AFP_FSC_TOF_T3",
......
......@@ -34,7 +34,7 @@ def defineInputsMenu():
'BPTX0','BPTX1', # 2x BPTX
'LUCID_A', 'LUCID_C', # 2x LUCID
(None,4),
'ZDC_A', 'ZDC_C', 'ZDC_AND', # 3x ZDC
'ZDC_0', 'ZDC_1', 'ZDC_2', # 3x ZDC
'CAL0','CAL1','CAL2', # 3 x CALREQ
]
},
......
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