Skip to content

Commit ebf594f

Browse files
committed
Please consider the following formatting changes
1 parent 133ff08 commit ebf594f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/cascDiHadronCorr.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,8 @@ struct CascDiHadronCor {
517517
return false;
518518
if (std::fabs(casc.mLambda() - o2::constants::physics::MassLambda0) > cascBuilderOpts.cfgcasc_mlambdawindow.value)
519519
return false;
520-
} if (cfgOutputOmega) {
520+
}
521+
if (cfgOutputOmega) {
521522
if (casc.sign() < 0) {
522523
if (std::fabs(bachelor.tpcNSigmaKa()) > cfgNSigma[2])
523524
return false;
@@ -1306,7 +1307,6 @@ struct CascDiHadronCor {
13061307

13071308
PROCESS_SWITCH(CascDiHadronCor, processMixedCasc, "Process mixed events", true);
13081309

1309-
13101310
int getSpecies(int pdgCode)
13111311
{
13121312
switch (std::abs(pdgCode)) {
@@ -1534,4 +1534,4 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
15341534
return WorkflowSpec{
15351535
adaptAnalysisTask<CascDiHadronCor>(cfgc),
15361536
};
1537-
}
1537+
}

0 commit comments

Comments
 (0)