Bug fix for bBaryonToLcDsmX lines
Bug fix for the \Xi_b \to \Lambda_c D_s K line. and a new line of \Lambda_b \to \Lambda_c D_s
However, for the lines of \Xi_b \to \Lambda_c D_s K, it is a HLT2 line, so we removed its registration in the turbo_lines
, and add to the registration of spruce_lines
, Temporarily. We would like to add it back to HLT2 line in the next year.
BandWidth check, spruce_bandq_example.py used :
LAZY_AND: SpruceBandQ_LbToLcDsm #=223242 Sum=0 Eff=|( 0.000000 +- 0.00000 )%|
LAZY_AND: SpruceBandQ_XibToLcDsmK #=223242 Sum=2 Eff=|(0.0008958888 +- 0.000633486)%|
-
BTW, this bug also present in the builder of make_xib2cx_for_spectroscopy. (Fixed in the MR!3957 )
def make_xib2cx_for_spectroscopy(particles,
descriptor,
name="bandq_Xib2CXfromB2OCCombiner_{hash}",
am_min=5780 * MeV, ## While m(Xib) = 5791 MeV, too tight
am_max=6120 * MeV,
m_min=5680 * MeV, ## am_min > m_min, which is not reasonable
m_max=6020 * MeV,
sum_pt_min=5.5 * GeV,
**decay_arguments):
Edited by Kunpeng Yu