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 06c0a5d commit 15a92ccCopy full SHA for 15a92cc
PWGHF/TableProducer/candidateSelectorLbToLcPi.cxx
@@ -164,14 +164,6 @@ struct HfCandidateSelectorLbToLcPi {
164
for (const auto& hfCandLb : hfCandLbs) { // looping over Lb candidates
165
166
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
175
// Lc is always index0 and pi is index1 by default
176
// auto candLc = hfCandLb.prong0();
177
auto candLc = hfCandLb.prong0_as<soa::Join<aod::HfCand3Prong, aod::HfSelLc>>();
0 commit comments