We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72aa92 commit 5aa058dCopy full SHA for 5aa058d
1 file changed
PWGCF/TwoParticleCorrelations/Tasks/cascDiHadronCorr.cxx
@@ -517,7 +517,7 @@ struct CascDiHadronCorr {
517
return false;
518
if (std::fabs(casc.mLambda() - o2::constants::physics::MassLambda0) > cascBuilderOpts.cfgcasc_mlambdawindow.value)
519
520
- }
+ }
521
if (cfgOutputOmega) {
522
if (casc.sign() < 0) {
523
if (std::fabs(bachelor.tpcNSigmaKa()) > cfgNSigma[2])
@@ -1534,4 +1534,4 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
1534
return WorkflowSpec{
1535
adaptAnalysisTask<CascDiHadronCorr>(cfgc),
1536
};
1537
-}
+}
0 commit comments