Skip to content

Commit edb014f

Browse files
committed
Minor fix 2
1 parent 709b4f2 commit edb014f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/QC/strangepidqa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ struct strangepidqa {
485485
histos.fill(HIST("h1dMassXiPlus"), casc.mXi());
486486
if(casc.tofXiCompatibility(tofNsigmaCompatibilityCascades.value)){
487487
histos.fill(HIST("h3dMassCompatibleXiPlus"), col.centFT0C(), casc.pt(), casc.mXi());
488-
histos.fill(HIST("h1dCompatibleMassXiPlus"), casc.mXi());
488+
histos.fill(HIST("h1dMassCompatibleXiPlus"), casc.mXi());
489489
}
490490
}
491491

0 commit comments

Comments
 (0)