Skip to content

Bug fix for bBaryonToLcDsmX lines

Kunpeng Yu requested to merge bBaryonToLcDsX_lines into bandq_EoY_sprucing

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)%|
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):

FYI @rzan , @jfu, @msaur

Edited by Kunpeng Yu

Merge request reports