@@ -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