Skip to content

Commit 553b017

Browse files
authored
Merge pull request #1 from alibuild/alibot-cleanup-16195
[PWGCF] Please consider the following formatting changes to #16195
2 parents 7ee28fc + 7fa8c7a commit 553b017

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

PWGCF/Flow/Tasks/flowMc.cxx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,10 @@ struct FlowMc {
313313
myTrackSel.SetMinNCrossedRowsTPC(cfgCutTPCcrossedrows);
314314
if (cfgEnableITSCuts)
315315
myTrackSel.SetMinNClustersITS(cfgCutITSclu);
316-
if (!cfgCutDCAzPtDepEnabled){
316+
if (!cfgCutDCAzPtDepEnabled) {
317317
myTrackSel.SetMaxDcaZ(cfgCutDCAz);
318-
}
319-
else{
320-
fPtDepDCAz = new TF1("ptDepDCAxy", Form("[0]*%s", cfgDCAzFunction->c_str()), 0.001, 100);
318+
} else {
319+
fPtDepDCAz = new TF1("ptDepDCAxy", Form("[0]*%s", cfgDCAzFunction->c_str()), 0.001, 100);
321320
fPtDepDCAz->SetParameter(0, cfgDCAzNSigma);
322321
LOGF(info, "DCAz pt-dependence function: %s", Form("[0]*%s", cfgDCAzFunction->c_str()));
323322
}
@@ -774,4 +773,4 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
774773
{
775774
return WorkflowSpec{
776775
adaptAnalysisTask<FlowMc>(cfgc)};
777-
}
776+
}

0 commit comments

Comments
 (0)