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