Skip to content

Commit d6fef1c

Browse files
committed
small fix
1 parent eaa5fce commit d6fef1c

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
@@ -343,7 +343,7 @@ struct FlowTask {
343343
// initial array
344344
bootstrapArray.resize(cfgNbootstrap);
345345
for (int i = 0; i < cfgNbootstrap; i++) {
346-
bootstrapArray[i].resize(kCount_ExtraProfile);
346+
bootstrapArray[i].resize(kCount_BootstrapHist);
347347
}
348348
for (auto i = 0; i < cfgNbootstrap; i++) {
349349
bootstrapArray[i][kMeanPtWithinGap08] = registry.add<TProfile>(Form("BootstrapContainer_%d/hMeanPtWithinGap08", i), "", {HistType::kTProfile, {axisIndependent}});

0 commit comments

Comments
 (0)