Definition at line 217 of file html.py.
References _allToHP(), and _toHP().
Referenced by html.Page._appendLegend().
219 "btvLike": _btvLegend,
220 "ak4PFJets":
"Tracks from AK4 PF jets (jet corrected pT > 10 GeV)",
221 "allTPEffic": _allTPEfficLegend,
222 "allTPEffic_": _allTPEfficLegend,
223 "allTPEffic_highPurity":
_allToHP(_allTPEfficLegend),
224 "fromPV": _fromPVLegend,
225 "fromPV_": _fromPVLegend,
226 "fromPV_highPurity":
_toHP(_fromPVLegend),
227 "fromPV_Pt09": _fromPVPtLegend,
228 "fromPV_highPurity_Pt09":
_toHP(_fromPVPtLegend),
229 "fromPVAllTP": _fromPVAllTPLegend,
230 "fromPVAllTP_": _fromPVAllTPLegend,
231 "fromPVAllTP_highPurity":
_toHP(_fromPVAllTPLegend),
232 "fromPVAllTP_Pt09": _fromPVAllTPPtLegend,
233 "fromPVAllTP_highPurityPt09":
_toHP(_fromPVAllTPPtLegend),
234 "fromPVAllTP2_": _fromPVAllTP2Legend,
235 "fromPVAllTP2_highPurity":
_toHP(_fromPVAllTP2Legend),
236 "fromPVAllTP2_Pt09": _fromPVAllTPPt2Legend,
237 "fromPVAllTP2_highPurityPt09":
_toHP(_fromPVAllTPPt2Legend),
238 "bhadron_": _bhadronLegend,
239 "bhadron_highPurity":
_allToHP(_bhadronLegend),
240 "bhadron_btvLike": _bhadronLegend.replace(
"All tracks", _btvLegend),