Source code for slophep.Predictions.FormFactorsBToDstst.BdToD1stFF

import slophep.Predictions.FormFactorsBToDstst as FFBToDstst

[docs] class ISGW2(FFBToDstst.ISGW2_BToD1st): def __init__(self, par: dict = None, scale: float = None, *ffargs): super().__init__("B0", "D1*+", par, scale, *ffargs) self._name = "BdToD1st_ISGW2"
[docs] class LLSW(FFBToDstst.LLSW_BToD1st): def __init__(self, par: dict = None, scale: float = None, *ffargs): super().__init__("B0", "D1*+", par, scale, *ffargs) self._name = "BdToD1st_LLSW"
[docs] class BLR(FFBToDstst.BLR_BToD1st): def __init__(self, par: dict = None, scale: float = None, *ffargs): super().__init__("B0", "D1*+", par, scale, *ffargs) self._name = "BdToD1st_BLR"