Skip to content

Commit 7853a6a

Browse files
committed
Please consider the following formatting changes
1 parent 845da7e commit 7853a6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGCF/Flow/Tasks/flowGfwOmegaXi.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,8 @@ struct FlowGfwOmegaXi {
608608
{
609609
if (correctionsLoaded)
610610
return;
611-
int nspecies = 5
612-
if (cfgAcceptance.size() == nspecies) {
611+
int nspecies = 5 if (cfgAcceptance.size() == nspecies)
612+
{
613613
for (int i = 0; i <= nspecies - 1; i++) {
614614
mAcceptance.push_back(ccdb->getForTimeStamp<GFWWeights>(cfgAcceptance[i], timestamp));
615615
}
@@ -741,7 +741,7 @@ struct FlowGfwOmegaXi {
741741
const auto cent = collision.centFT0C();
742742
if (!collision.sel8())
743743
return;
744-
if (eventSelected(collision,/* tracks.size(),*/ cent))
744+
if (eventSelected(collision, /* tracks.size(),*/ cent))
745745
return;
746746
TH1D* hLocalDensity = new TH1D("hphi", "hphi", 400, -constants::math::TwoPI, constants::math::TwoPI);
747747
auto bc = collision.bc_as<aod::BCsWithTimestamps>();

0 commit comments

Comments
 (0)