Skip to content

Commit 2b4fef8

Browse files
committed
Please consider the following formatting changes
1 parent c0c14f1 commit 2b4fef8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGCF/GenericFramework/Tasks/flowGfwLightIons.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ struct FlowGfwLightIons {
431431
fFCptgen->setUseGapMethod(true);
432432
fFCptgen->initialise(multAxis, cfgMpar, o2::analysis::gfw::configs, cfgNbootstrap);
433433

434-
fPtDepDCAxy = new TF1("ptDepDCAxy",Form("[0]*%s",cfgDCAxy->c_str()),0.001,100);
435-
fPtDepDCAxy->SetParameter(0,cfgDCAxyNSigma);
436-
LOGF(info,"DCAxy pt-dependence function: %s",Form("[0]*%s",cfgDCAxy->c_str()));
434+
fPtDepDCAxy = new TF1("ptDepDCAxy", Form("[0]*%s", cfgDCAxy->c_str()), 0.001, 100);
435+
fPtDepDCAxy->SetParameter(0, cfgDCAxyNSigma);
436+
LOGF(info, "DCAxy pt-dependence function: %s", Form("[0]*%s", cfgDCAxy->c_str()));
437437

438438
if (cfgUseAdditionalEventCut) {
439439
fMultPVCutLow = new TF1("fMultPVCutLow", cfgMultCorrLowCutFunction->c_str(), 0, 100);
@@ -613,7 +613,7 @@ struct FlowGfwLightIons {
613613
if (cfgRunByRun)
614614
th1sList[run][hEventSel]->Fill(9.5);
615615
}
616-
616+
617617
if (cfgNoTimeFrameBorder) {
618618
if (!collision.selection_bit(o2::aod::evsel::kNoTimeFrameBorder)) {
619619
return 0;
@@ -1244,7 +1244,7 @@ struct FlowGfwLightIons {
12441244
return;
12451245
}
12461246
registry.fill(HIST("eventQA/eventSel"), 10.5);
1247-
}
1247+
}
12481248
float vtxz = -999;
12491249
if (collision.numContrib() > 1) {
12501250
vtxz = collision.posZ();

0 commit comments

Comments
 (0)