|
FairShip
|

Public Member Functions | |
| 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 | |
| MN | |
| U | |
| U2 | |
| sfmass | |
| bench | |
| decays | |
| prods | |
Lifetime and total and partial decay widths of an RPV neutralino
Definition at line 178 of file rpvsusy.py.
| None rpvsusy.RPVSUSYbranchings.__init__ | ( | self, | |
| mass, | |||
| couplings, | |||
| sfmass, | |||
| benchmark, | |||
| bool | debug = False |
||
| ) |
Initialize with mass and couplings of the RPV neutralino
Inputs:
mass (GeV)
which benchmark scenario (1,2,3,4,5)
couplings (list of [\lambda production, \lambda decay])
sfermion mass to normalise the couplings by (GeV)
Reimplemented in rpvsusy.RPVSUSY.
Definition at line 183 of file rpvsusy.py.
| None rpvsusy.RPVSUSYbranchings.AddChannelsToPythia | ( | self, | |
| P8Gen, | |||
| bool | verbose = True |
||
| ) |
Definition at line 240 of file rpvsusy.py.
| def rpvsusy.RPVSUSYbranchings.findDecayBranchingRatio | ( | self, | |
| str | decayString | ||
| ) |
Returns the branching ratio of the selected SUSY RPV neutralino decay channel Inputs: - decayString is a string describing the decay, in the form 'N -> stuff1 ... stuffN'
Definition at line 417 of file rpvsusy.py.
| def rpvsusy.RPVSUSYbranchings.findProdBranchingRatio | ( | self, | |
| decayString | |||
| ) |
Returns the branching ratio of the selected SUSY RPV neutralino product channel Inputs: - decayString is a string describing the decay, in the form 'H -> N ... stuffN'
Definition at line 456 of file rpvsusy.py.
| list[str] rpvsusy.RPVSUSYbranchings.Get_Dec_Modes | ( | self | ) |
Definition at line 237 of file rpvsusy.py.
| list[str] rpvsusy.RPVSUSYbranchings.Get_Prod_Modes | ( | self | ) |
Definition at line 234 of file rpvsusy.py.
| def rpvsusy.RPVSUSYbranchings.NdecayWidth | ( | self | ) |
Returns the total SUSYRPV neutralino decay width
Definition at line 396 of file rpvsusy.py.
| def rpvsusy.RPVSUSYbranchings.NprodWidth | ( | self | ) |
Returns the total SUSYRPV neutralino production width
Definition at line 407 of file rpvsusy.py.
| def rpvsusy.RPVSUSYbranchings.Width_H_L | ( | self, | |
| H, | |||
| L | |||
| ) |
Returns the RPV neutralino decay width into neutral meson and lepton Inputs: - H is a string (name of the meson) - L is a string (name of the lepton)
Definition at line 271 of file rpvsusy.py.
| def rpvsusy.RPVSUSYbranchings.Width_N_L | ( | self, | |
| H, | |||
| L | |||
| ) |
Returns the Meson decay width to RPV neutralino and lepton Inputs: - H is a string (name of the meson) - L is a string (name of the lepton)
Definition at line 337 of file rpvsusy.py.
| rpvsusy.RPVSUSYbranchings.bench |
Definition at line 197 of file rpvsusy.py.
| rpvsusy.RPVSUSYbranchings.decays |
Definition at line 198 of file rpvsusy.py.
| rpvsusy.RPVSUSYbranchings.MN |
Definition at line 193 of file rpvsusy.py.
| rpvsusy.RPVSUSYbranchings.prods |
Definition at line 215 of file rpvsusy.py.
| rpvsusy.RPVSUSYbranchings.sfmass |
Definition at line 196 of file rpvsusy.py.
| rpvsusy.RPVSUSYbranchings.U |
Definition at line 194 of file rpvsusy.py.
| rpvsusy.RPVSUSYbranchings.U2 |
Definition at line 195 of file rpvsusy.py.