Skip to content

Commit a1b0fe6

Browse files
authored
Merge pull request #47 from alibuild/alibot-cleanup-10749
[PWGCF] Please consider the following formatting changes to #10749
2 parents 1cc34d4 + b88061d commit a1b0fe6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGCF/Flow/Tasks/flowSP.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,15 +615,15 @@ struct FlowSP {
615615
cfg.mEfficiency.push_back(reinterpret_cast<TH1D*>(listCorrections->FindObject("Efficiency_pos")));
616616
cfg.mEfficiency.push_back(reinterpret_cast<TH1D*>(listCorrections->FindObject("Efficiency_neg")));
617617
int sizeEff = cfg.mEfficiency.size();
618-
if (sizeEff < nWeights)
618+
if (sizeEff < nWeights)
619619
LOGF(fatal, "Could not load efficiency histogram for trigger particles from %s", cfgNUE.value.c_str());
620620
else
621621
LOGF(info, "Loaded efficiency histogram from %s", cfgNUE.value.c_str());
622622
} else {
623623
LOGF(info, "cfgNUE empty! No corrections loaded");
624624
}
625625
cfg.correctionsLoaded = true;
626-
}
626+
}
627627

628628
// From Generic Framework
629629
bool setCurrentParticleWeights(int pID, float& weight_nue, float& weight_nua, const float& phi, const float& eta, const float& pt, const float& vtxz)
@@ -711,7 +711,7 @@ struct FlowSP {
711711
int maxNumContrib = 20;
712712
if (zRes > minzRes && collision.numContrib() < maxNumContrib)
713713
vtxz = -999;
714-
}
714+
}
715715

716716
auto multNTracksPV = collision.multNTracksPV();
717717

0 commit comments

Comments
 (0)