Skip to content

Commit df54ba5

Browse files
authored
Merge pull request #193 from alibuild/alibot-cleanup-16495
Please consider the following formatting changes to #16495
2 parents 7f6b3f5 + cd27e4c commit df54ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Flow/Tasks/flowDirectedFlowTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ struct flowDirectedFlowTask {
165165

166166
histos.add("hpResCosAC", "cos(#Psi_{A}-#Psi_{C}) vs centrality", kTH3F, {{centAxis}, {resAxis}, {q1Axis}});
167167
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}});
168+
histos.add("hpResDotAC", "Q_{A}#upoint Q_{C} vs centrality", kTH3F, {{centAxis}, {qAxis}, {q1Axis}});
169169
histos.add("hpQxAQxC", "QxA QxC", kTH2F, {{centAxis}, {resAxis}});
170170
histos.add("hpQyAQyC", "QyA QyC", kTH2F, {{centAxis}, {resAxis}});
171171
histos.add("hpQxAQyC", "QxA QyC", kTH2F, {{centAxis}, {resAxis}});

0 commit comments

Comments
 (0)