From 94849da7c51e7c870b9629615d342c378fa759a6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 27 Sep 2024 08:30:25 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx b/PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx index 20e71f7c82e..7773306ef9a 100644 --- a/PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx +++ b/PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx @@ -717,7 +717,7 @@ struct HfCandidateCreatorXic0Omegac0 { continue; kfOmegac0Candidate.chi2GeoCasc = kfOmega.GetChi2(); KFParticle kfOmegaMassConstrained = kfOmega; - kfOmegaMassConstrained.SetNonlinearMassConstraint(o2::constants::physics::MassOmegaMinus);// set mass constrain to OmegaMinus + kfOmegaMassConstrained.SetNonlinearMassConstraint(o2::constants::physics::MassOmegaMinus); // set mass constrain to OmegaMinus if (kfUseCascadeMassConstraint) { // set mass constraint if requested KFParticle kfOmega = kfOmegaMassConstrained;