Skip to content

Commit

Permalink
another attempt on plot labels, now working
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 16, 2024
1 parent a7d8d54 commit 9925e4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version_comment: "Initial implementation"
implemented_observables:
- observable:
{
description: "ALL as function of $M_{inv}$, OS",
description: 'ALL as function of $M_{inv}$, opposite sign $\eta$ topology',
label: "$A_{LL}$",
units: "",
}
Expand All @@ -43,7 +43,7 @@ implemented_observables:
data_uncertainties:
- uncertainties_OS.yaml
plotting:
dataset_label: "STAR 200 GeV (2009) DIJET $A_{LL}$, opposite sign $\eta$ topology"
dataset_label: 'STAR 200 GeV (2009) DIJET $A_{LL}$, opposite sign $\eta$ topology'
kinematics_override: identity
plot_x: m_jj
x_scale: log
Expand All @@ -55,7 +55,7 @@ implemented_observables:
operation: "ratio"
- observable:
{
description: "ALL as function of $M_{inv}$, SS",
description: 'ALL as function of $M_{inv}$, same sign $\eta$ topology',
label: "$A_{LL}$",
units: "",
}
Expand All @@ -80,7 +80,7 @@ implemented_observables:
data_uncertainties:
- uncertainties_SS.yaml
plotting:
dataset_label: "STAR 200 GeV (2009) DIJET $A_{LL}$, same sign $\eta$ topology"
dataset_label: 'STAR 200 GeV (2009) DIJET $A_{LL}$, same sign $\eta$ topology'
kinematics_override: identity
plot_x: m_jj
x_scale: log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version_comment: "Initial implementation"
implemented_observables:
- observable:
{
description: "ALL as function of $M_{inv}$, opposite sign $\eta$ topology",
description: 'ALL as function of $M_{inv}$, opposite sign $\eta$ topology',
label: "$A_{LL}$",
units: "",
}
Expand All @@ -43,7 +43,7 @@ implemented_observables:
data_uncertainties:
- uncertainties_OS.yaml
plotting:
dataset_label: "STAR 200 GeV (2015) DIJET $A_{LL}$, opposite sign $\eta$ topology"
dataset_label: 'STAR 200 GeV (2015) DIJET $A_{LL}$, opposite sign $\eta$ topology'
kinematics_override: identity
plot_x: m_jj
x_scale: log
Expand All @@ -55,7 +55,7 @@ implemented_observables:
operation: "ratio"
- observable:
{
description: "ALL as function of $M_{inv}$, same sign $\eta$ topology",
description: 'ALL as function of $M_{inv}$, same sign $\eta$ topology',
label: "$A_{LL}$",
units: "",
}
Expand All @@ -80,7 +80,7 @@ implemented_observables:
data_uncertainties:
- uncertainties_SS.yaml
plotting:
dataset_label: "STAR 200 GeV (2015) DIJET $A_{LL}$, same sign $\eta$ topology"
dataset_label: 'STAR 200 GeV (2015) DIJET $A_{LL}$, same sign $\eta$ topology'
kinematics_override: identity
plot_x: m_jj
x_scale: log
Expand Down

0 comments on commit 9925e4d

Please sign in to comment.