@@ -677,7 +677,7 @@ struct FlowGFWOmegaXi {
677677 return ;
678678 if (eventSelected (collision, tracks.size (), cent))
679679 return ;
680- TH1D * hLocalDensity = new TH1D (" hphi" , " hphi" , 400 , -constants::math::TwoPI, constants::math::TwoPI);
680+ TH1D* hLocalDensity = new TH1D (" hphi" , " hphi" , 400 , -constants::math::TwoPI, constants::math::TwoPI);
681681 auto bc = collision.bc_as <aod::BCsWithTimestamps>();
682682 loadCorrections (bc.timestamp ());
683683 float vtxz = collision.posZ ();
@@ -814,7 +814,7 @@ struct FlowGFWOmegaXi {
814814 int density = hLocalDensity->Integral (phibin - cfgDeltaPhiLocDen, phibin + cfgDeltaPhiLocDen);
815815 setCurrentLocalDensityWeights (wloc, v0, density, 2 );
816816 }
817-
817+
818818 candNum[1 ] = candNum[1 ] + 1 ;
819819 registry.fill (HIST (" InvMassLambda" ), v0.pt (), v0.mLambda (), v0.eta (), cent);
820820 registry.fill (HIST (" hEtaPhiVtxzPOILambda" ), v0.phi (), v0.eta (), vtxz, wacc);
@@ -920,7 +920,7 @@ struct FlowGFWOmegaXi {
920920 phibin = hLocalDensity->FindBin (casc.phi () - constants::math::TwoPI);
921921 if (phibin > -900 ) {
922922 int density = hLocalDensity->Integral (phibin - cfgDeltaPhiLocDen, phibin + cfgDeltaPhiLocDen);
923- setCurrentLocalDensityWeights (wloc, casc, density, 3 );
923+ setCurrentLocalDensityWeights (wloc, casc, density, 3 );
924924 }
925925
926926 candNum[2 ] = candNum[2 ] + 1 ;
@@ -939,7 +939,7 @@ struct FlowGFWOmegaXi {
939939 registry.fill (HIST (" hEventCount" ), 3.5 , i + 0.5 );
940940 }
941941 }
942- delete hLocalDensity;
942+ delete hLocalDensity;
943943 // Filling cumulant with ROOT TProfile and loop for all ptBins
944944 fillProfile (corrconfigs.at (15 ), HIST (" c22" ), cent);
945945 fillProfile (corrconfigs.at (16 ), HIST (" c24" ), cent);
0 commit comments