Skip to content
Snippets Groups Projects
Commit 2c1feb4a authored by giacomomagni's avatar giacomomagni
Browse files

minor fixes

parent c2d94019
No related branches found
No related tags found
1 merge request!2035Polarised Jet commondata implementation
......@@ -110,7 +110,7 @@ KINLABEL_LATEX = {
"PHT": ("$\\eta_\\gamma$", "$E_{T,\\gamma}^2 (GeV^2)$", "$\\sqrt{s} (GeV)$"),
"SIA": ("$z$", "$Q^2 (GeV^2)$", "$y$"),
"JET_POL": ("$\\eta$", "$p_T^2 (GeV^2)$", "$\\sqrt{s} (GeV)$"),
"DIJET_POL": ("\\eta", "$\\m_{1,2} (GeV)", "$\\sqrt{s} (GeV)"),
"DIJET_POL": ("$\\m_{1,2} (GeV)", "$\\eta_1$", "$\\eta_2$"),
}
PROCESS_DESCRIPTION_LABEL = {
......@@ -135,8 +135,8 @@ PROCESS_DESCRIPTION_LABEL = {
"EWK_MLL": "Drell-Yan Mass Distribution",
"DIJET": "Dijets Invariant Mass and Rapidity Distribution",
"DYP": "Fixed-Target Drell-Yan",
"JET_POL": "Longitudinal double-spin asymmetry",
"DIJET_POL": "Longitudinal double-spin asymmetry",
"JET_POL": "Inclusive Jet longitudinal double-spin asymmetry",
"DIJET_POL": "Dijets longitudinal double-spin asymmetry",
}
......
......@@ -46,7 +46,7 @@ KIN_LABEL = {
"HIG_RAP": ("y", "M_H2", "sqrts"),
"SIA": ("z", "Q2", "y"),
"JET_POL": ("eta", "pT2", "sqrts"),
"DIJET_POL": ("eta", "m_12", "sqrts"),
"DIJET_POL": ("m_12", "eta_1", "eta_2"),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment