@@ -669,8 +669,8 @@ struct strangenessFilter {
669669 }
670670 hCandidate->Fill (5.5 );
671671 }
672- hCandidate->Fill (6.5 ); // OLD: eta dau (selection now applied in strangeness helper)
673- hCandidate->Fill (7.5 ); // OLD: bachtopv (selection now applied in strangeness helper)
672+ hCandidate->Fill (6.5 ); // OLD: eta dau (selection now applied in strangeness helper)
673+ hCandidate->Fill (7.5 ); // OLD: bachtopv (selection now applied in strangeness helper)
674674
675675 // not striclty needed as selection are applied beforehand - just as QA (no change in number expected)
676676 if (Cascv0radius < v0radius) {
@@ -680,7 +680,7 @@ struct strangenessFilter {
680680 if (Casccascradius < cascradius) {
681681 continue ;
682682 }
683- hCandidate->Fill (9.5 );
683+ hCandidate->Fill (9.5 );
684684 if (v0DauCPA < v0cospa) {
685685 continue ;
686686 }
@@ -690,11 +690,11 @@ struct strangenessFilter {
690690 }
691691 hCandidate->Fill (11.5 );
692692 if (mStraHelper .cascade .cascadeDaughterDCA > dcacascdau) {
693- continue ;
693+ continue ;
694694 }
695695 hCandidate->Fill (12.5 );
696696 if (std::fabs (LambdaMass - constants::physics::MassLambda) > masslambdalimit) {
697- continue ;
697+ continue ;
698698 }
699699 hCandidate->Fill (13.5 );
700700 if (std::fabs (etaCasc) > eta) {
@@ -711,16 +711,16 @@ struct strangenessFilter {
711711
712712 // Fill selections QA for Xi
713713 if (cascCPA > casccospaxi) {
714- hCandidate->Fill (16.5 );
715- if (cascCPA > dcav0topv) {
716- hCandidate->Fill (17.5 );
717- if (xiproperlifetime < properlifetimefactor * ctauxi) {
718- hCandidate->Fill (18.5 );
719- if (std::fabs (yXi) < rapidity) {
720- hCandidate->Fill (19.5 );
721- }
722- }
723- }
714+ hCandidate->Fill (16.5 );
715+ if (cascCPA > dcav0topv) {
716+ hCandidate->Fill (17.5 );
717+ if (xiproperlifetime < properlifetimefactor * ctauxi) {
718+ hCandidate->Fill (18.5 );
719+ if (std::fabs (yXi) < rapidity) {
720+ hCandidate->Fill (19.5 );
721+ }
722+ }
723+ }
724724 }
725725
726726 const auto deltaMassXi = useSigmaBasedMassCutXi ? getMassWindow (stfilter::species::Xi, ptCasc) : ximasswindow;
0 commit comments