Skip to content

Commit 4e1016d

Browse files
committed
small fix
1 parent f7ac10a commit 4e1016d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/flowTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ struct FlowTask {
12861286
if (count_Gap08 > 0)
12871287
registry.fill(HIST("hMeanPtWithinGap08_MC"), independent, ptSum_Gap08 / count_Gap08, 1.0);
12881288
int sampleIndex = static_cast<int>(cfgNbootstrap * lRandom);
1289-
if (count_Gap08)
1289+
if (count_Gap08 > 0)
12901290
bootstrapArray[sampleIndex][kMeanPtWithinGap08_MC]->Fill(independent, ptSum_Gap08 / count_Gap08, 1.0);
12911291

12921292
// Filling Flow Container

0 commit comments

Comments
 (0)