Definition at line 227 of file html.py.
229 "btvLike": _btvLegend,
230 "ak4PFJets":
"Tracks from AK4 PF jets (jet corrected pT > 10 GeV)",
231 "allTPEffic": _allTPEfficLegend,
232 "allTPEffic_": _allTPEfficLegend,
233 "allTPEffic_highPurity":
_allToHP(_allTPEfficLegend),
234 "fromPV": _fromPVLegend,
235 "fromPV_": _fromPVLegend,
236 "fromPV_highPurity":
_toHP(_fromPVLegend),
237 "fromPV_Pt09": _fromPVPtLegend,
238 "fromPV_highPurity_Pt09":
_toHP(_fromPVPtLegend),
239 "fromPVAllTP": _fromPVAllTPLegend,
240 "fromPVAllTP_": _fromPVAllTPLegend,
241 "fromPVAllTP_highPurity":
_toHP(_fromPVAllTPLegend),
242 "fromPVAllTP_Pt09": _fromPVAllTPPtLegend,
243 "fromPVAllTP_highPurityPt09":
_toHP(_fromPVAllTPPtLegend),
244 "fromPVAllTP2_": _fromPVAllTP2Legend,
245 "fromPVAllTP2_highPurity":
_toHP(_fromPVAllTP2Legend),
246 "fromPVAllTP2_Pt09": _fromPVAllTPPt2Legend,
247 "fromPVAllTP2_highPurityPt09":
_toHP(_fromPVAllTPPt2Legend),
248 "bhadron_": _bhadronLegend,
249 "bhadron_highPurity":
_allToHP(_bhadronLegend),
250 "bhadron_btvLike": _bhadronLegend.replace(
"All tracks", _btvLegend),
References _allToHP(), and _toHP().
Referenced by html.Page._appendLegend().