Skip to content

Commit ccbd3d8

Browse files
authored
Merge pull request #22 from alibuild/alibot-cleanup-15458
Please consider the following formatting changes to #15458
2 parents 2166c75 + e433b2c commit ccbd3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/GenericFramework/Tasks/flowGfwV02.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ struct FlowGfwV02 {
536536
double ptFraction = 0;
537537
int normIndex = (cfgNormalizeByCharged) ? PidCharged : pidInd; // Configured to normalize by charged particles or the selected particle
538538
if (pidStates.hPtMid[normIndex]->Integral() > 0) {
539-
ptFraction = pidStates.hPtMid[pidInd]->GetBinContent(i) / pidStates.hPtMid[normIndex]->Integral();
539+
ptFraction = pidStates.hPtMid[pidInd]->GetBinContent(i) / pidStates.hPtMid[normIndex]->Integral();
540540
if (std::abs(val) < 1.01)
541541
fFC->FillProfile(Form("%s_pt_%i", corrconfigs.at(l_ind).Head.c_str(), i), centmult, val * ptFraction, (cfgUseMultiplicityFlowWeights) ? dnx : 1.0, rndm);
542542
}

0 commit comments

Comments
 (0)