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