Skip to content

Commit 15a92cc

Browse files
Update candidateSelectorLbToLcPi.cxx
1 parent 06c0a5d commit 15a92cc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

PWGHF/TableProducer/candidateSelectorLbToLcPi.cxx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,6 @@ struct HfCandidateSelectorLbToLcPi {
164164
for (const auto& hfCandLb : hfCandLbs) { // looping over Lb candidates
165165

166166
int statusLb = 0;
167-
168-
// check if flagged as Λb --> Λc+ π-
169-
if (!(hfCandLb.hfflag() & 1 << hf_cand_lb::DecayType::LbToLcPi)) {
170-
hfSelLbToLcPiCandidate(statusLb);
171-
// LOGF(debug, "Lb candidate selection failed at hfflag check");
172-
continue;
173-
}
174-
175167
// Lc is always index0 and pi is index1 by default
176168
// auto candLc = hfCandLb.prong0();
177169
auto candLc = hfCandLb.prong0_as<soa::Join<aod::HfCand3Prong, aod::HfSelLc>>();

0 commit comments

Comments
 (0)