We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82310a commit f523055Copy full SHA for f523055
1 file changed
PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx
@@ -2186,8 +2186,8 @@ struct HStrangeCorrelation {
2186
continue;
2187
float efficiency = 1.0f;
2188
float purity = 1.0f;
2189
- histos.fill(HIST("hDCAzAssocHadron"), assoc.dcaZ(), assoc.pt());
2190
- histos.fill(HIST("hDCAxyAssocHadron"), assoc.dcaXY(), assoc.pt());
+ histos.fill(HIST("hDCAzAssociatedHadron"), assoc.dcaZ(), assoc.pt());
+ histos.fill(HIST("hDCAxyAssociatedHadron"), assoc.dcaXY(), assoc.pt());
2191
if (efficiencyFlags.applyEfficiencyCorrection) {
2192
efficiency = hEfficiencyHadron->Interpolate(assoc.pt(), assoc.eta());
2193
if (efficiencyFlags.applyPurityHadron)
0 commit comments