|
13 | 13 | 'MET': '\ensuremath{E_{\mathrm{T}}^{\mathrm{miss}}}', |
14 | 14 | 'HT': '\ensuremath{H_{\mathrm{T}}}', |
15 | 15 | 'ST': '\ensuremath{S_{\mathrm{T}}}', |
16 | | - 'MT': '\ensuremath{M^{\mathrm{W}}_{\mathrm{T}}}', |
17 | | - 'WPT': '\ensuremath{p^\mathrm{W}_{\mathrm{T}}}' |
| 16 | + 'WPT': '\ensuremath{p^{\mathrm{W}}_{\mathrm{T}}}', |
| 17 | + 'MT': '\ensuremath{M^{\mathrm{W}}_{\mathrm{T}}}' |
18 | 18 | } |
19 | 19 |
|
20 | 20 | ttBarLatex = '$\mathrm{t}\\bar{\mathrm{t}}$' |
21 | 21 |
|
22 | 22 | measurements_latex = {'unfolded': 'unfolded', |
23 | 23 | 'measured': 'measured', |
24 | | - 'MADGRAPH': 'Madgraph Pythia', |
| 24 | + 'MADGRAPH': 'Madgraph Pythia6', |
25 | 25 | 'MADGRAPH_ptreweight': 'Madgraph+$p_\mathrm{T}$ reweighting', |
26 | | - 'MCATNLO': 'MC@NLO Herwig', |
| 26 | + 'MCATNLO': 'MC@NLO Herwig6', |
27 | 27 | 'powheg_v1_pythia': 'Powheg (v1) Pythia6', |
28 | 28 | 'powheg_v2_pythia': 'Powheg (v2) Pythia6', |
29 | | - 'powheg_v1_herwig': 'Powheg (v1) Herwig', |
30 | | - 'powheg_v2_herwig': 'Powheg (v2) Herwig++', |
| 29 | + 'powheg_v1_herwig': 'Powheg (v1) Herwig6', |
| 30 | + 'powheg_v2_herwig': 'Powheg (v2) Herwig6', |
31 | 31 | 'matchingdown': 'Matching down', |
32 | 32 | 'matchingup': 'Matching up', |
33 | 33 | 'scaledown': '$Q^{2}$ down', |
|
110 | 110 |
|
111 | 111 | typical_systematics_latex = {"typical_systematics_electron": "Electron trigger efficiency \& electron selection", |
112 | 112 | "typical_systematics_muon": "Muon trigger efficiency \& muon selection", |
113 | | - "typical_systematics_btagging": "btagging", |
| 113 | + "typical_systematics_btagging": "b-tagging", |
114 | 114 | "typical_systematics_JES": "Jet Energy Scale", |
115 | 115 | "typical_systematics_JER": "Jet Energy Resolution", |
116 | | - "typical_systematics_PU": "pileup", |
117 | | - "typical_systematics_hadronisation": "hadronisation", |
| 116 | + "typical_systematics_PU": "Pileup", |
| 117 | + "typical_systematics_hadronisation": "Hadronisation", |
118 | 118 | "typical_systematics_QCD_shape": "QCD shape", |
119 | 119 | "typical_systematics_PDF": "PDF uncertainties", |
120 | | - "typical_systematics_top_mass": "top mass", |
| 120 | + "typical_systematics_top_mass": "Top mass", |
121 | 121 | "typical_systematics_theoretical": "Theoretical systematics", |
122 | 122 | 'typical_systematics_background_other': 'Background (other)', |
123 | | - 'typical_systematics_MET': '$E_{T}^{miss}$ uncertainties', |
| 123 | + 'typical_systematics_MET': '$E_{\mathrm{T}}^{\mathrm{miss}}$ uncertainties', |
124 | 124 | 'typical_systematics_pt_reweight': '$p_\mathrm{T}$ reweighting' |
125 | 125 | } |
126 | 126 |
|
|
0 commit comments