Source code for slophep.Predictions.FormFactorsBToDstst.BsToDs1stFF

import slophep.Predictions.FormFactorsBToDstst as FFBToDstst

[docs] class ISGW2(FFBToDstst.ISGW2_BToD1st): def __init__(self, par: dict = None, scale: float = None, *ffargs): super().__init__("Bs", "Ds1*+", par, scale, *ffargs) self._name = "BsToDs1st_ISGW2" internalparams = { "msb" : 5.2 , "msd" : 0.55 , "bb2" : 0.54*0.54 , "mbb" : 5.38 , "msq" : 1.82 , "bx2" : 0.41*0.41 , "mbx" : (3.0*2.54+2.46)/4.0, "mqm" : 0.1 , "nfp" : 3.0 , "SmearQ2" : True } self._internalparams.update(internalparams)
[docs] class BLR(FFBToDstst.BLR_BToD1st): def __init__(self, par: dict = None, scale: float = None, *ffargs): super().__init__("Bs", "Ds1*+", par, scale, *ffargs) self._name = "BsToDs1st_BLR"
[docs] class LLSW(FFBToDstst.LLSW_BToD1st): def __init__(self, par: dict = None, scale: float = None, *ffargs): super().__init__("Bs", "Ds1*+", par, scale, *ffargs) self._name = "BsToDs1st_LLSW"