We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f6b3f5 + cd27e4c commit df54ba5Copy full SHA for df54ba5
1 file changed
PWGCF/Flow/Tasks/flowDirectedFlowTask.cxx
@@ -165,7 +165,7 @@ struct flowDirectedFlowTask {
165
166
histos.add("hpResCosAC", "cos(#Psi_{A}-#Psi_{C}) vs centrality", kTH3F, {{centAxis}, {resAxis}, {q1Axis}});
167
histos.add("hpDotAC", "Q_{A}#upoint Q_{C} vs centrality", kTH3F, {{centAxis}, {qAxis}, {q1Axis}});
168
- histos.add("hpResDotAC", "Q_{A}#upoint Q_{C} vs centrality", kTH3F, {{centAxis}, {qAxis}, {q1Axis}});
+ histos.add("hpResDotAC", "Q_{A}#upoint Q_{C} vs centrality", kTH3F, {{centAxis}, {qAxis}, {q1Axis}});
169
histos.add("hpQxAQxC", "QxA QxC", kTH2F, {{centAxis}, {resAxis}});
170
histos.add("hpQyAQyC", "QyA QyC", kTH2F, {{centAxis}, {resAxis}});
171
histos.add("hpQxAQyC", "QxA QyC", kTH2F, {{centAxis}, {resAxis}});
0 commit comments