SND@LHC Software
|
Public Member Functions | |
__init__ (self, mass, couplings, sfmass, benchmark, debug=False) | |
Get_Prod_Modes (self) | |
Get_Dec_Modes (self) | |
AddChannelsToPythia (self, P8Gen, verbose=True) | |
Width_H_L (self, H, L) | |
Width_N_L (self, H, L) | |
NdecayWidth (self) | |
NprodWidth (self) | |
findDecayBranchingRatio (self, decayString) | |
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 147 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.__init__ | ( | self, | |
mass, | |||
couplings, | |||
sfmass, | |||
benchmark, | |||
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 151 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.AddChannelsToPythia | ( | self, | |
P8Gen, | |||
verbose = True |
|||
) |
Definition at line 197 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.findDecayBranchingRatio | ( | self, | |
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 333 of file rpvsusy.py.
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 375 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.Get_Dec_Modes | ( | self | ) |
Definition at line 194 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.Get_Prod_Modes | ( | self | ) |
Definition at line 191 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.NdecayWidth | ( | self | ) |
Returns the total SUSYRPV neutralino decay width
Definition at line 311 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.NprodWidth | ( | self | ) |
Returns the total SUSYRPV neutralino production width
Definition at line 322 of file rpvsusy.py.
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 225 of file rpvsusy.py.
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 271 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.bench |
Definition at line 165 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.decays |
Definition at line 166 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.MN |
Definition at line 161 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.prods |
Definition at line 173 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.sfmass |
Definition at line 164 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.U |
Definition at line 162 of file rpvsusy.py.
rpvsusy.RPVSUSYbranchings.U2 |
Definition at line 163 of file rpvsusy.py.