|
FairShip
|


Public Member Functions | |
| None | __init__ (self, mass, couplings, sfmass, benchmark, bool debug=False) |
| def | computeNLifetime (self, str system="SI") |
Public Member Functions inherited from rpvsusy.RPVSUSYbranchings | |
| None | __init__ (self, mass, couplings, sfmass, benchmark, bool debug=False) |
| list[str] | Get_Prod_Modes (self) |
| list[str] | Get_Dec_Modes (self) |
| None | AddChannelsToPythia (self, P8Gen, bool verbose=True) |
| def | Width_H_L (self, H, L) |
| def | Width_N_L (self, H, L) |
| def | NdecayWidth (self) |
| def | NprodWidth (self) |
| def | findDecayBranchingRatio (self, str decayString) |
| def | findProdBranchingRatio (self, decayString) |
Public Attributes | |
| NLifetime | |
Public Attributes inherited from rpvsusy.RPVSUSYbranchings | |
| MN | |
| U | |
| U2 | |
| sfmass | |
| bench | |
| decays | |
| prods | |
SUSY RPV neutralino physics according to the nuMSM
Definition at line 495 of file rpvsusy.py.
| None rpvsusy.RPVSUSY.__init__ | ( | self, | |
| mass, | |||
| couplings, | |||
| sfmass, | |||
| benchmark, | |||
| bool | debug = False |
||
| ) |
Initialize with mass and couplings of the HNL
Inputs:
mass (GeV)
couplings (list of [\lambda_{production}^{2}, \lambda_{decay}^{2}])
mass of universal sfermion
which benchmark (integer between 1 and 5 inclusive)
Reimplemented from rpvsusy.RPVSUSYbranchings.
Definition at line 500 of file rpvsusy.py.
| def rpvsusy.RPVSUSY.computeNLifetime | ( | self, | |
| str | system = "SI" |
||
| ) |
Compute the RPV neutralino lifetime Inputs: - system: choose between default (i.e. SI, result in s) or FairShip (result in ns)
Definition at line 512 of file rpvsusy.py.
| rpvsusy.RPVSUSY.NLifetime |
Definition at line 522 of file rpvsusy.py.