Skip to content

Commit 5634a28

Browse files
authored
[PWGLF] configurable axis for cosine (#9543)
1 parent a03fdb6 commit 5634a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/lambdapolarization.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ struct lambdapolarization {
137137
ConfigurableAxis massAxis{"massAxis", {30, 1.1, 1.13}, "Invariant mass axis"};
138138
ConfigurableAxis ptAxis{"ptAxis", {VARIABLE_WIDTH, 0.2, 0.5, 1.0, 1.5, 2.0, 2.5, 3.0, 4.0, 5.0, 6.5, 8.0, 10.0, 100.0}, "Transverse momentum bins"};
139139
ConfigurableAxis centAxis{"centAxis", {VARIABLE_WIDTH, 0, 5, 10, 20, 30, 40, 50, 60, 70, 80, 100}, "Centrality interval"};
140+
ConfigurableAxis cosAxis{"cosAxis", {110, -1.05, 1.05}, "Cosine axis"};
140141

141142
TF1* fMultPVCutLow = nullptr;
142143
TF1* fMultPVCutHigh = nullptr;
@@ -186,7 +187,6 @@ struct lambdapolarization {
186187

187188
void init(o2::framework::InitContext&)
188189
{
189-
AxisSpec cosAxis = {110, -1.05, 1.05};
190190
AxisSpec centQaAxis = {80, 0.0, 80.0};
191191
AxisSpec PVzQaAxis = {300, -15.0, 15.0};
192192
AxisSpec epAxis = {6, 0.0, 2.0 * constants::math::PI};

0 commit comments

Comments
 (0)