23def TrigEventInfoRecorderAlgCfg(flags, name, trigEventInfoKey, decoratePFlowInfo, decorateEMTopoInfo, renounceAll=False, primaryVertexInputName="HLT_IDVertex_FS", RhoKey_PFlow = 'HLT_Kt4EMPFlowEventShape', RhoKey_EMTopo = 'HLT_Kt4EMTopoEventShape'):
24 acc = ComponentAccumulator()
25 alg = CompFactory.TrigEventInfoRecorderAlg(name,
26 trigEventInfoKey = trigEventInfoKey,
27 decoratePFlowInfo = decoratePFlowInfo,
28 decorateEMTopoInfo = decorateEMTopoInfo,
29 renounceAll = renounceAll,
30 primaryVertexInputName = primaryVertexInputName,
31 RhoKey_PFlow = RhoKey_PFlow,
32 RhoKey_EMTopo = RhoKey_EMTopo,
34 acc.addEventAlgo(alg, primary=
True)
39 from AthenaMonitoringKernel.GenericMonitoringTool
import GenericMonitoringTool
49 title =
'L1 correlation; delta BC (relative to L1A); Events',
55 'BeforeAfterFlag,otherType',
58 title =
'delta BC vs Other-BC type; delta BC (relative to L1A); Other-BC type',
59 xbins = nbin, xmin = -maxBC-0.5, xmax = maxBC+0.5,
60 ybins = 8, ymin = -0.5, ymax = 7.5)
67 title =
'Type matrix ; L1A type ; Other-BC type',
68 xbins = 8, xmin = -0.5, xmax = 7.5,
69 ybins = 8, ymin = -0.5, ymax = 7.5)
72 'BeforeAfterFlag,l1Accept',
75 title =
'delta BC vs L1A type; delta BC (relative); L1A type',
76 xbins = nbin, xmin = -maxBC-0.5, xmax = maxBC+0.5,
77 ybins = 8, ymin = -0.5, ymax = 7.5)
84 title =
'Offset of earlier BC trigger relative to L1A; delta BC before; Events',
95 title =
'Offset of later BC trigger relative to L1A; delta BC after; Events',
106 title =
'Trigger type of the earlier neighbor BC; Type code; Events',
117 title =
'Trigger type of the later neighbor BC; Type code; Events',
125 'OtherTypeBefore,OtherTypeAfter',
128 title =
'Trigger type before vs after; Earlier BC type; Later BC type',
129 xbins = 8, xmin = -0.5, xmax = 7.5,
130 ybins = 8, ymin = -0.5, ymax = 7.5
135 'BeforeOffset,AfterOffset',
138 title =
'Offset before vs after; delta BC before; delta BC after',
139 xbins = maxBC, xmin = -0.5, xmax = maxBC + 0.5,
140 ybins = maxBC, ymin = -0.5, ymax = maxBC + 0.5
145 'DeltaBCAll,CTPIDAll;MistimeMap_TBP',
146 path=
'EXPERT', type=
'TH2F',
147 title=
'TBP occupancy vs delta BC and CTPID;delta BC (relative to L1A);CTPID',
148 xbins=2*maxBC+1, xmin=-maxBC-0.5, xmax=maxBC+0.5,
149 ybins=512, ymin=-0.5, ymax=511.5
154 'DeltaBCAll_TAP,CTPIDAll_TAP;MistimeMap_TAP',
155 path=
'EXPERT', type=
'TH2F',
156 title=
'TAP occupancy vs delta BC and CTPID;delta BC (relative to L1A);CTPID',
157 xbins=2*maxBC+1, xmin=-maxBC-0.5, xmax=maxBC+0.5,
158 ybins=512, ymin=-0.5, ymax=511.5
163 'CTPID0tbp_m2,CTPIDtbp_m2;PairMap_TBP_DeltaBCm2',
164 path=
'EXPERT', type=
'TH2F',
165 title=
'TBP: CTPID at BC 0 vs CTPID at BC=-2;CTPID at BC=0;CTPID at BC=-2',
166 xbins=512, xmin=-0.5, xmax=511.5,
167 ybins=512, ymin=-0.5, ymax=511.5
170 'CTPID0tbp_m1,CTPIDtbp_m1;PairMap_TBP_DeltaBCm1',
171 path=
'EXPERT', type=
'TH2F',
172 title=
'TBP: CTPID at BC 0 vs CTPID at BC=-1;CTPID at BC=0;CTPID at BC=-1',
173 xbins=512, xmin=-0.5, xmax=511.5,
174 ybins=512, ymin=-0.5, ymax=511.5
177 'CTPID0tbp_p1,CTPIDtbp_p1;PairMap_TBP_DeltaBCp1',
178 path=
'EXPERT', type=
'TH2F',
179 title=
'TBP: CTPID at BC 0 vs CTPID at BC=+1;CTPID at BC=0;CTPID at BC=+1',
180 xbins=512, xmin=-0.5, xmax=511.5,
181 ybins=512, ymin=-0.5, ymax=511.5
184 'CTPID0tbp_p2,CTPIDtbp_p2;PairMap_TBP_DeltaBCp2',
185 path=
'EXPERT', type=
'TH2F',
186 title=
'TBP: CTPID at BC 0 vs CTPID at BC=+2;CTPID at BC=0;CTPID at BC=+2',
187 xbins=512, xmin=-0.5, xmax=511.5,
188 ybins=512, ymin=-0.5, ymax=511.5
192 'CTPID0tap_m2,CTPIDtap_m2;PairMap_TAP_DeltaBCm2',
193 path=
'EXPERT', type=
'TH2F',
194 title=
'TAP: CTPID at BC 0 vs CTPID at BC=-2;CTPID at BC=0;CTPID at BC=-2',
195 xbins=512, xmin=-0.5, xmax=511.5, ybins=512, ymin=-0.5, ymax=511.5
198 'CTPID0tap_m1,CTPIDtap_m1;PairMap_TAP_DeltaBCm1',
199 path=
'EXPERT', type=
'TH2F',
200 title=
'TAP: CTPID at BC 0 vs CTPID at BC=-1;CTPID at BC=0;CTPID at BC=-1',
201 xbins=512, xmin=-0.5, xmax=511.5, ybins=512, ymin=-0.5, ymax=511.5
204 'CTPID0tap_p1,CTPIDtap_p1;PairMap_TAP_DeltaBCp1',
205 path=
'EXPERT', type=
'TH2F',
206 title=
'TAP: CTPID at BC 0 vs CTPID at BC=+1;CTPID at BC=0;CTPID at BC=+1',
207 xbins=512, xmin=-0.5, xmax=511.5, ybins=512, ymin=-0.5, ymax=511.5
210 'CTPID0tap_p2,CTPIDtap_p2;PairMap_TAP_DeltaBCp2',
211 path=
'EXPERT', type=
'TH2F',
212 title=
'TAP: CTPID at BC 0 vs CTPID at BC=+2;CTPID at BC=0;CTPID at BC=+2',
213 xbins=512, xmin=-0.5, xmax=511.5, ybins=512, ymin=-0.5, ymax=511.5