Skip to content

Commit bc0a078

Browse files
authored
Minor fix
1 parent 0fb181d commit bc0a078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ struct derivedlambdakzeroanalysis {
858858
auto hOmegaPlus = histos.get<TH2>(HIST("h2dGenOmegaPlus"));
859859
for (auto& gVec : geK0Short) {
860860
for (uint32_t iv = 0; iv < hK0Short->GetNcells(); iv++) {
861-
hK0Short->SetBinContent(iv + 1, hK0Short->GetBinContent(iv + 1) + gVec.generatedK0Short()[iv]);
861+
hK0Short->SetBinContent(iv, hK0Short->GetBinContent(iv) + gVec.generatedK0Short()[iv]);
862862
}
863863
}
864864
for (auto& gVec : geLambda) {

0 commit comments

Comments
 (0)