Skip to content

Commit 992cf23

Browse files
authored
Add files via upload
1 parent e72aa92 commit 992cf23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/TwoParticleCorrelations/Tasks/cascDiHadronCorr.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ struct CascDiHadronCorr {
517517
return false;
518518
if (std::fabs(casc.mLambda() - o2::constants::physics::MassLambda0) > cascBuilderOpts.cfgcasc_mlambdawindow.value)
519519
return false;
520-
}
520+
}
521521
if (cfgOutputOmega) {
522522
if (casc.sign() < 0) {
523523
if (std::fabs(bachelor.tpcNSigmaKa()) > cfgNSigma[2])

0 commit comments

Comments
 (0)