We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbafe0 commit b8d5cc4Copy full SHA for b8d5cc4
PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx
@@ -815,7 +815,7 @@ struct HfCandidateCreatorXic0Omegac0 {
815
//__________________________________________
816
//*>~<* step 2 : reconstruct cascade(Omega) with KF
817
const KFParticle* omegaDaugthers[2] = {&kfBachKaon, &kfV0};
818
- const KFParticle* omegaDaugthersrej[2] = {&kfBachrej, &kfV0}; // rej
+ const KFParticle* omegaDaugthersRej[2] = {&kfBachRej, &kfV0}; // rej
819
// construct cascade
820
KFParticle kfOmega;
821
KFParticle kfOmegarej; // rej
0 commit comments