Skip to content

Commit e433b2c

Browse files
committed
Please consider the following formatting changes
1 parent 2166c75 commit e433b2c

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)