Page MenuHomeHEPForge

No OneTemporary

diff --git a/src/LHC-RPV.in b/src/LHC-RPV.in
--- a/src/LHC-RPV.in
+++ b/src/LHC-RPV.in
@@ -1,69 +1,79 @@
##################################################
# Example generator for the MSSM
# The best way to use this is to make your own
# copy of this file and edit that as you require.
#
# The first section loads the model file which
# does not contain anything that users need to touch.
#
# The second section contains the user settings.
###################################################
-read RPV.model
+# trilinear RPV
+#read RPV-Tri.model
cd /Herwig/NewPhysics
+# example with LLE and LQD from SOFTSUSY
+#set TwoBodyDC:CreateDecayModes Yes
+#set ThreeBodyDC:CreateDecayModes Yes
+#set WeakDecayConstructor:CreateDecayModes Yes
+#setup RPV/Model RPV-TRI.slha
+# example with 4-body UDD decays using input from ISASUSY
+#set FourBodyDC:CreateDecayModes Yes
+#insert FourBodyDC:Particles 0 /Herwig/Particles/~tau_1-
+#setup RPV/Model RPV-UDD.slha
+# Bilinear RPV
+read RPV-Bi.model
+cd /Herwig/NewPhysics
+setup RPV/Model RPV-BI.slha
+
##################################################
#
# This section contains the user defined settings
#
##################################################
# --- Hard Process ----
# The particle name can be found in the relevant model file
# by searching for its PDG code and noting the text
# '/Herwig/Particles/###' where the hashes denote the name
# Switch to decide whether to include EW diagrams in the
# hard process (On by default)
set HPConstructor:IncludeEW No
# Example hard process: Incoming proton, outgoing squarks
insert HPConstructor:Incoming 0 /Herwig/Particles/g
insert HPConstructor:Incoming 1 /Herwig/Particles/u
insert HPConstructor:Incoming 2 /Herwig/Particles/ubar
insert HPConstructor:Incoming 3 /Herwig/Particles/d
insert HPConstructor:Incoming 4 /Herwig/Particles/dbar
insert HPConstructor:Outgoing 0 /Herwig/Particles/~u_L
insert HPConstructor:Outgoing 1 /Herwig/Particles/~u_Lbar
insert HPConstructor:Outgoing 2 /Herwig/Particles/~d_L
insert HPConstructor:Outgoing 3 /Herwig/Particles/~d_Lbar
-# --- Perturbative Decays ---
-# Read in the spectrum file and optional decay table.
-# If a decay table is in a separate file
-# then add another 'setup' line with that
-# file as the argument. The provided
-# spectrum file is an example using SOFTSUSY
-setup RPV/Model RPV-UDD.slha
+erase DecayConstructor:NBodyDecayConstructors 0
+erase DecayConstructor:NBodyDecayConstructors 1
# To disable a particular decay mode, add it's tag to the DisableModes
# interface of the DecayConstructor object, i.e.
#insert DecayConstructor:DisableModes 0 ~u_L->~chi_20,u;
#insert DecayConstructor:DisableModes 1 ~chi_20->~e_R-,e+;
# etc ...
# To set a minimum allowed branching fraction (the default is shown)
#set NewModel:MinimumBR 1e-6
# Intrinsic pT tune extrapolated to LHC energy
set /Herwig/Shower/Evolver:IntrinsicPtGaussian 2.2*GeV
# Other parameters for run
cd /Herwig/Generators
set LHCGenerator:NumberOfEvents 10000000
set LHCGenerator:RandomNumberGenerator:Seed 31122001
set LHCGenerator:PrintEvent 10
set LHCGenerator:MaxErrors 10000
saverun LHC-RPV LHCGenerator
diff --git a/src/Makefile.am b/src/Makefile.am
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,185 +1,185 @@
SUBDIRS = defaults
AUTOMAKE_OPTIONS = -Wno-portability
defaultsdir = ${pkgdatadir}/defaults
bin_PROGRAMS = Herwig++
Herwig___SOURCES = Herwig++.cc herwigopts.c herwigopts.h
BUILT_SOURCES = herwigopts.c herwigopts.h
Herwig___LDFLAGS = $(AM_LDFLAGS) -export-dynamic $(THEPEGLDFLAGS)
Herwig___LDADD = $(THEPEGLIB) -ldl
Herwig___CPPFLAGS = $(AM_CPPFLAGS) \
-DHERWIG_PKGDATADIR="\"$(pkgdatadir)\"" \
-DHERWIG_PKGLIBDIR="\"$(pkglibdir)\"" \
-DTHEPEG_PKGLIBDIR="\"$(THEPEGPATH)/lib/ThePEG\""
bin_SCRIPTS = herwig-config
HELPERFILES = CMSSM40.1.1.slha RPV3.1.slha NMSSM.spc \
ADD.model \
Leptoquark.model \
MSSM.model \
MUED.model \
NMSSM.model \
RS.model \
Sextet.model \
TTBA.model \
Zprime.model \
LH.model \
LHTP.model \
-RPV-LLE.slha \
-RPV-LQD.slha \
+RPV-BI.slha \
+RPV-TRI.slha \
RPV-UDD.slha
INPUTFILES = \
DIS.in \
DIS-Matchbox.in \
GammaGamma.in \
ILC.in \
ILC-MSSM.in \
ILC-MUED.in \
ILC-RS.in \
LEP.in \
LEP-Matchbox.in \
LHC-ADD.in \
LHC-diffractive.in \
LHC-GammaGamma.in \
LHC.in \
LHC-Matchbox.in \
LHC-LQ.in \
LHC-MSSM.in \
LHC-MUED.in \
LHC-NMSSM.in \
LHC-Powheg.in \
LHC-RPV.in \
LHC-RS.in \
LHC-Sextet.in \
LHC-TRP.in \
LHC-TTBA.in \
LHC-MB.in \
LHC-ZP.in \
TVT.in \
TVT-Matchbox.in \
TVT-Powheg.in \
TVT-TTBA.in \
LHC-LH.in \
LHC-LHTP.in
dist_pkgdata_DATA = $(INPUTFILES) $(HELPERFILES)
pkgdata_DATA = Makefile-UserModules
CLEANFILES = HerwigDefaults.rpo \
*.run *.log *.out *.tex \
multi.test *.output probs.test chisq.value \
LHC-RS-BR.spc LHC-MSSM-BR.spc LHC-RPV-BR.spc
## checking targets ##
HerwigDefaults.rpo: Herwig++ $(srcdir)/defaults/*.in defaults/PDF.in defaults/Analysis.in $(top_builddir)/lib/*.so
./Herwig++ init -L$(top_builddir)/lib defaults/HerwigDefaults.in -D
check_BSM_Full=
check_BSM=
if WANT_BSM
check_BSM += check-LHC-RPV check-LHC-RS
check_BSM_Full += \
check-LHC-RPV check-LHC-MSSM check-ILC-MSSM \
check-LHC-NMSSM \
check-LHC-MUED check-ILC-MUED \
check-LHC-RS check-ILC-RS check-LHC-ADD \
check-LHC-LH check-LHC-LHTP \
check-LHC-TRP \
check-LHC-TTBA check-TVT-TTBA \
check-LHC-ZP \
check-LHC-LQ \
check-LHC-Sextet
endif
check-local: check-LEP check-LHC $(check_BSM) check-DIS check-ILC check-GammaGamma check-LHC-Powheg
check-Powheg: check-LHC-Powheg check-TVT-Powheg
check-BSM: $(check_BSM_Full)
check_Matchbox=
if WANT_DIPOLE
check_Matchbox += \
check-LEP-Matchbox check-DIS-Matchbox check-LHC-Matchbox check-TVT-Matchbox
endif
check-Matchbox: $(check_Matchbox)
check-extra: check-LHC-diffractive check-LHC-GammaGamma check-LHC-MB check-TVT
check-all: check-local check-Powheg check-BSM check-Matchbox check-extra
link-helper-files:
@for i in $(HELPERFILES); do \
if test -f $(srcdir)/$$i -a ! -e $$i; then \
$(LN_S) -f $(srcdir)/$$i; fi; done
CHECKCOMMAND = ./Herwig++ run $(notdir $(subst .in,.run,$<)) -N500 -d1 -D
check-%: $(srcdir)/%.in HerwigDefaults.rpo link-helper-files
./Herwig++ read $< -D
@echo $(CHECKCOMMAND)
@$(CHECKCOMMAND) && echo "# $@ OK #" \
|| (echo "###### $@ BAD ######"; false)
## valgrind targets ##
VALGRIND=valgrind --leak-check=full --num-callers=25 --freelist-vol=100000000 --leak-resolution=med --trace-children=yes
valgrind: valgrind-init valgrind-read valgrind-run
valgrind-init:
$(VALGRIND) ./Herwig++ init -d1 -D -L$(top_builddir)/lib defaults/HerwigDefaults.in \
&> /tmp/valgrind-init.log
valgrind-read:
$(VALGRIND) ./Herwig++ read -d1 -D LHC.in &> /tmp/valgrind-read.log
valgrind-run:
$(VALGRIND) ./Herwig++ run -d1 -D -N5 LHC.run &> /tmp/valgrind-run.log
SETUPTHEPEG=$(THEPEGPATH)/bin/setupThePEG
THEPEGREPO=$(THEPEGPATH)/lib/ThePEG/ThePEGDefaults.rpo
install-data-hook:
@echo Creating repository
@./Herwig++ init -L$(DESTDIR)$(pkglibdir) -i$(DESTDIR)$(pkgdatadir) $(DESTDIR)$(defaultsdir)/HerwigDefaults.in --repo=$(DESTDIR)$(pkgdatadir)/HerwigDefaults.rpo
uninstall-hook:
rm -f $(DESTDIR)$(pkgdatadir)/HerwigDefaults.rpo
register: register-with-thepeg-repo
register-with-thepeg-repo:
@if test -x "$(SETUPTHEPEG)" -a -w "$(THEPEGREPO)"; \
then echo Registering with ThePEG; \
"$(SETUPTHEPEG)" --init \
$(DESTDIR)$(defaultsdir)/HerwigDefaults.in \
-r "$(THEPEGREPO)" -o "$(THEPEGREPO)" \
-i $(DESTDIR)$(pkgdatadir) \
-l$(DESTDIR)$(pkglibdir) ; \
fi
unregister : unregister-from-thepeg-repo
unregister-from-thepeg-repo:
@if test -x "$(SETUPTHEPEG)" -a -w "$(THEPEGREPO)"; \
then echo Unregistering with ThePEG; \
"$(SETUPTHEPEG)" --init defaults/HerwigCleanup.in \
-r "$(THEPEGREPO)" -o "$(THEPEGREPO)" \
-l$(DESTDIR)$(pkglibdir) ; \
fi
EXTRA_DIST = herwigopts.ggo
GENGETOPT = gengetopt
%opts.h %opts.c : %opts.ggo
$(GENGETOPT) < $<
diff --git a/src/RPV-BI.slha b/src/RPV-BI.slha
new file mode 120000
--- /dev/null
+++ b/src/RPV-BI.slha
@@ -0,0 +1,1 @@
+/home/richardn/montecarlo/susy/SPheno/SPheno3.1.3/SPheno.spc
\ No newline at end of file
diff --git a/src/RPV-Bi.model b/src/RPV-Bi.model
--- a/src/RPV-Bi.model
+++ b/src/RPV-Bi.model
@@ -1,465 +1,425 @@
##################################################
# Common setup for the RPV MSSM
#
###################################################
#
# Create particle content
#
###################################################
cd /Herwig/Particles
# neutral scalars
create ThePEG::ParticleData H0
setup H0 35 H0 500.0 0.0 0.0 0.0 0 0 1 1
create ThePEG::ParticleData H_30
setup H_30 1000012 H_30 500.0 0.0 0.0 0.0 0 0 1 1
create ThePEG::ParticleData H_40
setup H_40 1000014 H_40 500.0 0.0 0.0 0.0 0 0 1 1
create ThePEG::ParticleData H_50
setup H_50 1000016 H_50 500.0 0.0 0.0 0.0 0 0 1 1
# neutral pseudo scalars
create ThePEG::ParticleData A_1
setup A_1 36 A_1 500.0 0.0 0.0 0.0 0 0 1 1
create ThePEG::ParticleData A_2
setup A_2 1000017 A_2 500. 0. 0 0 0 0 1 1
create ThePEG::ParticleData A_3
setup A_3 1000018 A_3 500. 0. 0 0 0 0 1 1
create ThePEG::ParticleData A_4
setup A_4 1000019 A_4 500. 0. 0 0 0 0 1 1
# charged scalars
create ThePEG::ParticleData H_1+
setup H_1+ 37 H_1+ 500.0 0.0 0.0 0.0 3 0 1 1
create ThePEG::ParticleData H_1-
setup H_1- -37 H_1- 500.0 0.0 0.0 0.0 -3 0 1 1
makeanti H_1+ H_1-
create ThePEG::ParticleData H_2-
setup H_2- 1000011 H_2- 500.0 0.0 0.0 0.0 -3 0 1 1
create ThePEG::ParticleData H_2+
setup H_2+ -1000011 H_2+ 500.0 0.0 0.0 0.0 3 0 1 1
makeanti H_2- H_2+
create ThePEG::ParticleData H_3-
setup H_3- 1000013 H_3- 500.0 0.0 0.0 0.0 -3 0 1 1
create ThePEG::ParticleData H_3+
setup H_3+ -1000013 H_3+ 500.0 0.0 0.0 0.0 3 0 1 1
makeanti H_3- H_3+
create ThePEG::ParticleData H_4-
setup H_4- 1000015 H_4- 500.0 0.0 0.0 0.0 -3 0 1 1
create ThePEG::ParticleData H_4+
setup H_4+ -1000015 H_4+ 500.0 0.0 0.0 0.0 3 0 1 1
makeanti H_4- H_4+
create ThePEG::ParticleData H_5-
setup H_5- 2000011 H_5- 500.0 0.0 0.0 0.0 -3 0 1 1
create ThePEG::ParticleData H_5+
setup H_5+ -2000011 H_5+ 500.0 0.0 0.0 0.0 3 0 1 1
makeanti H_5- H_5+
create ThePEG::ParticleData H_6-
setup H_6- 2000013 H_6- 500.0 0.0 0.0 0.0 -3 0 1 1
create ThePEG::ParticleData H_6+
setup H_6+ -2000013 H_6+ 500.0 0.0 0.0 0.0 3 0 1 1
makeanti H_6- H_6+
create ThePEG::ParticleData H_7-
setup H_7- 2000015 H_7- 500.0 0.0 0.0 0.0 -3 0 1 1
create ThePEG::ParticleData H_7+
setup H_7+ -2000015 H_7+ 500.0 0.0 0.0 0.0 3 0 1 1
makeanti H_7- H_7+
# squarks
create ThePEG::ParticleData ~d_L
setup ~d_L 1000001 ~d_L 500.0 0.0 0.0 0.0 -1 3 1 1
create ThePEG::ParticleData ~d_Lbar
setup ~d_Lbar -1000001 ~d_Lbar 500.0 0.0 0.0 0.0 1 -3 1 1
makeanti ~d_L ~d_Lbar
create ThePEG::ParticleData ~u_L
setup ~u_L 1000002 ~u_L 500.0 0.0 0.0 0.0 2 3 1 0
create ThePEG::ParticleData ~u_Lbar
setup ~u_Lbar -1000002 ~u_Lbar 500.0 0.0 0.0 0.0 -2 -3 1 1
makeanti ~u_L ~u_Lbar
create ThePEG::ParticleData ~s_L
setup ~s_L 1000003 ~s_L 500.0 0.0 0.0 0.0 -1 3 1 1
create ThePEG::ParticleData ~s_Lbar
setup ~s_Lbar -1000003 ~s_Lbar 500.0 0.0 0.0 0.0 1 -3 1 1
makeanti ~s_L ~s_Lbar
create ThePEG::ParticleData ~c_L
setup ~c_L 1000004 ~c_L 500.0 0.0 0.0 0.0 2 3 1 1
create ThePEG::ParticleData ~c_Lbar
setup ~c_Lbar -1000004 ~c_Lbar 500.0 0.0 0.0 0.0 -2 -3 1 1
makeanti ~c_L ~c_Lbar
create ThePEG::ParticleData ~b_1
setup ~b_1 1000005 ~b_1 500.0 0.0 0.0 0.0 -1 3 1 1
create ThePEG::ParticleData ~b_1bar
setup ~b_1bar -1000005 ~b_1bar 500.0 0.0 0.0 0.0 1 -3 1 1
makeanti ~b_1 ~b_1bar
create ThePEG::ParticleData ~t_1
setup ~t_1 1000006 ~t_1 500.0 0.0 0.0 0.0 2 3 1 1
create ThePEG::ParticleData ~t_1bar
setup ~t_1bar -1000006 ~t_1bar 500.0 0.0 0.0 0.0 -2 -3 1 1
makeanti ~t_1 ~t_1bar
create ThePEG::ParticleData ~d_R
setup ~d_R 2000001 ~d_R 500.0 0.0 0.0 0.0 -1 3 1 1
create ThePEG::ParticleData ~d_Rbar
setup ~d_Rbar -2000001 ~d_Rbar 500.0 0.0 0.0 0.0 1 -3 1 1
makeanti ~d_R ~d_Rbar
create ThePEG::ParticleData ~u_R
setup ~u_R 2000002 ~u_R 500.0 0.0 0.0 0.0 2 3 1 1
create ThePEG::ParticleData ~u_Rbar
setup ~u_Rbar -2000002 ~u_Rbar 500.0 0.0 0.0 0.0 -2 -3 1 1
makeanti ~u_R ~u_Rbar
create ThePEG::ParticleData ~s_R
setup ~s_R 2000003 ~s_R 500.0 0.0 0.0 0.0 -1 3 1 1
create ThePEG::ParticleData ~s_Rbar
setup ~s_Rbar -2000003 ~s_Rbar 500.0 0.0 0.0 0.0 1 -3 1 0
makeanti ~s_R ~s_Rbar
create ThePEG::ParticleData ~c_R
setup ~c_R 2000004 ~c_R 500.0 0.0 0.0 0.0 2 3 1 1
create ThePEG::ParticleData ~c_Rbar
setup ~c_Rbar -2000004 ~c_Rbar 500.0 0.0 0.0 0.0 -2 -3 1 1
makeanti ~c_R ~c_Rbar
create ThePEG::ParticleData ~b_2
setup ~b_2 2000005 ~b_2 500.0 0.0 0.0 0.0 -1 3 1 1
create ThePEG::ParticleData ~b_2bar
setup ~b_2bar -2000005 ~b_2bar 500.0 0.0 0.0 0.0 1 -3 1 1
makeanti ~b_2 ~b_2bar
create ThePEG::ParticleData ~t_2
setup ~t_2 2000006 ~t_2 500.0 0.0 0.0 0.0 2 3 1 1
create ThePEG::ParticleData ~t_2bar
setup ~t_2bar -2000006 ~t_2bar 500.0 0.0 0.0 0.0 -2 -3 1 1
makeanti ~t_2 ~t_2bar
# gluino
create ThePEG::ParticleData ~g
setup ~g 1000021 ~g 500.0 0.0 0.0 0.0 0 8 2 1
# gauginos
create ThePEG::ParticleData ~chi_10
setup ~chi_10 1000022 ~chi_10 500.0 0.0 0.0 0.0 0 0 2 1
create ThePEG::ParticleData ~chi_20
setup ~chi_20 1000023 ~chi_20 500.0 0.0 0.0 0.0 0 0 2 1
create ThePEG::ParticleData ~chi_1+
setup ~chi_1+ 1000024 ~chi_1+ 500.0 0.0 0.0 0.0 3 0 2 1
create ThePEG::ParticleData ~chi_1-
setup ~chi_1- -1000024 ~chi_1- 500.0 0.0 0.0 0.0 -3 0 2 1
makeanti ~chi_1+ ~chi_1-
create ThePEG::ParticleData ~chi_30
setup ~chi_30 1000025 ~chi_30 500.0 0.0 0.0 0.0 0 0 2 1
create ThePEG::ParticleData ~chi_40
setup ~chi_40 1000035 ~chi_40 500.0 0.0 0.0 0.0 0 0 2 1
create ThePEG::ParticleData ~chi_2+
setup ~chi_2+ 1000037 ~chi_2+ 500.0 0.0 0.0 0.0 3 0 2 1
create ThePEG::ParticleData ~chi_2-
setup ~chi_2- -1000037 ~chi_2- 500.0 0.0 0.0 0.0 -3 0 2 1
makeanti ~chi_2+ ~chi_2-
create ThePEG::ParticleData ~gravitino
setup ~gravitino 1000039 ~gravitino 500.0 0.0 0.000010 0.0 0 0 4 1
create ThePEG::ParticleData nu_1
setup nu_1 17 nu_1 0 0. 0 0 0 0 2 1
create ThePEG::ParticleData nu_2
setup nu_2 18 nu_2 0 0. 0 0 0 0 2 1
create ThePEG::ParticleData nu_3
setup nu_3 19 nu_3 0 0. 0 0 0 0 2 1
###################################################
#
# Main directory and model object
#
###################################################
mkdir /Herwig/NewPhysics/RPV
cd /Herwig/NewPhysics/RPV
create Herwig::RPV Model HwSusy.so HwRPV.so
# SM couplings
set Model:QCD/RunningAlphaS /Herwig/AlphaS
set Model:EW/RunningAlphaEM /Herwig/AlphaEM
set Model:EW/CKM /Herwig/CKM
set Model:RunningMass /Herwig/RunningMass
###################################################
#
# Vertices
#
###################################################
# create MSSM vertices
mkdir /Herwig/Vertices/MSSM
cd /Herwig/Vertices/MSSM
# MSSM
library HwSusy.so
create Herwig::SSGFSVertex MSSM_GFS
create Herwig::SSGSSVertex MSSM_GSS
create Herwig::SSGGSQSQVertex MSSM_GGSS
create Herwig::SSGSGSGVertex MSSM_GGOGO
create Herwig::SSGNGVertex MSSM_GNG
create Herwig::SSWWHHVertex MSSM_WWHH
create Herwig::SSGVNHVertex MSSM_GVNH
create Herwig::SSGVFSVertex MSSM_GVFS
create Herwig::SSGVNVVertex MSSM_GVNV
# create RPV MSSM vertices
mkdir /Herwig/Vertices/RPV
cd /Herwig/Vertices/RPV
create Herwig::RPVNNPVertex RPV_NNP
create Herwig::RPVLLEVertex RPV_LLE
create Herwig::RPVLQDVertex RPV_LQD
create Herwig::RPVUDDVertex RPV_UDD
create Herwig::RPVFFZVertex RPV_FFZ
set RPV_FFZ:Interactions 1
create Herwig::RPVFFZVertex RPV_NNZ
set RPV_NNZ:Interactions 2
create Herwig::RPVFFZVertex RPV_CCZ
set RPV_CCZ:Interactions 3
create Herwig::RPVFFWVertex RPV_FFW
set RPV_FFW:Interactions 1
create Herwig::RPVFFWVertex RPV_CNW
set RPV_CNW:Interactions 2
create Herwig::RPVWWHVertex RPV_WWH
create Herwig::RPVWSSVertex RPV_WHH
set RPV_WHH:Interactions 2
create Herwig::RPVWSSVertex RPV_WSS
set RPV_WSS:Interactions 1
create Herwig::RPVFFSVertex RPV_FFH
set RPV_FFH:Interactions 1
create Herwig::RPVFFSVertex RPV_GOGOH
set RPV_GOGOH:Interactions 2
create Herwig::RPVFFSVertex RPV_NFS
set RPV_NFS:Interactions 3
create Herwig::RPVFFSVertex RPV_CFS
set RPV_CFS:Interactions 4
create Herwig::RPVSSSVertex RPV_HHH
set RPV_HHH:Interactions 1
create Herwig::RPVSSSVertex RPV_HSS
set RPV_HSS:Interactions 2
create Herwig::RPVHPPVertex RPV_HPP
create Herwig::RPVHGGVertex RPV_HGG
# set the vertices
cd /Herwig/NewPhysics/RPV
# SM vertices
set Model:Vertex/FFZ /Herwig/Vertices/RPV/RPV_FFZ
set Model:Vertex/FFW /Herwig/Vertices/RPV/RPV_FFW
set Model:Vertex/FFG /Herwig/Vertices/FFGVertex
set Model:Vertex/FFP /Herwig/Vertices/FFPVertex
set Model:Vertex/GGG /Herwig/Vertices/GGGVertex
set Model:Vertex/GGGG /Herwig/Vertices/GGGGVertex
set Model:Vertex/WWW /Herwig/Vertices/WWWVertex
set Model:Vertex/WWWW /Herwig/Vertices/WWWWVertex
# MSSM feynman rules
set Model:Vertex/WSFSF /Herwig/Vertices/RPV/RPV_WSS
set Model:Vertex/NFSF /Herwig/Vertices/RPV/RPV_NFS
set Model:Vertex/GFSF /Herwig/Vertices/MSSM/MSSM_GFS
set Model:Vertex/HSFSF /Herwig/Vertices/RPV/RPV_HSS
set Model:Vertex/CFSF /Herwig/Vertices/RPV/RPV_CFS
set Model:Vertex/GSFSF /Herwig/Vertices/MSSM/MSSM_GSS
set Model:Vertex/GGSQSQ /Herwig/Vertices/MSSM/MSSM_GGSS
set Model:Vertex/GSGSG /Herwig/Vertices/MSSM/MSSM_GGOGO
set Model:Vertex/GNG /Herwig/Vertices/MSSM/MSSM_GNG
set Model:Vertex/NNZ /Herwig/Vertices/RPV/RPV_NNZ
set Model:Vertex/NNP /Herwig/Vertices/RPV/RPV_NNP
set Model:Vertex/CCZ /Herwig/Vertices/RPV/RPV_CCZ
set Model:Vertex/CNW /Herwig/Vertices/RPV/RPV_CNW
set Model:Vertex/FFH /Herwig/Vertices/RPV/RPV_FFH
set Model:Vertex/GOGOH /Herwig/Vertices/RPV/RPV_GOGOH
set Model:Vertex/WWH /Herwig/Vertices/RPV/RPV_WWH
set Model:Vertex/SSWHH /Herwig/Vertices/RPV/RPV_WHH
set Model:Vertex/HHH /Herwig/Vertices/RPV/RPV_HHH
set Model:Vertex/HGG /Herwig/Vertices/RPV/RPV_HGG
set Model:Vertex/HPP /Herwig/Vertices/RPV/RPV_HPP
set Model:Vertex/WWHH /Herwig/Vertices/MSSM/MSSM_WWHH
set Model:Vertex/GVNH /Herwig/Vertices/MSSM/MSSM_GVNH
set Model:Vertex/GVFS /Herwig/Vertices/MSSM/MSSM_GVFS
set Model:Vertex/GVNV /Herwig/Vertices/MSSM/MSSM_GVNV
# RPV Feynman rules
set Model:Vertex/LLE /Herwig/Vertices/RPV/RPV_LLE
set Model:Vertex/LQD /Herwig/Vertices/RPV/RPV_LQD
set Model:Vertex/UDD /Herwig/Vertices/RPV/RPV_UDD
###################################################
-#
-# Set up spin correlation Decayers
-#
+# Set up the bsm framework
###################################################
cd /Herwig/NewPhysics
set RPV/Model:ModelGenerator NewModel
+set RPV/Model:MajoranaNeutrinos Yes
set TwoBodyDC:CreateDecayModes No
set ThreeBodyDC:CreateDecayModes No
set WeakDecayConstructor:CreateDecayModes No
set FourBodyDC:CreateDecayModes No
# switch on decays via weak current
insert DecayConstructor:NBodyDecayConstructors 0 WeakDecayConstructor
-###################################################
-# Set up the bsm framework
-###################################################
# exclude gravitino and effective vertices from three body decays
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNH
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVFS
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNV
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HGG
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HPP
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_NNP
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GNG
# and four body decays
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNH
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVFS
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNV
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HGG
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HPP
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_NNP
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GNG
# and hard processes
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNH
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVFS
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNV
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HGG
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HPP
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_NNP
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GNG
# exclude intermediate higgs from 4 body decays
-#insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/h0
-#insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/H0
-#insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/A0
-#insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/H+
-
+insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/h0
+insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/H0
+insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/A_1
+insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/H_1+
+# which particles get the off-shell treatment
+set NewModel:WhichOffshell All
+# particles for which decays are included
insert NewModel:DecayParticles 0 /Herwig/Particles/~d_L
insert NewModel:DecayParticles 0 /Herwig/Particles/~u_L
insert NewModel:DecayParticles 0 /Herwig/Particles/~s_L
insert NewModel:DecayParticles 0 /Herwig/Particles/~c_L
insert NewModel:DecayParticles 0 /Herwig/Particles/~b_1
insert NewModel:DecayParticles 0 /Herwig/Particles/~t_1
insert NewModel:DecayParticles 0 /Herwig/Particles/~d_R
insert NewModel:DecayParticles 0 /Herwig/Particles/~u_R
insert NewModel:DecayParticles 0 /Herwig/Particles/~s_R
insert NewModel:DecayParticles 0 /Herwig/Particles/~c_R
insert NewModel:DecayParticles 0 /Herwig/Particles/~b_2
insert NewModel:DecayParticles 0 /Herwig/Particles/~t_2
insert NewModel:DecayParticles 0 /Herwig/Particles/~g
insert NewModel:DecayParticles 0 /Herwig/Particles/H_1+
insert NewModel:DecayParticles 0 /Herwig/Particles/H_2+
insert NewModel:DecayParticles 0 /Herwig/Particles/H_3+
insert NewModel:DecayParticles 0 /Herwig/Particles/H_4+
insert NewModel:DecayParticles 0 /Herwig/Particles/H_5+
insert NewModel:DecayParticles 0 /Herwig/Particles/H_6+
insert NewModel:DecayParticles 0 /Herwig/Particles/H_7+
insert NewModel:DecayParticles 0 /Herwig/Particles/h0
insert NewModel:DecayParticles 0 /Herwig/Particles/H0
insert NewModel:DecayParticles 0 /Herwig/Particles/H_30
insert NewModel:DecayParticles 0 /Herwig/Particles/H_40
insert NewModel:DecayParticles 0 /Herwig/Particles/H_50
+insert NewModel:DecayParticles 0 /Herwig/Particles/A_1
+insert NewModel:DecayParticles 0 /Herwig/Particles/A_2
+insert NewModel:DecayParticles 0 /Herwig/Particles/A_3
+insert NewModel:DecayParticles 0 /Herwig/Particles/A_4
insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_10
insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_20
insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_30
insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_40
insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_1+
insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_2+
-insert NewModel:DecayParticles 0 /Herwig/Particles/A_1
-insert NewModel:DecayParticles 0 /Herwig/Particles/A_2
-insert NewModel:DecayParticles 0 /Herwig/Particles/A_3
-insert NewModel:DecayParticles 0 /Herwig/Particles/A_4
###################################################
#
# Shower stuff for coloured sparticles
#
###################################################
cd /Herwig/Shower
create Herwig::ZeroZeroOneSplitFn PhitoPhiGSplitFn
set PhitoPhiGSplitFn:InteractionType QCD
set PhitoPhiGSplitFn:ColourStructure TripletTripletOctet
create Herwig::HalfHalfOneSplitFn GluinotoGluinoGSplitFn
set GluinotoGluinoGSplitFn:InteractionType QCD
set GluinotoGluinoGSplitFn:ColourStructure OctetOctetOctet
cp SudakovCommon PhitoPhiGSudakov
set PhitoPhiGSudakov:SplittingFunction PhitoPhiGSplitFn
cp SudakovCommon GluinotoGluinoGSudakov
set GluinotoGluinoGSudakov:SplittingFunction GluinotoGluinoGSplitFn
do SplittingGenerator:AddFinalSplitting ~u_L->~u_L,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~d_L->~d_L,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~s_L->~s_L,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~c_L->~c_L,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~b_1->~b_1,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~t_1->~t_1,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~u_R->~u_R,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~d_R->~d_R,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~s_R->~s_R,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~c_R->~c_R,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~b_2->~b_2,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~t_2->~t_2,g; PhitoPhiGSudakov
do SplittingGenerator:AddFinalSplitting ~g->~g,g; GluinotoGluinoGSudakov
###################################################
#
# Choose RPV MSSM over SM
#
###################################################
cd /Herwig/Generators
set LEPGenerator:StandardModelParameters /Herwig/NewPhysics/RPV/Model
set LHCGenerator:StandardModelParameters /Herwig/NewPhysics/RPV/Model
###################################################
#
# Get Shower to decay SUSY particles
#
###################################################
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000001 # SUSY_d_L
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000002 # SUSY_u_L
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000003 # SUSY_s_L
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000004 # SUSY_c_L
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000005 # SUSY_b_1
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000006 # SUSY_t_1
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000011 # SUSY_e_Lminus
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000012 # SUSY_nu_eL
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000013 # SUSY_mu_Lminus
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000014 # SUSY_nu_muL
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000015 # SUSY_tau_1minus
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000016 # SUSY_nu_tauL
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000021 # SUSY_g
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000022 # SUSY_chi_10
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000023 # SUSY_chi_20
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000024 # SUSY_chi_1plus
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000025 # SUSY_chi_30
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000035 # SUSY_chi_40
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000037 # SUSY_chi_2plus
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000039 # SUSY_gravitino
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000001 # SUSY_d_R
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000002 # SUSY_u_R
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000003 # SUSY_s_R
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000004 # SUSY_c_R
insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000005 # SUSY_b_2
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000006 # SUSY_t_2
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000011 # SUSY_e_Rminus
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000012 # SUSY_nu_eR
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000013 # SUSY_mu_Rminus
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000014 # SUSY_nu_muR
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000015 # SUSY_tau_2minus
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000016 # SUSY_nu_tauR
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 35 # H0
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 36 # A0
-insert /Herwig/Shower/ShowerHandler:DecayInShower 0 37 # H+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000006 # SUSY_t_2
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000021 # SUSY_g
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 37 # H_1+
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000011 # H_2+
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000013 # H_3+
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000015 # H_4+
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000011 # H_5+
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000013 # H_6+
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000015 # H_7+
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 36 # A_1
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000012 # A_1
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000014 # A_1
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000016 # A_1
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 35 # H0
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000012 # H_30
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000014 # H_40
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000016 # H_50
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000022 # SUSY_chi_10
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000023 # SUSY_chi_20
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000025 # SUSY_chi_30
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000035 # SUSY_chi_40
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000024 # SUSY_chi_1plus
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000037 # SUSY_chi_2plus
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000039 # SUSY_gravitino
diff --git a/src/RPV-LLE.slha b/src/RPV-LLE.slha
deleted file mode 100644
--- a/src/RPV-LLE.slha
+++ /dev/null
@@ -1,390 +0,0 @@
-# SOFTSUSY3.1.6
-# B.C. Allanach, Comput. Phys. Commun. 143 (2002) 305-331, hep-ph/0104145
-# B.C. Allanach and M.A. Bernhardt, arXiv:0903.1805
-Block SPINFO # Program information
- 1 SOFTSUSY # spectrum calculator
- 2 3.1.6 # version number
-Block MODSEL # Select model
- 1 1 # sugra
- 4 1 # RPV
-Block SMINPUTS # Standard Model inputs
- 1 1.279340000000000e+02 # alpha_em^(-1)(MZ) SM MSbar
- 2 1.166370000000000e-05 # G_Fermi
- 3 1.172000000000000e-01 # alpha_s(MZ)MSbar
- 4 9.118760000000000e+01 # MZ(pole)
- 5 4.250000000000000e+00 # mb(mb)
- 6 1.743000000000000e+02 # Mtop(pole)
- 7 1.777000000000000e+00 # Mtau(pole)
-Block MINPAR # SUSY breaking input parameters
- 3 1.000000000000000e+01 # tanb
- 4 1.000000000000000e+00 # sign(mu)
- 1 1.000000000000000e+02 # m0
- 2 2.500000000000000e+02 # m12
- 5 -1.000000000000000e+02 # A0
-Block RVLAMLLEIN # GUT scale LLE couplings
- 1 2 3 -1.000000000000000e-03 # lambda_{123}
- 2 1 3 1.000000000000000e-03 # lambda_{213}
-# Low energy data in SOFTSUSY: MIXING=0 TOLERANCE=1.000000000000000e-03
-# mgut=2.127890821782260e+16 GeV
-Block MASS # Mass spectrum
-#PDG code mass particle
- 24 8.04229965E+01 # W^+
- 25 1.10438690E+02 # h^0
- 35 3.97793060E+02 # H^0
- 36 3.94905823E+02 # A^0
- 37 4.05355896E+02 # H^+
- 1000001 5.70814331E+02 # dnl
- 1000002 5.64825806E+02 # upl
- 1000003 5.70814331E+02 # stl
- 1000004 5.64827515E+02 # chl
- 1000005 5.18517700E+02 # b1
- 1000006 3.95091980E+02 # t1
- 1000011 2.03257172E+02 # el-
- 1000012 1.85554733E+02 # nuel
- 1000013 2.03257217E+02 # mul-
- 1000014 1.85554733E+02 # numl
- 1000015 1.34696426E+02 # tau1
- 1000016 1.83442932E+02 # nutl
- 1000021 6.08503235E+02 # glss
- 1000022 9.73322601E+01 # z1ss
- 1000023 1.80183792E+02 # z2ss
- 1000024 1.80105759E+02 # w1ss
- 1000025 -3.57040588E+02 # z3ss
- 1000035 3.77500427E+02 # z4ss
- 1000037 3.76503052E+02 # w2ss
- 2000001 5.48128662E+02 # dnr
- 2000002 5.48450806E+02 # upr
- 2000003 5.48128662E+02 # str
- 2000004 5.48452698E+02 # chr
- 2000005 5.47777100E+02 # b2
- 2000006 5.84465332E+02 # t2
- 2000011 1.42523392E+02 # er-
- 2000013 1.42523438E+02 # mur-
- 2000015 2.05819611E+02 # tau2
-# Higgs mixing
-Block alpha # Effective Higgs mixing parameter
- -1.10697523E-01 # alpha
-Block stopmix # stop mixing matrix
- 1 1 5.46654999E-01 # O_{11}
- 1 2 8.37357938E-01 # O_{12}
- 2 1 8.37357938E-01 # O_{21}
- 2 2 -5.46654999E-01 # O_{22}
-Block sbotmix # sbottom mixing matrix
- 1 1 9.31581736E-01 # O_{11}
- 1 2 3.63531858E-01 # O_{12}
- 2 1 -3.63531858E-01 # O_{21}
- 2 2 9.31581736E-01 # O_{22}
-Block staumix # stau mixing matrix
- 1 1 2.76004761E-01 # O_{11}
- 1 2 9.61156249E-01 # O_{12}
- 2 1 9.61156249E-01 # O_{21}
- 2 2 -2.76004761E-01 # O_{22}
-Block nmix # neutralino mixing matrix
- 1 1 9.86056149E-01 #
- 1 2 -5.45955077E-02 #
- 1 3 1.47697553E-01 #
- 1 4 -5.38330264E-02 #
- 2 1 -1.02587126E-01 #
- 2 2 -9.41218615E-01 #
- 2 3 2.77646035E-01 #
- 2 4 -1.62776142E-01 #
- 3 1 -6.05810247E-02 #
- 3 2 8.91988501E-02 #
- 3 3 6.96123242E-01 #
- 3 4 7.09779024E-01 #
- 4 1 -1.16185427E-01 #
- 4 2 3.21201473E-01 #
- 4 3 6.45376444E-01 #
- 4 4 -6.83242381E-01 #
-Block UMIX # chargino U mixing matrix
- 1 1 -9.13979530E-01 # U_{11}
- 1 2 4.05760258E-01 # U_{12}
- 2 1 -4.05760258E-01 # U_{21}
- 2 2 -9.13979530E-01 # U_{22}
-Block VMIX # chargino V mixing matrix
- 1 1 -9.70854819E-01 # V_{11}
- 1 2 2.39668459E-01 # V_{12}
- 2 1 -2.39668459E-01 # V_{21}
- 2 2 -9.70854819E-01 # V_{22}
-Block RVLAMLLE Q= 9.118760000000000e+01 # R-Parity violating LLE couplings
- 1 1 1 0.000000000000000e+00 # lambda_{111}
- 1 1 2 0.000000000000000e+00 # lambda_{112}
- 1 1 3 0.000000000000000e+00 # lambda_{113}
- 1 2 1 0.000000000000000e+00 # lambda_{121}
- 1 2 2 0.000000000000000e+00 # lambda_{122}
- 1 2 3 -1.496979329550632e-03 # lambda_{123}
- 1 3 1 0.000000000000000e+00 # lambda_{131}
- 1 3 2 0.000000000000000e+00 # lambda_{132}
- 1 3 3 0.000000000000000e+00 # lambda_{133}
- 2 1 1 0.000000000000000e+00 # lambda_{211}
- 2 1 2 0.000000000000000e+00 # lambda_{212}
- 2 1 3 1.496979329550632e-03 # lambda_{213}
- 2 2 1 0.000000000000000e+00 # lambda_{221}
- 2 2 2 0.000000000000000e+00 # lambda_{222}
- 2 2 3 0.000000000000000e+00 # lambda_{223}
- 2 3 1 0.000000000000000e+00 # lambda_{231}
- 2 3 2 0.000000000000000e+00 # lambda_{232}
- 2 3 3 0.000000000000000e+00 # lambda_{233}
- 3 1 1 0.000000000000000e+00 # lambda_{311}
- 3 1 2 0.000000000000000e+00 # lambda_{312}
- 3 1 3 0.000000000000000e+00 # lambda_{313}
- 3 2 1 0.000000000000000e+00 # lambda_{321}
- 3 2 2 0.000000000000000e+00 # lambda_{322}
- 3 2 3 0.000000000000000e+00 # lambda_{323}
- 3 3 1 0.000000000000000e+00 # lambda_{331}
- 3 3 2 0.000000000000000e+00 # lambda_{332}
- 3 3 3 0.000000000000000e+00 # lambda_{333}
-Block RVLAMLQD Q= 9.118760000000000e+01 # R-Parity violating LQD couplings
- 1 1 1 0.000000000000000e+00 # lambda'_{111}
- 1 1 2 0.000000000000000e+00 # lambda'_{112}
- 1 1 3 0.000000000000000e+00 # lambda'_{113}
- 1 2 1 0.000000000000000e+00 # lambda'_{121}
- 1 2 2 0.000000000000000e+00 # lambda'_{122}
- 1 2 3 0.000000000000000e+00 # lambda'_{123}
- 1 3 1 0.000000000000000e+00 # lambda'_{131}
- 1 3 2 0.000000000000000e+00 # lambda'_{132}
- 1 3 3 0.000000000000000e+00 # lambda'_{133}
- 2 1 1 0.000000000000000e+00 # lambda'_{211}
- 2 1 2 0.000000000000000e+00 # lambda'_{212}
- 2 1 3 0.000000000000000e+00 # lambda'_{213}
- 2 2 1 0.000000000000000e+00 # lambda'_{221}
- 2 2 2 0.000000000000000e+00 # lambda'_{222}
- 2 2 3 0.000000000000000e+00 # lambda'_{223}
- 2 3 1 0.000000000000000e+00 # lambda'_{231}
- 2 3 2 0.000000000000000e+00 # lambda'_{232}
- 2 3 3 0.000000000000000e+00 # lambda'_{233}
- 3 1 1 0.000000000000000e+00 # lambda'_{311}
- 3 1 2 0.000000000000000e+00 # lambda'_{312}
- 3 1 3 0.000000000000000e+00 # lambda'_{313}
- 3 2 1 0.000000000000000e+00 # lambda'_{321}
- 3 2 2 0.000000000000000e+00 # lambda'_{322}
- 3 2 3 0.000000000000000e+00 # lambda'_{323}
- 3 3 1 0.000000000000000e+00 # lambda'_{331}
- 3 3 2 0.000000000000000e+00 # lambda'_{332}
- 3 3 3 0.000000000000000e+00 # lambda'_{333}
-Block RVLAMUDD Q= 9.118760000000000e+01 # R-Parity violating UDD couplings
- 1 1 1 0.000000000000000e+00 # lambda''_{111}
- 1 1 2 0.000000000000000e+00 # lambda''_{112}
- 1 1 3 0.000000000000000e+00 # lambda''_{113}
- 1 2 1 0.000000000000000e+00 # lambda''_{121}
- 1 2 2 0.000000000000000e+00 # lambda''_{122}
- 1 2 3 0.000000000000000e+00 # lambda''_{123}
- 1 3 1 0.000000000000000e+00 # lambda''_{131}
- 1 3 2 0.000000000000000e+00 # lambda''_{132}
- 1 3 3 0.000000000000000e+00 # lambda''_{133}
- 2 1 1 0.000000000000000e+00 # lambda''_{211}
- 2 1 2 0.000000000000000e+00 # lambda''_{212}
- 2 1 3 0.000000000000000e+00 # lambda''_{213}
- 2 2 1 0.000000000000000e+00 # lambda''_{221}
- 2 2 2 0.000000000000000e+00 # lambda''_{222}
- 2 2 3 0.000000000000000e+00 # lambda''_{223}
- 2 3 1 0.000000000000000e+00 # lambda''_{231}
- 2 3 2 0.000000000000000e+00 # lambda''_{232}
- 2 3 3 0.000000000000000e+00 # lambda''_{233}
- 3 1 1 0.000000000000000e+00 # lambda''_{311}
- 3 1 2 0.000000000000000e+00 # lambda''_{312}
- 3 1 3 0.000000000000000e+00 # lambda''_{313}
- 3 2 1 0.000000000000000e+00 # lambda''_{321}
- 3 2 2 0.000000000000000e+00 # lambda''_{322}
- 3 2 3 0.000000000000000e+00 # lambda''_{323}
- 3 3 1 0.000000000000000e+00 # lambda''_{331}
- 3 3 2 0.000000000000000e+00 # lambda''_{332}
- 3 3 3 0.000000000000000e+00 # lambda''_{333}
-Block RVT Q= 9.118760000000000e+01 # R-Parity violating LLE soft terms
- 1 1 1 0.000000000000000e+00 # T_{111}
- 1 1 2 0.000000000000000e+00 # T_{112}
- 1 1 3 0.000000000000000e+00 # T_{113}
- 1 2 1 0.000000000000000e+00 # T_{121}
- 1 2 2 0.000000000000000e+00 # T_{122}
- 1 2 3 3.978334432687043e-01 # T_{123}
- 1 3 1 0.000000000000000e+00 # T_{131}
- 1 3 2 0.000000000000000e+00 # T_{132}
- 1 3 3 0.000000000000000e+00 # T_{133}
- 2 1 1 0.000000000000000e+00 # T_{211}
- 2 1 2 0.000000000000000e+00 # T_{212}
- 2 1 3 -3.978334432687043e-01 # T_{213}
- 2 2 1 0.000000000000000e+00 # T_{221}
- 2 2 2 0.000000000000000e+00 # T_{222}
- 2 2 3 0.000000000000000e+00 # T_{223}
- 2 3 1 0.000000000000000e+00 # T_{231}
- 2 3 2 0.000000000000000e+00 # T_{232}
- 2 3 3 0.000000000000000e+00 # T_{233}
- 3 1 1 0.000000000000000e+00 # T_{311}
- 3 1 2 0.000000000000000e+00 # T_{312}
- 3 1 3 0.000000000000000e+00 # T_{313}
- 3 2 1 0.000000000000000e+00 # T_{321}
- 3 2 2 0.000000000000000e+00 # T_{322}
- 3 2 3 0.000000000000000e+00 # T_{323}
- 3 3 1 0.000000000000000e+00 # T_{331}
- 3 3 2 0.000000000000000e+00 # T_{332}
- 3 3 3 0.000000000000000e+00 # T_{333}
-Block RVTP Q= 9.118760000000000e+01 # R-Parity violating LQD soft terms
- 1 1 1 0.000000000000000e+00 # T'_{111}
- 1 1 2 0.000000000000000e+00 # T'_{112}
- 1 1 3 0.000000000000000e+00 # T'_{113}
- 1 2 1 0.000000000000000e+00 # T'_{121}
- 1 2 2 0.000000000000000e+00 # T'_{122}
- 1 2 3 0.000000000000000e+00 # T'_{123}
- 1 3 1 0.000000000000000e+00 # T'_{131}
- 1 3 2 0.000000000000000e+00 # T'_{132}
- 1 3 3 0.000000000000000e+00 # T'_{133}
- 2 1 1 0.000000000000000e+00 # T'_{211}
- 2 1 2 0.000000000000000e+00 # T'_{212}
- 2 1 3 0.000000000000000e+00 # T'_{213}
- 2 2 1 0.000000000000000e+00 # T'_{221}
- 2 2 2 0.000000000000000e+00 # T'_{222}
- 2 2 3 0.000000000000000e+00 # T'_{223}
- 2 3 1 0.000000000000000e+00 # T'_{231}
- 2 3 2 0.000000000000000e+00 # T'_{232}
- 2 3 3 0.000000000000000e+00 # T'_{233}
- 3 1 1 0.000000000000000e+00 # T'_{311}
- 3 1 2 0.000000000000000e+00 # T'_{312}
- 3 1 3 0.000000000000000e+00 # T'_{313}
- 3 2 1 0.000000000000000e+00 # T'_{321}
- 3 2 2 0.000000000000000e+00 # T'_{322}
- 3 2 3 0.000000000000000e+00 # T'_{323}
- 3 3 1 0.000000000000000e+00 # T'_{331}
- 3 3 2 0.000000000000000e+00 # T'_{332}
- 3 3 3 0.000000000000000e+00 # T'_{333}
-Block RVTPP Q= 9.118760000000000e+01 # R-Parity violating UDD soft terms
- 1 1 1 0.000000000000000e+00 # T''_{111}
- 1 1 2 0.000000000000000e+00 # T''_{112}
- 1 1 3 0.000000000000000e+00 # T''_{113}
- 1 2 1 0.000000000000000e+00 # T''_{121}
- 1 2 2 0.000000000000000e+00 # T''_{122}
- 1 2 3 0.000000000000000e+00 # T''_{123}
- 1 3 1 0.000000000000000e+00 # T''_{131}
- 1 3 2 0.000000000000000e+00 # T''_{132}
- 1 3 3 0.000000000000000e+00 # T''_{133}
- 2 1 1 0.000000000000000e+00 # T''_{211}
- 2 1 2 0.000000000000000e+00 # T''_{212}
- 2 1 3 0.000000000000000e+00 # T''_{213}
- 2 2 1 0.000000000000000e+00 # T''_{221}
- 2 2 2 0.000000000000000e+00 # T''_{222}
- 2 2 3 0.000000000000000e+00 # T''_{223}
- 2 3 1 0.000000000000000e+00 # T''_{231}
- 2 3 2 0.000000000000000e+00 # T''_{232}
- 2 3 3 0.000000000000000e+00 # T''_{233}
- 3 1 1 0.000000000000000e+00 # T''_{311}
- 3 1 2 0.000000000000000e+00 # T''_{312}
- 3 1 3 0.000000000000000e+00 # T''_{313}
- 3 2 1 0.000000000000000e+00 # T''_{321}
- 3 2 2 0.000000000000000e+00 # T''_{322}
- 3 2 3 0.000000000000000e+00 # T''_{323}
- 3 3 1 0.000000000000000e+00 # T''_{331}
- 3 3 2 0.000000000000000e+00 # T''_{332}
- 3 3 3 0.000000000000000e+00 # T''_{333}
-Block RVKAPPA Q= 9.118760000000000e+01 # R-Parity violating kappa
- 1 0.000000000000000e+00 # kappa_{1}
- 2 0.000000000000000e+00 # kappa_{2}
- 3 0.000000000000000e+00 # kappa_{3}
-Block RVD Q= 9.118760000000000e+01 # R-Parity violating D
- 1 0.000000000000000e+00 # D_{1}
- 2 0.000000000000000e+00 # D_{2}
- 3 0.000000000000000e+00 # D_{3}
-Block RVSNVEV Q= 9.118760000000000e+01 # sneutrino VEVs D
- 1 0.000000000000000e+00 # SneutrinoVev_{1}
- 2 0.000000000000000e+00 # SneutrinoVev_{2}
- 3 0.000000000000000e+00 # SneutrinoVev_{3}
-Block RVM2LH1 Q= 9.118760000000000e+01 # M2LH1
- 1 0.000000000000000e+00 # M2LH1_{1}
- 2 0.000000000000000e+00 # M2LH1_{2}
- 3 0.000000000000000e+00 # M2LH1_{3}
-Block RVNMIX Q= 9.118760000000000e+01 # neutrino-neutralino mixing matrix
- 1 1 1.000000000000000e+00 # N_{11}
- 1 2 0.000000000000000e+00 # N_{12}
- 1 3 0.000000000000000e+00 # N_{13}
- 1 4 0.000000000000000e+00 # N_{14}
- 1 5 0.000000000000000e+00 # N_{15}
- 1 6 0.000000000000000e+00 # N_{16}
- 1 7 0.000000000000000e+00 # N_{17}
- 2 1 0.000000000000000e+00 # N_{21}
- 2 2 1.000000000000000e+00 # N_{22}
- 2 3 0.000000000000000e+00 # N_{23}
- 2 4 0.000000000000000e+00 # N_{24}
- 2 5 0.000000000000000e+00 # N_{25}
- 2 6 0.000000000000000e+00 # N_{26}
- 2 7 0.000000000000000e+00 # N_{27}
- 3 1 0.000000000000000e+00 # N_{31}
- 3 2 0.000000000000000e+00 # N_{32}
- 3 3 1.000000000000000e+00 # N_{33}
- 3 4 0.000000000000000e+00 # N_{34}
- 3 5 0.000000000000000e+00 # N_{35}
- 3 6 0.000000000000000e+00 # N_{36}
- 3 7 0.000000000000000e+00 # N_{37}
- 4 1 0.000000000000000e+00 # N_{41}
- 4 2 0.000000000000000e+00 # N_{42}
- 4 3 0.000000000000000e+00 # N_{43}
- 4 4 9.847586302448337e-01 # N_{44}
- 4 5 1.103358172169542e-01 # N_{45}
- 4 6 -6.109196614701566e-02 # N_{46}
- 4 7 -1.197673547744873e-01 # N_{47}
- 5 1 0.000000000000000e+00 # N_{51}
- 5 2 0.000000000000000e+00 # N_{52}
- 5 3 0.000000000000000e+00 # N_{53}
- 5 4 -6.117335704829553e-02 # N_{54}
- 5 5 9.417084179971972e-01 # N_{55}
- 5 6 9.139706636153933e-02 # N_{56}
- 5 7 3.179459893144785e-01 # N_{57}
- 6 1 0.000000000000000e+00 # N_{61}
- 6 2 0.000000000000000e+00 # N_{62}
- 6 3 0.000000000000000e+00 # N_{63}
- 6 4 1.526003197222580e-01 # N_{64}
- 6 5 -2.757093691768081e-01 # N_{65}
- 6 6 6.951152156704405e-01 # N_{66}
- 6 7 6.461519350061778e-01 # N_{67}
- 7 1 0.000000000000000e+00 # N_{71}
- 7 2 0.000000000000000e+00 # N_{72}
- 7 3 0.000000000000000e+00 # N_{73}
- 7 4 -5.675740450747836e-02 # N_{74}
- 7 5 1.580999894383607e-01 # N_{75}
- 7 6 7.104429497688277e-01 # N_{76}
- 7 7 -6.834133489308879e-01 # N_{77}
-Block gauge Q= 4.658875486002514e+02
- 1 3.612224559820806e-01 # g'(Q)MSSM DRbar
- 2 6.459416521668273e-01 # g(Q)MSSM DRbar
- 3 1.099084612812928e+00 # g3(Q)MSSM DRbar
-Block yu Q= 4.658875486002514e+02
- 3 3 8.876850863710053e-01 # Yt(Q)MSSM DRbar
-Block yd Q= 4.658875486002514e+02
- 3 3 1.394144554244301e-01 # Yb(Q)MSSM DRbar
-Block ye Q= 4.658875486002514e+02
- 3 3 1.008201048296727e-01 # Ytau(Q)MSSM DRbar
-Block hmix Q= 4.658875486002514e+02 # Higgs mixing parameters
- 1 3.523951229611193e+02 # mu(Q)MSSM DRbar
- 2 9.750794981797965e+00 # tan beta(Q)MSSM DRbar
- 3 2.450552388999505e+02 # higgs vev(Q)MSSM DRbar
- 4 1.540085312037490e+05 # mA^2(Q)MSSM DRbar
-Block msoft Q= 4.658875486002514e+02 # MSSM DRbar SUSY breaking parameters
- 1 1.019298350505508e+02 # M_1(Q)
- 2 1.918839647481807e+02 # M_2(Q)
- 3 5.865103097292333e+02 # M_3(Q)
- 21 3.224270569356461e+04 # mH1^2(Q)
- 22 -1.266078208606914e+05 # mH2^2(Q)
- 31 1.951283343699006e+02 # meL(Q)
- 32 1.951255562707749e+02 # mmuL(Q)
- 33 1.942966611468428e+02 # mtauL(Q)
- 34 1.359061234183270e+02 # meR(Q)
- 35 1.358980376461618e+02 # mmuR(Q)
- 36 1.334673224873262e+02 # mtauR(Q)
- 41 5.456897737242055e+02 # mqL1(Q)
- 42 5.456880825506045e+02 # mqL2(Q)
- 43 4.973772780573491e+02 # mqL3(Q)
- 44 5.277854736928479e+02 # muR(Q)
- 45 5.277837384132408e+02 # mcR(Q)
- 46 4.228193589663845e+02 # mtR(Q)
- 47 5.256970673584685e+02 # mdR(Q)
- 48 5.256952574087342e+02 # msR(Q)
- 49 5.224212199661440e+02 # mbR(Q)
-Block au Q= 4.658875486002514e+02
- 1 1 -6.800488459570624e+02 # Au(Q)MSSM DRbar
- 2 2 -6.800453755302406e+02 # Ac(Q)MSSM DRbar
- 3 3 -5.004695693236664e+02 # At(Q)MSSM DRbar
-Block ad Q= 4.658875486002514e+02
- 1 1 -8.573309698956456e+02 # Ad(Q)MSSM DRbar
- 2 2 -8.573277220569131e+02 # As(Q)MSSM DRbar
- 3 3 -7.942216908831257e+02 # Ab(Q)MSSM DRbar
-Block ae Q= 4.658875486002514e+02
- 1 1 -2.525594738356714e+02 # Ae(Q)MSSM DRbar
- 2 2 -2.525537175544855e+02 # Amu(Q)MSSM DRbar
- 3 3 -2.508338074238620e+02 # Atau(Q)MSSM DRbar
diff --git a/src/RPV-LQD.slha b/src/RPV-LQD.slha
deleted file mode 100644
--- a/src/RPV-LQD.slha
+++ /dev/null
@@ -1,389 +0,0 @@
-# SOFTSUSY3.1.6
-# B.C. Allanach, Comput. Phys. Commun. 143 (2002) 305-331, hep-ph/0104145
-# B.C. Allanach and M.A. Bernhardt, arXiv:0903.1805
-Block SPINFO # Program information
- 1 SOFTSUSY # spectrum calculator
- 2 3.1.6 # version number
-Block MODSEL # Select model
- 1 1 # sugra
- 4 1 # RPV
-Block SMINPUTS # Standard Model inputs
- 1 1.279340000000000e+02 # alpha_em^(-1)(MZ) SM MSbar
- 2 1.166370000000000e-05 # G_Fermi
- 3 1.172000000000000e-01 # alpha_s(MZ)MSbar
- 4 9.118760000000000e+01 # MZ(pole)
- 5 4.250000000000000e+00 # mb(mb)
- 6 1.743000000000000e+02 # Mtop(pole)
- 7 1.777000000000000e+00 # Mtau(pole)
-Block MINPAR # SUSY breaking input parameters
- 3 1.000000000000000e+01 # tanb
- 4 1.000000000000000e+00 # sign(mu)
- 1 1.000000000000000e+02 # m0
- 2 2.500000000000000e+02 # m12
- 5 -1.000000000000000e+02 # A0
-Block RVLAMLQDIN # GUT scale LLE couplings
- 2 1 3 1.000000000000000e-03 # lambda'_{213}
-# Low energy data in SOFTSUSY: MIXING=0 TOLERANCE=1.000000000000000e-03
-# mgut=2.122730121284699e+16 GeV
-Block MASS # Mass spectrum
-#PDG code mass particle
- 24 8.04229965E+01 # W^+
- 25 1.10438690E+02 # h^0
- 35 3.97793060E+02 # H^0
- 36 3.94905823E+02 # A^0
- 37 4.05355896E+02 # H^+
- 1000001 5.70814331E+02 # dnl
- 1000002 5.64825806E+02 # upl
- 1000003 5.70814331E+02 # stl
- 1000004 5.64827515E+02 # chl
- 1000005 5.18517700E+02 # b1
- 1000006 3.95091980E+02 # t1
- 1000011 2.03257172E+02 # el-
- 1000012 1.85554733E+02 # nuel
- 1000013 2.03257217E+02 # mul-
- 1000014 1.85554733E+02 # numl
- 1000015 1.34696426E+02 # tau1
- 1000016 1.83442932E+02 # nutl
- 1000021 6.08503235E+02 # glss
- 1000022 9.73322601E+01 # z1ss
- 1000023 1.80183792E+02 # z2ss
- 1000024 1.80105759E+02 # w1ss
- 1000025 -3.57040588E+02 # z3ss
- 1000035 3.77500427E+02 # z4ss
- 1000037 3.76503052E+02 # w2ss
- 2000001 5.48128662E+02 # dnr
- 2000002 5.48450806E+02 # upr
- 2000003 5.48128662E+02 # str
- 2000004 5.48452698E+02 # chr
- 2000005 5.47777100E+02 # b2
- 2000006 5.84465332E+02 # t2
- 2000011 1.42523392E+02 # er-
- 2000013 1.42523438E+02 # mur-
- 2000015 2.05819611E+02 # tau2
-# Higgs mixing
-Block alpha # Effective Higgs mixing parameter
- -1.10697523E-01 # alpha
-Block stopmix # stop mixing matrix
- 1 1 5.46654999E-01 # O_{11}
- 1 2 8.37357938E-01 # O_{12}
- 2 1 8.37357938E-01 # O_{21}
- 2 2 -5.46654999E-01 # O_{22}
-Block sbotmix # sbottom mixing matrix
- 1 1 9.31581736E-01 # O_{11}
- 1 2 3.63531858E-01 # O_{12}
- 2 1 -3.63531858E-01 # O_{21}
- 2 2 9.31581736E-01 # O_{22}
-Block staumix # stau mixing matrix
- 1 1 2.76004761E-01 # O_{11}
- 1 2 9.61156249E-01 # O_{12}
- 2 1 9.61156249E-01 # O_{21}
- 2 2 -2.76004761E-01 # O_{22}
-Block nmix # neutralino mixing matrix
- 1 1 9.86056149E-01 #
- 1 2 -5.45955077E-02 #
- 1 3 1.47697553E-01 #
- 1 4 -5.38330264E-02 #
- 2 1 -1.02587126E-01 #
- 2 2 -9.41218615E-01 #
- 2 3 2.77646035E-01 #
- 2 4 -1.62776142E-01 #
- 3 1 -6.05810247E-02 #
- 3 2 8.91988501E-02 #
- 3 3 6.96123242E-01 #
- 3 4 7.09779024E-01 #
- 4 1 -1.16185427E-01 #
- 4 2 3.21201473E-01 #
- 4 3 6.45376444E-01 #
- 4 4 -6.83242381E-01 #
-Block UMIX # chargino U mixing matrix
- 1 1 -9.13979530E-01 # U_{11}
- 1 2 4.05760258E-01 # U_{12}
- 2 1 -4.05760258E-01 # U_{21}
- 2 2 -9.13979530E-01 # U_{22}
-Block VMIX # chargino V mixing matrix
- 1 1 -9.70854819E-01 # V_{11}
- 1 2 2.39668459E-01 # V_{12}
- 2 1 -2.39668459E-01 # V_{21}
- 2 2 -9.70854819E-01 # V_{22}
-Block RVLAMLLE Q= 9.118760000000000e+01 # R-Parity violating LLE couplings
- 1 1 1 0.000000000000000e+00 # lambda_{111}
- 1 1 2 0.000000000000000e+00 # lambda_{112}
- 1 1 3 0.000000000000000e+00 # lambda_{113}
- 1 2 1 0.000000000000000e+00 # lambda_{121}
- 1 2 2 0.000000000000000e+00 # lambda_{122}
- 1 2 3 0.000000000000000e+00 # lambda_{123}
- 1 3 1 0.000000000000000e+00 # lambda_{131}
- 1 3 2 0.000000000000000e+00 # lambda_{132}
- 1 3 3 0.000000000000000e+00 # lambda_{133}
- 2 1 1 0.000000000000000e+00 # lambda_{211}
- 2 1 2 0.000000000000000e+00 # lambda_{212}
- 2 1 3 0.000000000000000e+00 # lambda_{213}
- 2 2 1 0.000000000000000e+00 # lambda_{221}
- 2 2 2 0.000000000000000e+00 # lambda_{222}
- 2 2 3 0.000000000000000e+00 # lambda_{223}
- 2 3 1 0.000000000000000e+00 # lambda_{231}
- 2 3 2 0.000000000000000e+00 # lambda_{232}
- 2 3 3 0.000000000000000e+00 # lambda_{233}
- 3 1 1 0.000000000000000e+00 # lambda_{311}
- 3 1 2 0.000000000000000e+00 # lambda_{312}
- 3 1 3 0.000000000000000e+00 # lambda_{313}
- 3 2 1 0.000000000000000e+00 # lambda_{321}
- 3 2 2 0.000000000000000e+00 # lambda_{322}
- 3 2 3 0.000000000000000e+00 # lambda_{323}
- 3 3 1 0.000000000000000e+00 # lambda_{331}
- 3 3 2 0.000000000000000e+00 # lambda_{332}
- 3 3 3 0.000000000000000e+00 # lambda_{333}
-Block RVLAMLQD Q= 9.118760000000000e+01 # R-Parity violating LQD couplings
- 1 1 1 0.000000000000000e+00 # lambda'_{111}
- 1 1 2 0.000000000000000e+00 # lambda'_{112}
- 1 1 3 0.000000000000000e+00 # lambda'_{113}
- 1 2 1 0.000000000000000e+00 # lambda'_{121}
- 1 2 2 0.000000000000000e+00 # lambda'_{122}
- 1 2 3 0.000000000000000e+00 # lambda'_{123}
- 1 3 1 0.000000000000000e+00 # lambda'_{131}
- 1 3 2 0.000000000000000e+00 # lambda'_{132}
- 1 3 3 0.000000000000000e+00 # lambda'_{133}
- 2 1 1 0.000000000000000e+00 # lambda'_{211}
- 2 1 2 0.000000000000000e+00 # lambda'_{212}
- 2 1 3 3.269536878986891e-03 # lambda'_{213}
- 2 2 1 0.000000000000000e+00 # lambda'_{221}
- 2 2 2 0.000000000000000e+00 # lambda'_{222}
- 2 2 3 0.000000000000000e+00 # lambda'_{223}
- 2 3 1 0.000000000000000e+00 # lambda'_{231}
- 2 3 2 0.000000000000000e+00 # lambda'_{232}
- 2 3 3 0.000000000000000e+00 # lambda'_{233}
- 3 1 1 0.000000000000000e+00 # lambda'_{311}
- 3 1 2 0.000000000000000e+00 # lambda'_{312}
- 3 1 3 0.000000000000000e+00 # lambda'_{313}
- 3 2 1 0.000000000000000e+00 # lambda'_{321}
- 3 2 2 0.000000000000000e+00 # lambda'_{322}
- 3 2 3 0.000000000000000e+00 # lambda'_{323}
- 3 3 1 0.000000000000000e+00 # lambda'_{331}
- 3 3 2 0.000000000000000e+00 # lambda'_{332}
- 3 3 3 0.000000000000000e+00 # lambda'_{333}
-Block RVLAMUDD Q= 9.118760000000000e+01 # R-Parity violating UDD couplings
- 1 1 1 0.000000000000000e+00 # lambda''_{111}
- 1 1 2 0.000000000000000e+00 # lambda''_{112}
- 1 1 3 0.000000000000000e+00 # lambda''_{113}
- 1 2 1 0.000000000000000e+00 # lambda''_{121}
- 1 2 2 0.000000000000000e+00 # lambda''_{122}
- 1 2 3 0.000000000000000e+00 # lambda''_{123}
- 1 3 1 0.000000000000000e+00 # lambda''_{131}
- 1 3 2 0.000000000000000e+00 # lambda''_{132}
- 1 3 3 0.000000000000000e+00 # lambda''_{133}
- 2 1 1 0.000000000000000e+00 # lambda''_{211}
- 2 1 2 0.000000000000000e+00 # lambda''_{212}
- 2 1 3 0.000000000000000e+00 # lambda''_{213}
- 2 2 1 0.000000000000000e+00 # lambda''_{221}
- 2 2 2 0.000000000000000e+00 # lambda''_{222}
- 2 2 3 0.000000000000000e+00 # lambda''_{223}
- 2 3 1 0.000000000000000e+00 # lambda''_{231}
- 2 3 2 0.000000000000000e+00 # lambda''_{232}
- 2 3 3 0.000000000000000e+00 # lambda''_{233}
- 3 1 1 0.000000000000000e+00 # lambda''_{311}
- 3 1 2 0.000000000000000e+00 # lambda''_{312}
- 3 1 3 0.000000000000000e+00 # lambda''_{313}
- 3 2 1 0.000000000000000e+00 # lambda''_{321}
- 3 2 2 0.000000000000000e+00 # lambda''_{322}
- 3 2 3 0.000000000000000e+00 # lambda''_{323}
- 3 3 1 0.000000000000000e+00 # lambda''_{331}
- 3 3 2 0.000000000000000e+00 # lambda''_{332}
- 3 3 3 0.000000000000000e+00 # lambda''_{333}
-Block RVT Q= 9.118760000000000e+01 # R-Parity violating LLE soft terms
- 1 1 1 0.000000000000000e+00 # T_{111}
- 1 1 2 0.000000000000000e+00 # T_{112}
- 1 1 3 0.000000000000000e+00 # T_{113}
- 1 2 1 0.000000000000000e+00 # T_{121}
- 1 2 2 0.000000000000000e+00 # T_{122}
- 1 2 3 0.000000000000000e+00 # T_{123}
- 1 3 1 0.000000000000000e+00 # T_{131}
- 1 3 2 0.000000000000000e+00 # T_{132}
- 1 3 3 0.000000000000000e+00 # T_{133}
- 2 1 1 0.000000000000000e+00 # T_{211}
- 2 1 2 0.000000000000000e+00 # T_{212}
- 2 1 3 0.000000000000000e+00 # T_{213}
- 2 2 1 0.000000000000000e+00 # T_{221}
- 2 2 2 0.000000000000000e+00 # T_{222}
- 2 2 3 0.000000000000000e+00 # T_{223}
- 2 3 1 0.000000000000000e+00 # T_{231}
- 2 3 2 0.000000000000000e+00 # T_{232}
- 2 3 3 0.000000000000000e+00 # T_{233}
- 3 1 1 0.000000000000000e+00 # T_{311}
- 3 1 2 0.000000000000000e+00 # T_{312}
- 3 1 3 0.000000000000000e+00 # T_{313}
- 3 2 1 0.000000000000000e+00 # T_{321}
- 3 2 2 0.000000000000000e+00 # T_{322}
- 3 2 3 0.000000000000000e+00 # T_{323}
- 3 3 1 0.000000000000000e+00 # T_{331}
- 3 3 2 0.000000000000000e+00 # T_{332}
- 3 3 3 0.000000000000000e+00 # T_{333}
-Block RVTP Q= 9.118760000000000e+01 # R-Parity violating LQD soft terms
- 1 1 1 0.000000000000000e+00 # T'_{111}
- 1 1 2 0.000000000000000e+00 # T'_{112}
- 1 1 3 0.000000000000000e+00 # T'_{113}
- 1 2 1 0.000000000000000e+00 # T'_{121}
- 1 2 2 0.000000000000000e+00 # T'_{122}
- 1 2 3 0.000000000000000e+00 # T'_{123}
- 1 3 1 0.000000000000000e+00 # T'_{131}
- 1 3 2 0.000000000000000e+00 # T'_{132}
- 1 3 3 0.000000000000000e+00 # T'_{133}
- 2 1 1 0.000000000000000e+00 # T'_{211}
- 2 1 2 0.000000000000000e+00 # T'_{212}
- 2 1 3 -3.114558177177572e+00 # T'_{213}
- 2 2 1 0.000000000000000e+00 # T'_{221}
- 2 2 2 0.000000000000000e+00 # T'_{222}
- 2 2 3 0.000000000000000e+00 # T'_{223}
- 2 3 1 0.000000000000000e+00 # T'_{231}
- 2 3 2 0.000000000000000e+00 # T'_{232}
- 2 3 3 0.000000000000000e+00 # T'_{233}
- 3 1 1 0.000000000000000e+00 # T'_{311}
- 3 1 2 0.000000000000000e+00 # T'_{312}
- 3 1 3 0.000000000000000e+00 # T'_{313}
- 3 2 1 0.000000000000000e+00 # T'_{321}
- 3 2 2 0.000000000000000e+00 # T'_{322}
- 3 2 3 0.000000000000000e+00 # T'_{323}
- 3 3 1 0.000000000000000e+00 # T'_{331}
- 3 3 2 0.000000000000000e+00 # T'_{332}
- 3 3 3 0.000000000000000e+00 # T'_{333}
-Block RVTPP Q= 9.118760000000000e+01 # R-Parity violating UDD soft terms
- 1 1 1 0.000000000000000e+00 # T''_{111}
- 1 1 2 0.000000000000000e+00 # T''_{112}
- 1 1 3 0.000000000000000e+00 # T''_{113}
- 1 2 1 0.000000000000000e+00 # T''_{121}
- 1 2 2 0.000000000000000e+00 # T''_{122}
- 1 2 3 0.000000000000000e+00 # T''_{123}
- 1 3 1 0.000000000000000e+00 # T''_{131}
- 1 3 2 0.000000000000000e+00 # T''_{132}
- 1 3 3 0.000000000000000e+00 # T''_{133}
- 2 1 1 0.000000000000000e+00 # T''_{211}
- 2 1 2 0.000000000000000e+00 # T''_{212}
- 2 1 3 0.000000000000000e+00 # T''_{213}
- 2 2 1 0.000000000000000e+00 # T''_{221}
- 2 2 2 0.000000000000000e+00 # T''_{222}
- 2 2 3 0.000000000000000e+00 # T''_{223}
- 2 3 1 0.000000000000000e+00 # T''_{231}
- 2 3 2 0.000000000000000e+00 # T''_{232}
- 2 3 3 0.000000000000000e+00 # T''_{233}
- 3 1 1 0.000000000000000e+00 # T''_{311}
- 3 1 2 0.000000000000000e+00 # T''_{312}
- 3 1 3 0.000000000000000e+00 # T''_{313}
- 3 2 1 0.000000000000000e+00 # T''_{321}
- 3 2 2 0.000000000000000e+00 # T''_{322}
- 3 2 3 0.000000000000000e+00 # T''_{323}
- 3 3 1 0.000000000000000e+00 # T''_{331}
- 3 3 2 0.000000000000000e+00 # T''_{332}
- 3 3 3 0.000000000000000e+00 # T''_{333}
-Block RVKAPPA Q= 9.118760000000000e+01 # R-Parity violating kappa
- 1 0.000000000000000e+00 # kappa_{1}
- 2 0.000000000000000e+00 # kappa_{2}
- 3 0.000000000000000e+00 # kappa_{3}
-Block RVD Q= 9.118760000000000e+01 # R-Parity violating D
- 1 0.000000000000000e+00 # D_{1}
- 2 0.000000000000000e+00 # D_{2}
- 3 0.000000000000000e+00 # D_{3}
-Block RVSNVEV Q= 9.118760000000000e+01 # sneutrino VEVs D
- 1 0.000000000000000e+00 # SneutrinoVev_{1}
- 2 0.000000000000000e+00 # SneutrinoVev_{2}
- 3 0.000000000000000e+00 # SneutrinoVev_{3}
-Block RVM2LH1 Q= 9.118760000000000e+01 # M2LH1
- 1 0.000000000000000e+00 # M2LH1_{1}
- 2 0.000000000000000e+00 # M2LH1_{2}
- 3 0.000000000000000e+00 # M2LH1_{3}
-Block RVNMIX Q= 9.118760000000000e+01 # neutrino-neutralino mixing matrix
- 1 1 1.000000000000000e+00 # N_{11}
- 1 2 0.000000000000000e+00 # N_{12}
- 1 3 0.000000000000000e+00 # N_{13}
- 1 4 0.000000000000000e+00 # N_{14}
- 1 5 0.000000000000000e+00 # N_{15}
- 1 6 0.000000000000000e+00 # N_{16}
- 1 7 0.000000000000000e+00 # N_{17}
- 2 1 0.000000000000000e+00 # N_{21}
- 2 2 1.000000000000000e+00 # N_{22}
- 2 3 0.000000000000000e+00 # N_{23}
- 2 4 0.000000000000000e+00 # N_{24}
- 2 5 0.000000000000000e+00 # N_{25}
- 2 6 0.000000000000000e+00 # N_{26}
- 2 7 0.000000000000000e+00 # N_{27}
- 3 1 0.000000000000000e+00 # N_{31}
- 3 2 0.000000000000000e+00 # N_{32}
- 3 3 1.000000000000000e+00 # N_{33}
- 3 4 0.000000000000000e+00 # N_{34}
- 3 5 0.000000000000000e+00 # N_{35}
- 3 6 0.000000000000000e+00 # N_{36}
- 3 7 0.000000000000000e+00 # N_{37}
- 4 1 0.000000000000000e+00 # N_{41}
- 4 2 0.000000000000000e+00 # N_{42}
- 4 3 0.000000000000000e+00 # N_{43}
- 4 4 9.847586302448337e-01 # N_{44}
- 4 5 1.103358172169542e-01 # N_{45}
- 4 6 -6.109196614701566e-02 # N_{46}
- 4 7 -1.197673547744873e-01 # N_{47}
- 5 1 0.000000000000000e+00 # N_{51}
- 5 2 0.000000000000000e+00 # N_{52}
- 5 3 0.000000000000000e+00 # N_{53}
- 5 4 -6.117335704829553e-02 # N_{54}
- 5 5 9.417084179971972e-01 # N_{55}
- 5 6 9.139706636153933e-02 # N_{56}
- 5 7 3.179459893144785e-01 # N_{57}
- 6 1 0.000000000000000e+00 # N_{61}
- 6 2 0.000000000000000e+00 # N_{62}
- 6 3 0.000000000000000e+00 # N_{63}
- 6 4 1.526003197222580e-01 # N_{64}
- 6 5 -2.757093691768081e-01 # N_{65}
- 6 6 6.951152156704405e-01 # N_{66}
- 6 7 6.461519350061778e-01 # N_{67}
- 7 1 0.000000000000000e+00 # N_{71}
- 7 2 0.000000000000000e+00 # N_{72}
- 7 3 0.000000000000000e+00 # N_{73}
- 7 4 -5.675740450747836e-02 # N_{74}
- 7 5 1.580999894383607e-01 # N_{75}
- 7 6 7.104429497688277e-01 # N_{76}
- 7 7 -6.834133489308879e-01 # N_{77}
-Block gauge Q= 4.658875486002514e+02
- 1 3.612224559820806e-01 # g'(Q)MSSM DRbar
- 2 6.459416521668273e-01 # g(Q)MSSM DRbar
- 3 1.099084612812928e+00 # g3(Q)MSSM DRbar
-Block yu Q= 4.658875486002514e+02
- 3 3 8.876850863710053e-01 # Yt(Q)MSSM DRbar
-Block yd Q= 4.658875486002514e+02
- 3 3 1.394144554244301e-01 # Yb(Q)MSSM DRbar
-Block ye Q= 4.658875486002514e+02
- 3 3 1.008201048296727e-01 # Ytau(Q)MSSM DRbar
-Block hmix Q= 4.658875486002514e+02 # Higgs mixing parameters
- 1 3.523951229611193e+02 # mu(Q)MSSM DRbar
- 2 9.750794981797965e+00 # tan beta(Q)MSSM DRbar
- 3 2.450552388999505e+02 # higgs vev(Q)MSSM DRbar
- 4 1.540085312037490e+05 # mA^2(Q)MSSM DRbar
-Block msoft Q= 4.658875486002514e+02 # MSSM DRbar SUSY breaking parameters
- 1 1.019298350505508e+02 # M_1(Q)
- 2 1.918839647481807e+02 # M_2(Q)
- 3 5.865103097292333e+02 # M_3(Q)
- 21 3.224270569356461e+04 # mH1^2(Q)
- 22 -1.266078208606914e+05 # mH2^2(Q)
- 31 1.951283343699006e+02 # meL(Q)
- 32 1.951255562707749e+02 # mmuL(Q)
- 33 1.942966611468428e+02 # mtauL(Q)
- 34 1.359061234183270e+02 # meR(Q)
- 35 1.358980376461618e+02 # mmuR(Q)
- 36 1.334673224873262e+02 # mtauR(Q)
- 41 5.456897737242055e+02 # mqL1(Q)
- 42 5.456880825506045e+02 # mqL2(Q)
- 43 4.973772780573491e+02 # mqL3(Q)
- 44 5.277854736928479e+02 # muR(Q)
- 45 5.277837384132408e+02 # mcR(Q)
- 46 4.228193589663845e+02 # mtR(Q)
- 47 5.256970673584685e+02 # mdR(Q)
- 48 5.256952574087342e+02 # msR(Q)
- 49 5.224212199661440e+02 # mbR(Q)
-Block au Q= 4.658875486002514e+02
- 1 1 -6.800488459570624e+02 # Au(Q)MSSM DRbar
- 2 2 -6.800453755302406e+02 # Ac(Q)MSSM DRbar
- 3 3 -5.004695693236664e+02 # At(Q)MSSM DRbar
-Block ad Q= 4.658875486002514e+02
- 1 1 -8.573309698956456e+02 # Ad(Q)MSSM DRbar
- 2 2 -8.573277220569131e+02 # As(Q)MSSM DRbar
- 3 3 -7.942216908831257e+02 # Ab(Q)MSSM DRbar
-Block ae Q= 4.658875486002514e+02
- 1 1 -2.525594738356714e+02 # Ae(Q)MSSM DRbar
- 2 2 -2.525537175544855e+02 # Amu(Q)MSSM DRbar
- 3 3 -2.508338074238620e+02 # Atau(Q)MSSM DRbar
diff --git a/src/RPV-TRI.slha b/src/RPV-TRI.slha
new file mode 100644
--- /dev/null
+++ b/src/RPV-TRI.slha
@@ -0,0 +1,538 @@
+# SOFTSUSY3.3.7 SLHA compliant output
+# B.C. Allanach, Comput. Phys. Commun. 143 (2002) 305-331, hep-ph/0104145
+# B.C. Allanach and M.A. Bernhardt, Comput. Phys. Commun. 181 (2010) 232,
+# arXiv:0903.1805
+# B.C. Allanach, M. Hanussek and C.H. Kom, arXiv:1109.3735
+Block SPINFO # Program information
+ 1 SOFTSUSY # spectrum calculator
+ 2 3.3.7 # version number
+Block MODSEL # Select model
+ 1 1 # sugra
+ 4 1 # R-parity violating
+Block SMINPUTS # Standard Model inputs
+ 1 1.27934000e+02 # alpha_em^(-1)(MZ) SM MSbar
+ 2 1.16637000e-05 # G_Fermi
+ 3 1.17200000e-01 # alpha_s(MZ)MSbar
+ 4 9.11876000e+01 # MZ(pole)
+ 5 4.25000000e+00 # mb(mb)
+ 6 1.74300000e+02 # Mtop(pole)
+ 7 1.77700000e+00 # Mtau(pole)
+ 21 4.75000000e-03 # Mdown(2 GeV) MSbar
+ 22 2.40000000e-03 # Mup(2 GeV) MSbar
+ 23 1.04000000e-01 # Mstrange(2 GeV) MSbar
+ 24 1.27000000e+00 # Mcharm(Mcharm) MSbar
+ 11 5.10998902e-04 # Me(pole)
+ 13 1.05658357e-01 # Mmu(pole)
+Block VCKMIN # input CKM mixing matrix parameters
+ 1 2.27200000e-01 # lambda
+ 2 8.18000000e-01 # A
+ 3 2.21000000e-01 # rhobar
+ 4 3.40000000e-01 # etabar (no phases used in SOFTSUSY yet though)
+Block MINPAR # SUSY breaking input parameters
+ 3 1.00000000e+01 # tanb
+ 4 1.00000000e+00 # sign(mu)
+ 1 1.00000000e+02 # m0
+ 2 2.50000000e+02 # m12
+ 5 -1.00000000e+02 # A0
+Block EXTPAR # scale of SUSY breaking BCs
+ 0 2.04390176e+16 # MX scale
+Block RVLAMLQDIN # input LLE couplings at MGUT
+ 1 1 1 1.00000000e-02 # lambda'_{111}
+# SOFTSUSY-specific non SLHA information:
+# MIXING=1 Desired accuracy=1.00000000e-03 Achieved accuracy=1.27715204e-04
+Block MASS # Mass spectrum
+# PDG code mass particle
+ 24 7.97075527e+01 # MW
+ 25 1.10189196e+02 # CP even neutral scalar
+ 35 1.85094410e+02 # CP even neutral scalar
+ 36 1.85094410e+02 # CP odd neutral scalar
+ 37 1.34159088e+02 # charged scalar
+ 1000021 6.09353974e+02 # ~g
+ 1000022 9.76922543e+01 # ~neutralino(1)
+ 1000023 1.81233143e+02 # ~neutralino(2)
+ 1000024 1.80984387e+02 # ~chargino(1)
+ 1000025 -3.64313620e+02 # ~neutralino(3)
+ 1000035 3.81350084e+02 # ~neutralino(4)
+ 1000037 3.81873823e+02 # ~chargino(2)
+ 1000011 1.43872160e+02 # charged scalar
+ 1000013 1.43905429e+02 # charged scalar
+ 1000015 2.01232319e+02 # charged scalar
+ 2000011 2.01896782e+02 # charged scalar
+ 2000013 2.05728533e+02 # charged scalar
+ 2000015 4.06941603e+02 # charged scalar
+ 1000012 1.85302424e+02 # CP even neutral scalar
+ 1000014 1.85983634e+02 # CP even neutral scalar
+ 1000016 3.98794737e+02 # CP even neutral scalar
+ 1000017 1.85302424e+02 # CP odd neutral scalar
+ 1000018 1.85983634e+02 # CP odd neutral scalar
+ 1000019 3.98794737e+02 # CP odd neutral scalar
+ 1000001 5.11917830e+02 # ~d_1
+ 1000003 5.42100096e+02 # ~d_2
+ 1000005 5.45438564e+02 # ~d_3
+ 2000001 5.45593377e+02 # ~d_4
+ 2000003 5.67838641e+02 # ~d_5
+ 2000005 5.67907909e+02 # ~d_6
+ 1000002 3.99298571e+02 # ~u_1
+ 1000004 5.45787717e+02 # ~u_2
+ 1000006 5.45798048e+02 # ~u_3
+ 2000002 5.62501117e+02 # ~u_4
+ 2000004 5.62581351e+02 # ~u_5
+ 2000006 5.76473800e+02 # ~u_6
+ 12 0.00000000e+00 # Mnu1 normal hierarchy output
+ 14 0.00000000e+00 # Mnu2 normal hierarchy output
+ 16 -4.53158150e-12 # Mnu3 normal hierarchy output
+Block RVNMIX # neutrino-neutralino mixing matrix
+ 1 1 0.00000000e+00 # N_{11}
+ 1 2 0.00000000e+00 # N_{12}
+ 1 3 1.00000000e+00 # N_{13}
+ 1 4 -1.97408394e-07 # N_{14}
+ 1 5 3.20017330e-07 # N_{15}
+ 1 6 -7.03560986e-07 # N_{16}
+ 1 7 6.44844576e-07 # N_{17}
+ 2 1 1.00000000e+00 # N_{21}
+ 2 2 0.00000000e+00 # N_{22}
+ 2 3 0.00000000e+00 # N_{23}
+ 2 4 0.00000000e+00 # N_{24}
+ 2 5 0.00000000e+00 # N_{25}
+ 2 6 0.00000000e+00 # N_{26}
+ 2 7 0.00000000e+00 # N_{27}
+ 3 1 0.00000000e+00 # N_{31}
+ 3 2 1.00000000e+00 # N_{32}
+ 3 3 0.00000000e+00 # N_{33}
+ 3 4 0.00000000e+00 # N_{34}
+ 3 5 0.00000000e+00 # N_{35}
+ 3 6 0.00000000e+00 # N_{36}
+ 3 7 0.00000000e+00 # N_{37}
+ 4 1 0.00000000e+00 # N_{41}
+ 4 2 0.00000000e+00 # N_{42}
+ 4 3 4.39858487e-08 # N_{43}
+ 4 4 9.85950513e-01 # N_{44}
+ 4 5 1.02894601e-01 # N_{45}
+ 4 6 -5.99755572e-02 # N_{46}
+ 4 7 1.17120534e-01 # N_{47}
+ 5 1 0.00000000e+00 # N_{51}
+ 5 2 0.00000000e+00 # N_{52}
+ 5 3 -4.71568043e-08 # N_{53}
+ 5 4 -5.56503550e-02 # N_{54}
+ 5 5 9.43385663e-01 # N_{55}
+ 5 6 8.94044430e-02 # N_{56}
+ 5 7 -3.14536763e-01 # N_{57}
+ 6 1 0.00000000e+00 # N_{61}
+ 6 2 0.00000000e+00 # N_{62}
+ 6 3 1.02373955e-06 # N_{63}
+ 6 4 1.47819922e-01 # N_{64}
+ 6 5 -2.73315661e-01 # N_{65}
+ 6 6 6.95054408e-01 # N_{66}
+ 6 7 -6.48341877e-01 # N_{67}
+ 7 1 0.00000000e+00 # N_{71}
+ 7 2 0.00000000e+00 # N_{72}
+ 7 3 -1.60314479e-09 # N_{73}
+ 7 4 -5.43497416e-02 # N_{74}
+ 7 5 1.57272827e-01 # N_{75}
+ 7 6 7.10851002e-01 # N_{76}
+ 7 7 6.83375604e-01 # N_{77}
+Block RVUMIX # lepton-chargino mixing matrix U
+ 1 1 1.00000000e+00 # U_{11}
+ 1 2 0.00000000e+00 # U_{12}
+ 1 3 0.00000000e+00 # U_{13}
+ 1 4 -6.72132197e-08 # U_{14}
+ 1 5 1.13630549e-06 # U_{15}
+ 2 1 0.00000000e+00 # U_{21}
+ 2 2 1.00000000e+00 # U_{22}
+ 2 3 0.00000000e+00 # U_{23}
+ 2 4 0.00000000e+00 # U_{24}
+ 2 5 0.00000000e+00 # U_{25}
+ 3 1 0.00000000e+00 # U_{31}
+ 3 2 0.00000000e+00 # U_{32}
+ 3 3 1.00000000e+00 # U_{33}
+ 3 4 0.00000000e+00 # U_{34}
+ 3 5 0.00000000e+00 # U_{35}
+ 4 1 -5.19381278e-07 # U_{41}
+ 4 2 0.00000000e+00 # U_{42}
+ 4 3 0.00000000e+00 # U_{43}
+ 4 4 -9.15225191e-01 # U_{44}
+ 4 5 4.02942738e-01 # U_{45}
+ 5 1 -1.01289233e-06 # U_{51}
+ 5 2 0.00000000e+00 # U_{52}
+ 5 3 0.00000000e+00 # U_{53}
+ 5 4 4.02942738e-01 # U_{54}
+ 5 5 9.15225191e-01 # U_{55}
+Block RVVMIX # lepton-chargino mixing matrix V
+ 1 1 1.00000000e+00 # V_{11}
+ 1 2 0.00000000e+00 # V_{12}
+ 1 3 0.00000000e+00 # V_{13}
+ 1 4 -1.15921838e-12 # V_{14}
+ 1 5 1.65769235e-12 # V_{15}
+ 2 1 0.00000000e+00 # V_{21}
+ 2 2 1.00000000e+00 # V_{22}
+ 2 3 0.00000000e+00 # V_{23}
+ 2 4 0.00000000e+00 # V_{24}
+ 2 5 0.00000000e+00 # V_{25}
+ 3 1 0.00000000e+00 # V_{31}
+ 3 2 0.00000000e+00 # V_{32}
+ 3 3 1.00000000e+00 # V_{33}
+ 3 4 0.00000000e+00 # V_{34}
+ 3 5 0.00000000e+00 # V_{35}
+ 4 1 -1.50785964e-12 # V_{41}
+ 4 2 0.00000000e+00 # V_{42}
+ 4 3 0.00000000e+00 # V_{43}
+ 4 4 -9.73454560e-01 # V_{44}
+ 4 5 2.28880360e-01 # V_{45}
+ 5 1 -1.34836585e-12 # V_{51}
+ 5 2 0.00000000e+00 # V_{52}
+ 5 3 0.00000000e+00 # V_{53}
+ 5 4 2.28880360e-01 # V_{54}
+ 5 5 9.73454560e-01 # V_{55}
+Block gauge Q= 4.65220328e+02 # SM gauge couplings
+ 1 3.61253264e-01 # g'(Q)MSSM DRbar
+ 2 6.45688561e-01 # g(Q)MSSM DRbar
+ 3 1.09913614e+00 # g3(Q)MSSM DRbar
+Block yu Q= 4.65220328e+02 # diagonal Up Yukawa matrix
+ 1 1 7.56787907e-06 # YU_{11}(Q)MSSM DRbar
+ 2 2 3.46660869e-03 # YU_{22}(Q)MSSM DRbar
+ 3 3 8.96476083e-01 # YU_{33}(Q)MSSM DRbar
+Block yd Q= 4.65220328e+02 # diagonal down Yukawa matrix
+ 1 1 1.46810299e-04 # YD_{11}(Q)MSSM DRbar
+ 2 2 3.21422430e-03 # YD_{22}(Q)MSSM DRbar
+ 3 3 1.40551694e-01 # YD_{33}(Q)MSSM DRbar
+Block ye Q= 4.65220328e+02 # diagonal lepton Yukawa matrix
+ 1 1 2.84133489e-05 # YE_{11}(Q)MSSM DRbar
+ 2 2 5.87480556e-03 # YE_{22}(Q)MSSM DRbar
+ 3 3 1.01721001e-01 # YE_{33}(Q)MSSM DRbar
+Block hmix Q= 4.65220328e+02 # Higgs mixing parameters
+ 1 3.57026298e+02 # mu(Q)MSSM DRbar
+ 2 9.74642093e+00 # tan beta(Q)MSSM DRbar
+ 3 2.42791974e+02 # higgs vev(Q)MSSM DRbar
+ 4 1.65778383e+05 # mA^2(Q)MSSM DRbar
+Block RVLAMLLE Q= 4.65220328e+02 # non-zero R-Parity violating LLE couplings
+ 1 2 2 -5.67706921e-09 # lambda_{122}
+ 1 3 3 -9.82972384e-08 # lambda_{133}
+ 2 1 2 5.67706921e-09 # lambda_{212}
+ 3 1 3 9.82972384e-08 # lambda_{313}
+Block RVLAMLQD Q= 4.65220328e+02 # non-zero R-Parity violating LQD couplings
+ 1 1 1 3.01554604e-02 # lambda'_{111}
+ 1 1 2 5.59063597e-14 # lambda'_{112}
+ 1 1 3 -5.71167612e-11 # lambda'_{113}
+ 1 2 1 6.73513528e-07 # lambda'_{121}
+ 1 2 2 -3.10603923e-09 # lambda'_{122}
+ 1 2 3 4.73818268e-11 # lambda'_{123}
+ 1 3 1 -1.58518260e-05 # lambda'_{131}
+ 1 3 2 1.09301245e-12 # lambda'_{132}
+ 1 3 3 -1.35820915e-07 # lambda'_{133}
+Block RVLAMUDD Q= 4.65220328e+02 # non-zero R-Parity violating UDD couplings
+Block RVTLLE Q= 4.65220328e+02 # non-zero R-Parity violating LLE soft terms
+ 1 2 2 7.43575672e-06 # T_{122}
+ 1 3 3 1.28577024e-04 # T_{133}
+ 2 1 2 -7.43575672e-06 # T_{212}
+ 3 1 3 -1.28577024e-04 # T_{313}
+Block RVTLQD Q= 4.65220328e+02 # non-zero R-Parity violating LQD soft terms
+ 1 1 1 -2.61119105e+01 # T'_{111}
+ 1 1 2 -1.64088317e-11 # T'_{112}
+ 1 1 3 1.66849050e-08 # T'_{113}
+ 1 2 1 -9.93280191e-04 # T'_{121}
+ 1 2 2 5.94602778e-06 # T'_{122}
+ 1 2 3 2.61044950e-07 # T'_{123}
+ 1 3 1 2.33514403e-02 # T'_{131}
+ 1 3 2 6.04776792e-09 # T'_{132}
+ 1 3 3 2.51147407e-04 # T'_{133}
+Block RVTUDD Q= 4.65220328e+02 # non-zero R-Parity violating UDD soft terms
+Block RVKAPPA Q= 4.65220328e+02 # R-Parity violating kappa
+ 1 -3.45016285e-04 # kappa_{1}
+ 2 0.00000000e+00 # kappa_{2}
+ 3 0.00000000e+00 # kappa_{3}
+Block RVD Q= 4.65220328e+02 # R-Parity violating D
+ 1 3.50111815e-01 # D_{1}
+ 2 0.00000000e+00 # D_{2}
+ 3 0.00000000e+00 # D_{3}
+Block RVSNVEV Q= 4.65220328e+02 # sneutrino VEVs D
+ 1 0.00000000e+00 # SneutrinoVev_{1}
+ 2 0.00000000e+00 # SneutrinoVev_{2}
+ 3 0.00000000e+00 # SneutrinoVev_{3}
+Block RVM2LH1 Q= 4.65220328e+02 # M2LH1
+ 1 -1.22883968e+00 # M2LH1_{1}
+ 2 0.00000000e+00 # M2LH1_{2}
+ 3 0.00000000e+00 # M2LH1_{3}
+Block UPMNS Q= 9.11876000e+01 # neutrino mixing matrix (normal hierarchy)
+ 1 1 0.00000000e+00 # UPMNS_{11} matrix element
+ 1 2 0.00000000e+00 # UPMNS_{12} matrix element
+ 1 3 1.00000000e+00 # UPMNS_{13} matrix element
+ 2 1 1.00000000e+00 # UPMNS_{21} matrix element
+ 2 2 0.00000000e+00 # UPMNS_{22} matrix element
+ 2 3 0.00000000e+00 # UPMNS_{23} matrix element
+ 3 1 0.00000000e+00 # UPMNS_{31} matrix element
+ 3 2 1.00000000e+00 # UPMNS_{32} matrix element
+ 3 3 0.00000000e+00 # UPMNS_{33} matrix element
+Block msq2 Q= 4.65220328e+02 # super CKM squark mass^2 matrix - DRbar
+ 1 1 2.97360164e+05 # (m^_Q^2)_{11}
+ 1 2 1.17513594e+01 # (m^_Q^2)_{12}
+ 1 3 -2.76950199e+02 # (m^_Q^2)_{13}
+ 2 1 1.17513594e+01 # (m^_Q^2)_{21}
+ 2 2 2.97360052e+05 # (m^_Q^2)_{22}
+ 2 3 2.03940287e+03 # (m^_Q^2)_{23}
+ 3 1 -2.76950199e+02 # (m^_Q^2)_{31}
+ 3 2 2.03940287e+03 # (m^_Q^2)_{32}
+ 3 3 2.46710723e+05 # (m^_Q^2)_{33}
+Block msl2 Q= 4.65220328e+02 # super MNS slepton mass^2 matrix - DRbar
+ 1 1 3.77857974e+04 # (m^_L^2)_{11}
+ 1 2 0.00000000e+00 # (m^_L^2)_{12}
+ 1 3 0.00000000e+00 # (m^_L^2)_{13}
+ 2 1 0.00000000e+00 # (m^_L^2)_{21}
+ 2 2 3.80401087e+04 # (m^_L^2)_{22}
+ 2 3 0.00000000e+00 # (m^_L^2)_{23}
+ 3 1 0.00000000e+00 # (m^_L^2)_{31}
+ 3 2 0.00000000e+00 # (m^_L^2)_{32}
+ 3 3 3.77128459e+04 # (m^_L^2)_{33}
+Block msd2 Q= 4.65220328e+02 # super CKM squark mass^2 matrix - DRbar
+ 1 1 2.75882960e+05 # (m^_d^2)_{11}
+ 1 2 3.01329097e-05 # (m^_d^2)_{12}
+ 1 3 1.27070649e-03 # (m^_d^2)_{13}
+ 2 1 3.01329097e-05 # (m^_d^2)_{21}
+ 2 2 2.76051300e+05 # (m^_d^2)_{22}
+ 2 3 -2.07657150e-01 # (m^_d^2)_{23}
+ 3 1 1.27070649e-03 # (m^_d^2)_{31}
+ 3 2 -2.07657150e-01 # (m^_d^2)_{32}
+ 3 3 2.72573680e+05 # (m^_d^2)_{33}
+Block msu2 Q= 4.65220328e+02 # super CKM squark mass^2 matrix - DRbar
+ 1 1 2.78252373e+05 # (m^_u^2)_{11}
+ 1 2 -6.96724172e-08 # (m^_u^2)_{12}
+ 1 3 -6.10610618e-06 # (m^_u^2)_{13}
+ 2 1 -6.96724172e-08 # (m^_u^2)_{21}
+ 2 2 2.78250518e+05 # (m^_u^2)_{22}
+ 2 3 -3.15362301e-02 # (m^_u^2)_{23}
+ 3 1 -6.10610618e-06 # (m^_u^2)_{31}
+ 3 2 -3.15362301e-02 # (m^_u^2)_{32}
+ 3 3 1.77598155e+05 # (m^_u^2)_{33}
+Block mse2 Q= 4.65220328e+02 # super MNS slepton mass^2 matrix - DRbar
+ 1 1 1.84686169e+04 # (m^_e^2)_{11}
+ 1 2 0.00000000e+00 # (m^_e^2)_{12}
+ 1 3 0.00000000e+00 # (m^_e^2)_{13}
+ 2 1 0.00000000e+00 # (m^_e^2)_{21}
+ 2 2 1.84663843e+04 # (m^_e^2)_{22}
+ 2 3 0.00000000e+00 # (m^_e^2)_{23}
+ 3 1 0.00000000e+00 # (m^_e^2)_{31}
+ 3 2 0.00000000e+00 # (m^_e^2)_{32}
+ 3 3 1.78013963e+04 # (m^_e^2)_{33}
+Block tu Q= 4.65220328e+02 # super CKM trilinear matrix - DRbar
+ 1 1 -5.11352892e-03 # (T^_u)_{11}
+ 1 2 -1.31902821e-07 # (T^_u)_{12}
+ 1 3 -5.86288733e-08 # (T^_u)_{13}
+ 2 1 -6.04205771e-05 # (T^_u)_{21}
+ 2 2 -2.34259281e+00 # (T^_u)_{22}
+ 2 3 -2.98433922e-04 # (T^_u)_{23}
+ 3 1 -8.56225443e-03 # (T^_u)_{31}
+ 3 2 -9.43191687e-02 # (T^_u)_{32}
+ 3 3 -4.41942003e+02 # (T^_u)_{33}
+Block td Q= 4.65220328e+02 # super CKM trilinear matrix - DRbar
+ 1 1 -1.25675174e-01 # (T^_d)_{11}
+ 1 2 -2.16673306e-06 # (T^_d)_{12}
+ 1 3 5.14329904e-05 # (T^_d)_{13}
+ 2 1 -4.74495716e-05 # (T^_d)_{21}
+ 2 2 -2.75251400e+00 # (T^_d)_{22}
+ 2 3 -8.29304296e-03 # (T^_d)_{23}
+ 3 1 4.91260718e-02 # (T^_d)_{31}
+ 3 2 -3.61707463e-01 # (T^_d)_{32}
+ 3 3 -1.11367436e+02 # (T^_d)_{33}
+Block te Q= 4.65220328e+02 # super CKM trilinear matrix - DRbar
+ 1 1 -7.16088971e-03 # (T^_e)_{11}
+ 1 2 0.00000000e+00 # (T^_e)_{12}
+ 1 3 0.00000000e+00 # (T^_e)_{13}
+ 2 1 0.00000000e+00 # (T^_e)_{21}
+ 2 2 -1.48180651e+00 # (T^_e)_{22}
+ 2 3 0.00000000e+00 # (T^_e)_{23}
+ 3 1 0.00000000e+00 # (T^_e)_{31}
+ 3 2 0.00000000e+00 # (T^_e)_{32}
+ 3 3 -2.54793472e+01 # (T^_e)_{33}
+Block VCKM Q= 4.65220328e+02 # DRbar CKM mixing matrix
+ 1 1 9.73840124e-01 # CKM_{11} matrix element
+ 1 2 2.27199782e-01 # CKM_{12} matrix element
+ 1 3 3.95875142e-03 # CKM_{13} matrix element
+ 2 1 -2.27163766e-01 # CKM_{21} matrix element
+ 2 2 9.72956294e-01 # CKM_{22} matrix element
+ 2 3 4.18649511e-02 # CKM_{23} matrix element
+ 3 1 5.66001564e-03 # CKM_{31} matrix element
+ 3 2 -4.16690541e-02 # CKM_{32} matrix element
+ 3 3 9.99115436e-01 # CKM_{33} matrix element
+Block msoft Q= 4.65220328e+02 # MSSM DRbar SUSY breaking parameters
+ 1 1.02082416e+02 # M_1(Q)
+ 2 1.92041643e+02 # M_2(Q)
+ 3 5.86280484e+02 # M_3(Q)
+ 21 3.21290730e+04 # mH1^2(Q)
+ 22 -1.28239870e+05 # mH2^2(Q)
+Block USQMIX # super CKM squark mass^2 matrix
+ 1 1 3.47455454e-05 # (USQMIX)_{11}
+ 1 2 3.55794847e-04 # (USQMIX)_{12}
+ 1 3 5.54010295e-01 # (USQMIX)_{13}
+ 1 4 3.07874471e-10 # (USQMIX)_{14}
+ 1 5 1.47739711e-06 # (USQMIX)_{15}
+ 1 6 8.32509739e-01 # (USQMIX)_{16}
+ 2 1 -2.18511226e-05 # (USQMIX)_{21}
+ 2 2 2.26693658e-02 # (USQMIX)_{22}
+ 2 3 2.53941982e-05 # (USQMIX)_{23}
+ 2 4 -1.73245043e-06 # (USQMIX)_{24}
+ 2 5 9.99743016e-01 # (USQMIX)_{25}
+ 2 6 -2.83606880e-05 # (USQMIX)_{26}
+ 3 1 4.97222220e-05 # (USQMIX)_{31}
+ 3 2 -8.42692106e-09 # (USQMIX)_{32}
+ 3 3 5.67494246e-09 # (USQMIX)_{33}
+ 3 4 9.99999999e-01 # (USQMIX)_{34}
+ 3 5 1.73417328e-06 # (USQMIX)_{35}
+ 3 6 -6.22099695e-09 # (USQMIX)_{36}
+ 4 1 9.78297908e-01 # (USQMIX)_{41}
+ 4 2 -2.07149212e-01 # (USQMIX)_{42}
+ 4 3 -2.87937633e-04 # (USQMIX)_{43}
+ 4 4 -4.86530711e-05 # (USQMIX)_{44}
+ 4 5 4.71854477e-03 # (USQMIX)_{45}
+ 4 6 2.39305993e-04 # (USQMIX)_{46}
+ 5 1 2.07202977e-01 # (USQMIX)_{51}
+ 5 2 9.78040467e-01 # (USQMIX)_{52}
+ 5 3 2.68820800e-03 # (USQMIX)_{53}
+ 5 4 -1.02559280e-05 # (USQMIX)_{54}
+ 5 5 -2.21728587e-02 # (USQMIX)_{55}
+ 5 6 -2.21552158e-03 # (USQMIX)_{56}
+ 6 1 -3.53829229e-04 # (USQMIX)_{61}
+ 6 2 -3.46725902e-03 # (USQMIX)_{62}
+ 6 3 8.32505425e-01 # (USQMIX)_{63}
+ 6 4 9.32066452e-09 # (USQMIX)_{64}
+ 6 5 4.17507637e-05 # (USQMIX)_{65}
+ 6 6 -5.54005928e-01 # (USQMIX)_{66}
+Block DSQMIX # super CKM squark mass^2 matrix
+ 1 1 4.35603529e-03 # (DSQMIX)_{11}
+ 1 2 -3.20321359e-02 # (DSQMIX)_{12}
+ 1 3 9.49296404e-01 # (DSQMIX)_{13}
+ 1 4 1.33543147e-06 # (DSQMIX)_{14}
+ 1 5 -2.13953126e-04 # (DSQMIX)_{15}
+ 1 6 3.12715940e-01 # (DSQMIX)_{16}
+ 2 1 -3.06363885e-03 # (DSQMIX)_{21}
+ 2 2 2.25048371e-02 # (DSQMIX)_{22}
+ 2 3 -3.12100307e-01 # (DSQMIX)_{23}
+ 2 4 -9.66640583e-06 # (DSQMIX)_{24}
+ 2 5 1.48550830e-03 # (DSQMIX)_{25}
+ 2 6 9.49776467e-01 # (DSQMIX)_{26}
+ 3 1 4.47221596e-04 # (DSQMIX)_{31}
+ 3 2 3.32863621e-07 # (DSQMIX)_{32}
+ 3 3 -6.56238889e-06 # (DSQMIX)_{33}
+ 3 4 9.99999900e-01 # (DSQMIX)_{34}
+ 3 5 3.06722848e-07 # (DSQMIX)_{35}
+ 3 6 9.45534066e-06 # (DSQMIX)_{36}
+ 4 1 7.01595066e-06 # (DSQMIX)_{41}
+ 4 2 9.77395679e-03 # (DSQMIX)_{42}
+ 4 3 1.03463211e-03 # (DSQMIX)_{43}
+ 4 4 -2.92546252e-07 # (DSQMIX)_{44}
+ 4 5 9.99950639e-01 # (DSQMIX)_{45}
+ 4 6 -1.45556963e-03 # (DSQMIX)_{46}
+ 5 1 9.99836380e-01 # (DSQMIX)_{51}
+ 5 2 -1.70593506e-02 # (DSQMIX)_{52}
+ 5 3 -5.73790706e-03 # (DSQMIX)_{53}
+ 5 4 -4.47196980e-04 # (DSQMIX)_{54}
+ 5 5 1.68205231e-04 # (DSQMIX)_{55}
+ 5 6 1.74356682e-03 # (DSQMIX)_{56}
+ 6 1 1.72815607e-02 # (DSQMIX)_{61}
+ 6 2 9.99040001e-01 # (DSQMIX)_{62}
+ 6 3 3.73596259e-02 # (DSQMIX)_{63}
+ 6 4 -7.70597445e-06 # (DSQMIX)_{64}
+ 6 5 -9.82031686e-03 # (DSQMIX)_{65}
+ 6 6 -1.13245059e-02 # (DSQMIX)_{66}
+Block RVLMIX # charged higgs-slepton mixing matrix
+ 1 1 0.00000000e+00 # C_{11}
+ 1 2 0.00000000e+00 # C_{12}
+ 1 3 0.00000000e+00 # C_{13}
+ 1 4 0.00000000e+00 # C_{14}
+ 1 5 2.88150236e-01 # C_{15}
+ 1 6 0.00000000e+00 # C_{16}
+ 1 7 0.00000000e+00 # C_{17}
+ 1 8 9.57585214e-01 # C_{18}
+ 2 1 0.00000000e+00 # C_{21}
+ 2 2 0.00000000e+00 # C_{22}
+ 2 3 0.00000000e+00 # C_{23}
+ 2 4 1.94340563e-02 # C_{24}
+ 2 5 0.00000000e+00 # C_{25}
+ 2 6 0.00000000e+00 # C_{26}
+ 2 7 9.99811141e-01 # C_{27}
+ 2 8 0.00000000e+00 # C_{28}
+ 3 1 4.96901763e-10 # C_{31}
+ 3 2 3.32903630e-09 # C_{32}
+ 3 3 9.52776150e-05 # C_{33}
+ 3 4 0.00000000e+00 # C_{34}
+ 3 5 0.00000000e+00 # C_{35}
+ 3 6 9.99999995e-01 # C_{36}
+ 3 7 0.00000000e+00 # C_{37}
+ 3 8 0.00000000e+00 # C_{38}
+ 4 1 8.38897438e-06 # C_{41}
+ 4 2 1.53624630e-05 # C_{42}
+ 4 3 9.99999995e-01 # C_{43}
+ 4 4 0.00000000e+00 # C_{44}
+ 4 5 0.00000000e+00 # C_{45}
+ 4 6 -9.52776150e-05 # C_{46}
+ 4 7 0.00000000e+00 # C_{47}
+ 4 8 0.00000000e+00 # C_{48}
+ 5 1 0.00000000e+00 # C_{51}
+ 5 2 0.00000000e+00 # C_{52}
+ 5 3 0.00000000e+00 # C_{53}
+ 5 4 9.99811141e-01 # C_{54}
+ 5 5 0.00000000e+00 # C_{55}
+ 5 6 0.00000000e+00 # C_{56}
+ 5 7 -1.94340563e-02 # C_{57}
+ 5 8 0.00000000e+00 # C_{58}
+ 6 1 0.00000000e+00 # C_{61}
+ 6 2 0.00000000e+00 # C_{62}
+ 6 3 0.00000000e+00 # C_{63}
+ 6 4 0.00000000e+00 # C_{64}
+ 6 5 9.57585214e-01 # C_{65}
+ 6 6 0.00000000e+00 # C_{66}
+ 6 7 0.00000000e+00 # C_{67}
+ 6 8 -2.88150236e-01 # C_{68}
+ 7 1 9.94777605e-01 # C_{71}
+ 7 2 1.02066238e-01 # C_{72}
+ 7 3 -9.91315267e-06 # C_{73}
+ 7 4 0.00000000e+00 # C_{74}
+ 7 5 0.00000000e+00 # C_{75}
+ 7 6 1.10412588e-10 # C_{76}
+ 7 7 0.00000000e+00 # C_{77}
+ 7 8 0.00000000e+00 # C_{78}
+Block RVHMIX # CP-even neutral scalar mixing matrix
+ 1 1 1.12134963e-01 # curlyN_{11}
+ 1 2 9.93692986e-01 # curlyN_{12}
+ 1 3 1.91253421e-05 # curlyN_{13}
+ 1 4 0.00000000e+00 # curlyN_{14}
+ 1 5 0.00000000e+00 # curlyN_{15}
+ 2 1 0.00000000e+00 # curlyN_{21}
+ 2 2 0.00000000e+00 # curlyN_{22}
+ 2 3 0.00000000e+00 # curlyN_{23}
+ 2 4 0.00000000e+00 # curlyN_{24}
+ 2 5 1.00000000e+00 # curlyN_{25}
+ 3 1 7.65206787e-06 # curlyN_{31}
+ 3 2 -2.01102420e-05 # curlyN_{32}
+ 3 3 1.00000000e+00 # curlyN_{33}
+ 3 4 0.00000000e+00 # curlyN_{34}
+ 3 5 0.00000000e+00 # curlyN_{35}
+ 4 1 0.00000000e+00 # curlyN_{41}
+ 4 2 0.00000000e+00 # curlyN_{42}
+ 4 3 0.00000000e+00 # curlyN_{43}
+ 4 4 1.00000000e+00 # curlyN_{44}
+ 4 5 0.00000000e+00 # curlyN_{45}
+ 5 1 9.93692986e-01 # curlyN_{51}
+ 5 2 -1.12134963e-01 # curlyN_{52}
+ 5 3 -9.85886742e-06 # curlyN_{53}
+ 5 4 0.00000000e+00 # curlyN_{54}
+ 5 5 0.00000000e+00 # curlyN_{55}
+Block RVAMIX # CP-odd neutral scalar mixing matrix
+ 1 1 0.00000000e+00 # curlyN~_{11}
+ 1 2 0.00000000e+00 # curlyN~_{12}
+ 1 3 0.00000000e+00 # curlyN~_{13}
+ 1 4 0.00000000e+00 # curlyN~_{14}
+ 1 5 1.00000000e+00 # curlyN~_{15}
+ 2 1 7.94487642e-06 # curlyN~_{21}
+ 2 2 1.97849975e-05 # curlyN~_{22}
+ 2 3 1.00000000e+00 # curlyN~_{23}
+ 2 4 0.00000000e+00 # curlyN~_{24}
+ 2 5 0.00000000e+00 # curlyN~_{25}
+ 3 1 0.00000000e+00 # curlyN~_{31}
+ 3 2 0.00000000e+00 # curlyN~_{32}
+ 3 3 0.00000000e+00 # curlyN~_{33}
+ 3 4 1.00000000e+00 # curlyN~_{34}
+ 3 5 0.00000000e+00 # curlyN~_{35}
+ 4 1 9.94777583e-01 # curlyN~_{41}
+ 4 2 1.02066452e-01 # curlyN~_{42}
+ 4 3 -9.92276946e-06 # curlyN~_{43}
+ 4 4 0.00000000e+00 # curlyN~_{44}
+ 4 5 0.00000000e+00 # curlyN~_{45}
diff --git a/src/RPV-Tri.model b/src/RPV-Tri.model
--- a/src/RPV-Tri.model
+++ b/src/RPV-Tri.model
@@ -1,187 +1,436 @@
##################################################
# Common setup for the RPV MSSM
#
###################################################
#
# Create particle content
#
###################################################
-# load MSSM first
-read MSSM.model
-
-# Create Majorana neutrinos
cd /Herwig/Particles
-create ThePEG::ParticleData nu_1
-setup nu_1 17 nu_1 0 0. 0 0 0 0 2 1
-create ThePEG::ParticleData nu_2
-setup nu_2 18 nu_2 0 0. 0 0 0 0 2 1
-create ThePEG::ParticleData nu_3
-setup nu_3 19 nu_3 0 0. 0 0 0 0 2 1
-create ThePEG::ParticleData A_nu_1
-setup A_nu_1 1000017 A_nu_1 0 0. 0 0 0 0 1 1
-create ThePEG::ParticleData A_nu_2
-setup A_nu_2 1000018 A_nu_2 0 0. 0 0 0 0 1 1
-create ThePEG::ParticleData A_nu_3
-setup A_nu_3 1000019 A_nu_3 0 0. 0 0 0 0 1 1
-
+create ThePEG::ParticleData H0
+setup H0 35 H0 500.0 0.0 0.0 0.0 0 0 1 1
+create ThePEG::ParticleData A0
+setup A0 36 A0 500.0 0.0 0.0 0.0 0 0 1 1
+create ThePEG::ParticleData H+
+setup H+ 37 H+ 500.0 0.0 0.0 0.0 3 0 1 1
+create ThePEG::ParticleData H-
+setup H- -37 H- 500.0 0.0 0.0 0.0 -3 0 1 1
+makeanti H+ H-
+create ThePEG::ParticleData ~d_L
+setup ~d_L 1000001 ~d_L 500.0 0.0 0.0 0.0 -1 3 1 1
+create ThePEG::ParticleData ~d_Lbar
+setup ~d_Lbar -1000001 ~d_Lbar 500.0 0.0 0.0 0.0 1 -3 1 1
+makeanti ~d_L ~d_Lbar
+create ThePEG::ParticleData ~u_L
+setup ~u_L 1000002 ~u_L 500.0 0.0 0.0 0.0 2 3 1 0
+create ThePEG::ParticleData ~u_Lbar
+setup ~u_Lbar -1000002 ~u_Lbar 500.0 0.0 0.0 0.0 -2 -3 1 1
+makeanti ~u_L ~u_Lbar
+create ThePEG::ParticleData ~s_L
+setup ~s_L 1000003 ~s_L 500.0 0.0 0.0 0.0 -1 3 1 1
+create ThePEG::ParticleData ~s_Lbar
+setup ~s_Lbar -1000003 ~s_Lbar 500.0 0.0 0.0 0.0 1 -3 1 1
+makeanti ~s_L ~s_Lbar
+create ThePEG::ParticleData ~c_L
+setup ~c_L 1000004 ~c_L 500.0 0.0 0.0 0.0 2 3 1 1
+create ThePEG::ParticleData ~c_Lbar
+setup ~c_Lbar -1000004 ~c_Lbar 500.0 0.0 0.0 0.0 -2 -3 1 1
+makeanti ~c_L ~c_Lbar
+create ThePEG::ParticleData ~b_1
+setup ~b_1 1000005 ~b_1 500.0 0.0 0.0 0.0 -1 3 1 1
+create ThePEG::ParticleData ~b_1bar
+setup ~b_1bar -1000005 ~b_1bar 500.0 0.0 0.0 0.0 1 -3 1 1
+makeanti ~b_1 ~b_1bar
+create ThePEG::ParticleData ~t_1
+setup ~t_1 1000006 ~t_1 500.0 0.0 0.0 0.0 2 3 1 1
+create ThePEG::ParticleData ~t_1bar
+setup ~t_1bar -1000006 ~t_1bar 500.0 0.0 0.0 0.0 -2 -3 1 1
+makeanti ~t_1 ~t_1bar
+create ThePEG::ParticleData ~e_L-
+setup ~e_L- 1000011 ~e_L- 500.0 0.0 0.0 0.0 -3 0 1 1
+create ThePEG::ParticleData ~e_L+
+setup ~e_L+ -1000011 ~e_L+ 500.0 0.0 0.0 0.0 3 0 1 1
+makeanti ~e_L- ~e_L+
+create ThePEG::ParticleData ~nu_eL
+setup ~nu_eL 1000012 ~nu_eL 500.0 0.0 0.0 0.0 0 0 1 1
+create ThePEG::ParticleData ~nu_eLbar
+setup ~nu_eLbar -1000012 ~nu_eLbar 500.0 0.0 0.0 0.0 0 0 1 1
+makeanti ~nu_eL ~nu_eLbar
+create ThePEG::ParticleData ~mu_L-
+setup ~mu_L- 1000013 ~mu_L- 500.0 0.0 0.0 0.0 -3 0 1 1
+create ThePEG::ParticleData ~mu_L+
+setup ~mu_L+ -1000013 ~mu_L+ 500.0 0.0 0.0 0.0 3 0 1 1
+makeanti ~mu_L- ~mu_L+
+create ThePEG::ParticleData ~nu_muL
+setup ~nu_muL 1000014 ~nu_muL 500.0 0.0 0.0 0.0 0 0 1 1
+create ThePEG::ParticleData ~nu_muLbar
+setup ~nu_muLbar -1000014 ~nu_muLbar 500.0 0.0 0.0 0.0 0 0 1 1
+makeanti ~nu_muL ~nu_muLbar
+create ThePEG::ParticleData ~tau_1-
+setup ~tau_1- 1000015 ~tau_1- 500.0 0.0 0.0 0.0 -3 0 1 1
+create ThePEG::ParticleData ~tau_1+
+setup ~tau_1+ -1000015 ~tau_1+ 500.0 0.0 0.0 0.0 3 0 1 1
+makeanti ~tau_1- ~tau_1+
+create ThePEG::ParticleData ~nu_tauL
+setup ~nu_tauL 1000016 ~nu_tauL 500.0 0.0 0.0 0.0 0 0 1 1
+create ThePEG::ParticleData ~nu_tauLbar
+setup ~nu_tauLbar -1000016 ~nu_tauLbar 500.0 0.0 0.0 0.0 0 0 1 1
+makeanti ~nu_tauL ~nu_tauLbar
+create ThePEG::ParticleData ~g
+setup ~g 1000021 ~g 500.0 0.0 0.0 0.0 0 8 2 1
+create ThePEG::ParticleData ~chi_10
+setup ~chi_10 1000022 ~chi_10 500.0 0.0 0.0 0.0 0 0 2 1
+create ThePEG::ParticleData ~chi_20
+setup ~chi_20 1000023 ~chi_20 500.0 0.0 0.0 0.0 0 0 2 1
+create ThePEG::ParticleData ~chi_1+
+setup ~chi_1+ 1000024 ~chi_1+ 500.0 0.0 0.0 0.0 3 0 2 1
+create ThePEG::ParticleData ~chi_1-
+setup ~chi_1- -1000024 ~chi_1- 500.0 0.0 0.0 0.0 -3 0 2 1
+makeanti ~chi_1+ ~chi_1-
+create ThePEG::ParticleData ~chi_30
+setup ~chi_30 1000025 ~chi_30 500.0 0.0 0.0 0.0 0 0 2 1
+create ThePEG::ParticleData ~chi_40
+setup ~chi_40 1000035 ~chi_40 500.0 0.0 0.0 0.0 0 0 2 1
+create ThePEG::ParticleData ~chi_2+
+setup ~chi_2+ 1000037 ~chi_2+ 500.0 0.0 0.0 0.0 3 0 2 1
+create ThePEG::ParticleData ~chi_2-
+setup ~chi_2- -1000037 ~chi_2- 500.0 0.0 0.0 0.0 -3 0 2 1
+makeanti ~chi_2+ ~chi_2-
+create ThePEG::ParticleData ~gravitino
+setup ~gravitino 1000039 ~gravitino 500.0 0.0 0.000010 0.0 0 0 4 1
+create ThePEG::ParticleData ~d_R
+setup ~d_R 2000001 ~d_R 500.0 0.0 0.0 0.0 -1 3 1 1
+create ThePEG::ParticleData ~d_Rbar
+setup ~d_Rbar -2000001 ~d_Rbar 500.0 0.0 0.0 0.0 1 -3 1 1
+makeanti ~d_R ~d_Rbar
+create ThePEG::ParticleData ~u_R
+setup ~u_R 2000002 ~u_R 500.0 0.0 0.0 0.0 2 3 1 1
+create ThePEG::ParticleData ~u_Rbar
+setup ~u_Rbar -2000002 ~u_Rbar 500.0 0.0 0.0 0.0 -2 -3 1 1
+makeanti ~u_R ~u_Rbar
+create ThePEG::ParticleData ~s_R
+setup ~s_R 2000003 ~s_R 500.0 0.0 0.0 0.0 -1 3 1 1
+create ThePEG::ParticleData ~s_Rbar
+setup ~s_Rbar -2000003 ~s_Rbar 500.0 0.0 0.0 0.0 1 -3 1 0
+makeanti ~s_R ~s_Rbar
+create ThePEG::ParticleData ~c_R
+setup ~c_R 2000004 ~c_R 500.0 0.0 0.0 0.0 2 3 1 1
+create ThePEG::ParticleData ~c_Rbar
+setup ~c_Rbar -2000004 ~c_Rbar 500.0 0.0 0.0 0.0 -2 -3 1 1
+makeanti ~c_R ~c_Rbar
+create ThePEG::ParticleData ~b_2
+setup ~b_2 2000005 ~b_2 500.0 0.0 0.0 0.0 -1 3 1 1
+create ThePEG::ParticleData ~b_2bar
+setup ~b_2bar -2000005 ~b_2bar 500.0 0.0 0.0 0.0 1 -3 1 1
+makeanti ~b_2 ~b_2bar
+create ThePEG::ParticleData ~t_2
+setup ~t_2 2000006 ~t_2 500.0 0.0 0.0 0.0 2 3 1 1
+create ThePEG::ParticleData ~t_2bar
+setup ~t_2bar -2000006 ~t_2bar 500.0 0.0 0.0 0.0 -2 -3 1 1
+makeanti ~t_2 ~t_2bar
+create ThePEG::ParticleData ~e_R-
+setup ~e_R- 2000011 ~e_R- 500.0 0.0 0.0 0.0 -3 0 1 1
+create ThePEG::ParticleData ~e_R+
+setup ~e_R+ -2000011 ~e_R+ 500.0 0.0 0.0 0.0 3 0 1 1
+makeanti ~e_R- ~e_R+
+create ThePEG::ParticleData ~mu_R-
+setup ~mu_R- 2000013 ~mu_R- 500.0 0.0 0.0 0.0 -3 0 1 1
+create ThePEG::ParticleData ~mu_R+
+setup ~mu_R+ -2000013 ~mu_R+ 500.0 0.0 0.0 0.0 3 0 1 1
+makeanti ~mu_R- ~mu_R+
+create ThePEG::ParticleData ~tau_2-
+setup ~tau_2- 2000015 ~tau_2- 500.0 0.0 0.0 0.0 -3 0 1 1
+create ThePEG::ParticleData ~tau_2+
+setup ~tau_2+ -2000015 ~tau_2+ 500.0 0.0 0.0 0.0 3 0 1 1
+makeanti ~tau_2- ~tau_2+
###################################################
#
# Main directory and model object
#
###################################################
mkdir /Herwig/NewPhysics/RPV
cd /Herwig/NewPhysics/RPV
-create Herwig::RPV Model HwRPV.so
+create Herwig::RPV Model HwSusy.so HwRPV.so
# SM couplings
set Model:QCD/RunningAlphaS /Herwig/AlphaS
set Model:EW/RunningAlphaEM /Herwig/AlphaEM
set Model:EW/CKM /Herwig/CKM
set Model:RunningMass /Herwig/RunningMass
###################################################
#
# Vertices
#
###################################################
+# create MSSM vertices
+mkdir /Herwig/Vertices/MSSM
+cd /Herwig/Vertices/MSSM
+# MSSM
+library HwSusy.so
+create Herwig::SSWSSVertex MSSM_WSS
+create Herwig::SSNFSVertex MSSM_NFS
+create Herwig::SSGFSVertex MSSM_GFS
+create Herwig::SSHSFSFVertex MSSM_HSS
+create Herwig::SSCFSVertex MSSM_CFS
+create Herwig::SSGSSVertex MSSM_GSS
+create Herwig::SSGNGVertex MSSM_GNG
+create Herwig::SSGGSQSQVertex MSSM_GGSS
+create Herwig::SSGSGSGVertex MSSM_GGOGO
+create Herwig::SSNNZVertex MSSM_NNZ
+create Herwig::SSNNPVertex MSSM_NNP
+create Herwig::SSCCZVertex MSSM_CCZ
+create Herwig::SSCNWVertex MSSM_CNW
+create Herwig::SSFFHVertex MSSM_FFH
+create Herwig::SSGOGOHVertex MSSM_GOGOH
+create Herwig::SSWWHVertex MSSM_WWH
+create Herwig::SSWHHVertex MSSM_WHH
+create Herwig::SSHHHVertex MSSM_HHH
+create Herwig::SSHGGVertex MSSM_HGG
+create Herwig::SSHPPVertex MSSM_HPP
+create Herwig::SSWWHHVertex MSSM_WWHH
+create Herwig::SSNCTVertex MSSM_NCT
+create Herwig::SSGVNHVertex MSSM_GVNH
+create Herwig::SSGVFSVertex MSSM_GVFS
+create Herwig::SSGVNVVertex MSSM_GVNV
# create RPV MSSM vertices
mkdir /Herwig/Vertices/RPV
cd /Herwig/Vertices/RPV
create Herwig::RPVLLEVertex RPV_LLE
create Herwig::RPVLQDVertex RPV_LQD
create Herwig::RPVUDDVertex RPV_UDD
create Herwig::RPVFFZVertex RPV_FFZ
set RPV_FFZ:Interactions 1
create Herwig::RPVFFZVertex RPV_NNZ
set RPV_NNZ:Interactions 2
create Herwig::RPVFFZVertex RPV_CCZ
set RPV_CCZ:Interactions 3
create Herwig::RPVFFWVertex RPV_FFW
set RPV_FFW:Interactions 1
create Herwig::RPVFFWVertex RPV_CNW
set RPV_CNW:Interactions 2
create Herwig::RPVWWHVertex RPV_WWH
create Herwig::RPVWSSVertex RPV_WHH
set RPV_WHH:Interactions 2
create Herwig::RPVWSSVertex RPV_WSS
set RPV_WSS:Interactions 1
create Herwig::RPVFFSVertex RPV_FFH
set RPV_FFH:Interactions 1
create Herwig::RPVFFSVertex RPV_GOGOH
set RPV_GOGOH:Interactions 2
create Herwig::RPVFFSVertex RPV_NFS
set RPV_NFS:Interactions 3
create Herwig::RPVFFSVertex RPV_CFS
set RPV_CFS:Interactions 4
create Herwig::RPVSSSVertex RPV_HHH
set RPV_HHH:Interactions 1
create Herwig::RPVSSSVertex RPV_HSS
set RPV_HSS:Interactions 2
create Herwig::RPVHPPVertex RPV_HPP
create Herwig::RPVHGGVertex RPV_HGG
# set the vertices
cd /Herwig/NewPhysics/RPV
# SM vertices
set Model:Vertex/FFZ /Herwig/Vertices/RPV/RPV_FFZ
set Model:Vertex/FFW /Herwig/Vertices/RPV/RPV_FFW
set Model:Vertex/FFG /Herwig/Vertices/FFGVertex
set Model:Vertex/FFP /Herwig/Vertices/FFPVertex
set Model:Vertex/GGG /Herwig/Vertices/GGGVertex
set Model:Vertex/GGGG /Herwig/Vertices/GGGGVertex
set Model:Vertex/WWW /Herwig/Vertices/WWWVertex
set Model:Vertex/WWWW /Herwig/Vertices/WWWWVertex
# MSSM feynman rules
+set Model:Vertex/NFSF /Herwig/Vertices/MSSM/MSSM_NFS
+set Model:Vertex/CFSF /Herwig/Vertices/MSSM/MSSM_CFS
+set Model:Vertex/HSFSF /Herwig/Vertices/MSSM/MSSM_HSS
+set Model:Vertex/NNZ /Herwig/Vertices/MSSM/MSSM_NNZ
+set Model:Vertex/HHH /Herwig/Vertices/MSSM/MSSM_HHH
+set Model:Vertex/HGG /Herwig/Vertices/MSSM/MSSM_HGG
+set Model:Vertex/HPP /Herwig/Vertices/MSSM/MSSM_HPP
+#set Model:Vertex/CFSF /Herwig/Vertices/RPV/RPV_CFS
+#set Model:Vertex/NFSF /Herwig/Vertices/RPV/RPV_NFS
set Model:Vertex/WSFSF /Herwig/Vertices/RPV/RPV_WSS
-set Model:Vertex/NFSF /Herwig/Vertices/RPV/RPV_NFS
-set Model:Vertex/GFSF /Herwig/Vertices/MSSM/MSSM_GFS
-set Model:Vertex/HSFSF /Herwig/Vertices/RPV/RPV_HSS
-set Model:Vertex/CFSF /Herwig/Vertices/RPV/RPV_CFS
-set Model:Vertex/GSFSF /Herwig/Vertices/MSSM/MSSM_GSS
-set Model:Vertex/GGSQSQ /Herwig/Vertices/MSSM/MSSM_GGSS
-set Model:Vertex/GSGSG /Herwig/Vertices/MSSM/MSSM_GGOGO
-set Model:Vertex/GNG /Herwig/Vertices/MSSM/MSSM_GNG
-set Model:Vertex/NNZ /Herwig/Vertices/RPV/RPV_NNZ
-set Model:Vertex/NNP /Herwig/Vertices/MSSM/MSSM_NNP
+#set Model:Vertex/HSFSF /Herwig/Vertices/RPV/RPV_HSS
+#set Model:Vertex/NNZ /Herwig/Vertices/RPV/RPV_NNZ
set Model:Vertex/CCZ /Herwig/Vertices/RPV/RPV_CCZ
set Model:Vertex/CNW /Herwig/Vertices/RPV/RPV_CNW
set Model:Vertex/FFH /Herwig/Vertices/RPV/RPV_FFH
set Model:Vertex/GOGOH /Herwig/Vertices/RPV/RPV_GOGOH
set Model:Vertex/WWH /Herwig/Vertices/RPV/RPV_WWH
set Model:Vertex/SSWHH /Herwig/Vertices/RPV/RPV_WHH
-set Model:Vertex/HHH /Herwig/Vertices/RPV/RPV_HHH
-set Model:Vertex/HGG /Herwig/Vertices/RPV/RPV_HGG
-set Model:Vertex/HPP /Herwig/Vertices/RPV/RPV_HPP
+#set Model:Vertex/HHH /Herwig/Vertices/RPV/RPV_HHH
+#set Model:Vertex/HGG /Herwig/Vertices/RPV/RPV_HGG
+#set Model:Vertex/HPP /Herwig/Vertices/RPV/RPV_HPP
+set Model:Vertex/GSFSF /Herwig/Vertices/MSSM/MSSM_GSS
+set Model:Vertex/GGSQSQ /Herwig/Vertices/MSSM/MSSM_GGSS
+set Model:Vertex/GSGSG /Herwig/Vertices/MSSM/MSSM_GGOGO
+set Model:Vertex/GNG /Herwig/Vertices/MSSM/MSSM_GNG
+set Model:Vertex/NNP /Herwig/Vertices/MSSM/MSSM_NNP
+set Model:Vertex/GFSF /Herwig/Vertices/MSSM/MSSM_GFS
set Model:Vertex/WWHH /Herwig/Vertices/MSSM/MSSM_WWHH
set Model:Vertex/NCT /Herwig/Vertices/MSSM/MSSM_NCT
set Model:Vertex/GVNH /Herwig/Vertices/MSSM/MSSM_GVNH
set Model:Vertex/GVFS /Herwig/Vertices/MSSM/MSSM_GVFS
set Model:Vertex/GVNV /Herwig/Vertices/MSSM/MSSM_GVNV
# RPV Feynman rules
set Model:Vertex/LLE /Herwig/Vertices/RPV/RPV_LLE
set Model:Vertex/LQD /Herwig/Vertices/RPV/RPV_LQD
set Model:Vertex/UDD /Herwig/Vertices/RPV/RPV_UDD
-
###################################################
# Set up the bsm framework
###################################################
cd /Herwig/NewPhysics
set RPV/Model:ModelGenerator NewModel
-set TwoBodyDC:CreateDecayModes Yes
-set ThreeBodyDC:CreateDecayModes Yes
+set TwoBodyDC:CreateDecayModes No
+set ThreeBodyDC:CreateDecayModes No
+set WeakDecayConstructor:CreateDecayModes No
+set FourBodyDC:CreateDecayModes No
+set RPV/Model:TriLinearOnly Yes
+# switch on decays via weak current
+insert DecayConstructor:NBodyDecayConstructors 0 WeakDecayConstructor
# exclude gravitino and effective vertices from three body decays
-erase ThreeBodyDC:ExcludedVertices 0
-erase ThreeBodyDC:ExcludedVertices 0
-erase ThreeBodyDC:ExcludedVertices 0
-erase ThreeBodyDC:ExcludedVertices 0
-erase ThreeBodyDC:ExcludedVertices 0
-erase ThreeBodyDC:ExcludedVertices 0
-erase ThreeBodyDC:ExcludedVertices 0
-erase ThreeBodyDC:ExcludedVertices 0
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNH
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVFS
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNV
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HGG
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HPP
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_NNP
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GNG
insert ThreeBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_NCT
# and four body decays
-erase FourBodyDC:ExcludedVertices 0
-erase FourBodyDC:ExcludedVertices 0
-erase FourBodyDC:ExcludedVertices 0
-erase FourBodyDC:ExcludedVertices 0
-erase FourBodyDC:ExcludedVertices 0
-erase FourBodyDC:ExcludedVertices 0
-erase FourBodyDC:ExcludedVertices 0
-erase FourBodyDC:ExcludedVertices 0
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNH
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVFS
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNV
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HGG
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HPP
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_NNP
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GNG
insert FourBodyDC:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_NCT
# and hard processes
-erase HPConstructor:ExcludedVertices 0
-erase HPConstructor:ExcludedVertices 0
-erase HPConstructor:ExcludedVertices 0
-erase HPConstructor:ExcludedVertices 0
-erase HPConstructor:ExcludedVertices 0
-erase HPConstructor:ExcludedVertices 0
-erase HPConstructor:ExcludedVertices 0
-erase HPConstructor:ExcludedVertices 0
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNH
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVFS
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GVNV
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HGG
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/RPV/RPV_HPP
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_NNP
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_GNG
insert HPConstructor:ExcludedVertices 0 /Herwig/Vertices/MSSM/MSSM_NCT
+# exclude intermediate higgs from 4 body decays
+insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/h0
+insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/H0
+insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/A0
+insert FourBodyDC:ExcludedIntermediates 0 /Herwig/Particles/H+
+# which particles get the off-shell treatment
+set NewModel:WhichOffshell All
+# particles for which decays are included
+insert NewModel:DecayParticles 0 /Herwig/Particles/~d_L
+insert NewModel:DecayParticles 0 /Herwig/Particles/~u_L
+insert NewModel:DecayParticles 0 /Herwig/Particles/~s_L
+insert NewModel:DecayParticles 0 /Herwig/Particles/~c_L
+insert NewModel:DecayParticles 0 /Herwig/Particles/~b_1
+insert NewModel:DecayParticles 0 /Herwig/Particles/~t_1
+insert NewModel:DecayParticles 0 /Herwig/Particles/~d_R
+insert NewModel:DecayParticles 0 /Herwig/Particles/~u_R
+insert NewModel:DecayParticles 0 /Herwig/Particles/~s_R
+insert NewModel:DecayParticles 0 /Herwig/Particles/~c_R
+insert NewModel:DecayParticles 0 /Herwig/Particles/~b_2
+insert NewModel:DecayParticles 0 /Herwig/Particles/~t_2
+insert NewModel:DecayParticles 0 /Herwig/Particles/~g
+insert NewModel:DecayParticles 0 /Herwig/Particles/~e_L-
+insert NewModel:DecayParticles 0 /Herwig/Particles/~nu_eL
+insert NewModel:DecayParticles 0 /Herwig/Particles/~mu_L-
+insert NewModel:DecayParticles 0 /Herwig/Particles/~nu_muL
+insert NewModel:DecayParticles 0 /Herwig/Particles/~tau_1-
+insert NewModel:DecayParticles 0 /Herwig/Particles/~nu_tauL
+insert NewModel:DecayParticles 0 /Herwig/Particles/~e_R-
+insert NewModel:DecayParticles 0 /Herwig/Particles/~mu_R-
+insert NewModel:DecayParticles 0 /Herwig/Particles/~tau_2-
+insert NewModel:DecayParticles 0 /Herwig/Particles/h0
+insert NewModel:DecayParticles 0 /Herwig/Particles/H0
+insert NewModel:DecayParticles 0 /Herwig/Particles/A0
+insert NewModel:DecayParticles 0 /Herwig/Particles/H+
+insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_10
+insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_20
+insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_30
+insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_40
+insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_1+
+insert NewModel:DecayParticles 0 /Herwig/Particles/~chi_2+
+###################################################
+#
+# Shower stuff for coloured sparticles
+#
+###################################################
+cd /Herwig/Shower
+
+create Herwig::ZeroZeroOneSplitFn PhitoPhiGSplitFn
+set PhitoPhiGSplitFn:InteractionType QCD
+set PhitoPhiGSplitFn:ColourStructure TripletTripletOctet
+
+create Herwig::HalfHalfOneSplitFn GluinotoGluinoGSplitFn
+set GluinotoGluinoGSplitFn:InteractionType QCD
+set GluinotoGluinoGSplitFn:ColourStructure OctetOctetOctet
+
+cp SudakovCommon PhitoPhiGSudakov
+set PhitoPhiGSudakov:SplittingFunction PhitoPhiGSplitFn
+
+cp SudakovCommon GluinotoGluinoGSudakov
+set GluinotoGluinoGSudakov:SplittingFunction GluinotoGluinoGSplitFn
+
+do SplittingGenerator:AddFinalSplitting ~u_L->~u_L,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~d_L->~d_L,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~s_L->~s_L,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~c_L->~c_L,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~b_1->~b_1,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~t_1->~t_1,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~u_R->~u_R,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~d_R->~d_R,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~s_R->~s_R,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~c_R->~c_R,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~b_2->~b_2,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~t_2->~t_2,g; PhitoPhiGSudakov
+do SplittingGenerator:AddFinalSplitting ~g->~g,g; GluinotoGluinoGSudakov
+
###################################################
#
# Choose RPV MSSM over SM
#
###################################################
cd /Herwig/Generators
set LEPGenerator:StandardModelParameters /Herwig/NewPhysics/RPV/Model
set LHCGenerator:StandardModelParameters /Herwig/NewPhysics/RPV/Model
+
+###################################################
+#
+# Get Shower to decay SUSY particles
+#
+###################################################
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000001 # SUSY_d_L
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000002 # SUSY_u_L
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000003 # SUSY_s_L
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000004 # SUSY_c_L
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000005 # SUSY_b_1
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000006 # SUSY_t_1
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000001 # SUSY_d_R
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000002 # SUSY_u_R
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000003 # SUSY_s_R
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000004 # SUSY_c_R
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000005 # SUSY_b_2
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000006 # SUSY_t_2
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000021 # SUSY_g
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000011 # SUSY_e_Lminus
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000013 # SUSY_mu_Lminus
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000015 # SUSY_tau_1minus
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000011 # SUSY_e_Rminus
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000013 # SUSY_mu_Rminus
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 2000015 # SUSY_tau_2minus
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000012 # SUSY_nu_eL
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000014 # SUSY_nu_muL
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000016 # SUSY_nu_tauL
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 35 # H0
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 36 # A0
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 37 # H+
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000022 # SUSY_chi_10
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000023 # SUSY_chi_20
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000025 # SUSY_chi_30
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000035 # SUSY_chi_40
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000024 # SUSY_chi_1plus
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000037 # SUSY_chi_2plus
+insert /Herwig/Shower/ShowerHandler:DecayInShower 0 1000039 # SUSY_gravitino
diff --git a/src/RPV-UDD.slha b/src/RPV-UDD.slha
--- a/src/RPV-UDD.slha
+++ b/src/RPV-UDD.slha
@@ -1,390 +1,720 @@
-# SOFTSUSY3.1.6
-# B.C. Allanach, Comput. Phys. Commun. 143 (2002) 305-331, hep-ph/0104145
-# B.C. Allanach and M.A. Bernhardt, arXiv:0903.1805
-Block SPINFO # Program information
- 1 SOFTSUSY # spectrum calculator
- 2 3.1.6 # version number
-Block MODSEL # Select model
- 1 1 # sugra
- 4 1 # RPV
+# ISAJET SUSY parameters in Les Houches accord format
+# Created by ISALHA3. Last revision by C. Balazs on 2005 Jan. 10
+Block SPINFO # Program information
+ 1 ISASUGRA from ISAJET # Spectrum Calculator
+ 2 7.78 27-MAR-2008 12:16:18 # Version number
+Block MODSEL # Model selection
+ 1 1 # Minimal supergravity (mSUGRA,CMSSM) model
+ 4 1 # RPV model
Block SMINPUTS # Standard Model inputs
- 1 1.279340000000000e+02 # alpha_em^(-1)(MZ) SM MSbar
- 2 1.166370000000000e-05 # G_Fermi
- 3 1.172000000000000e-01 # alpha_s(MZ)MSbar
- 4 9.118760000000000e+01 # MZ(pole)
- 5 4.250000000000000e+00 # mb(mb)
- 6 1.743000000000000e+02 # Mtop(pole)
- 7 1.777000000000000e+00 # Mtau(pole)
-Block MINPAR # SUSY breaking input parameters
- 3 1.000000000000000e+01 # tanb
- 4 1.000000000000000e+00 # sign(mu)
- 1 1.000000000000000e+02 # m0
- 2 2.500000000000000e+02 # m12
- 5 -1.000000000000000e+02 # A0
-Block RVLAMUDDIN # GUT scale LQD couplings
- 2 1 3 1.111111111000000e-01 # lambda''_{213}
- 2 3 1 -1.111111111000000e-01 # lambda''_{231}
-# Low energy data in SOFTSUSY: MIXING=0 TOLERANCE=1.000000000000000e-03
-# mgut=2.113948864044660e+16 GeV
-Block MASS # Mass spectrum
-#PDG code mass particle
+ 1 1.27848389E+02 # alpha_em^(-1)
+ 2 1.16570000E-05 # G_Fermi
+ 3 1.17200002E-01 # alpha_s(M_Z)
+ 4 9.11699982E+01 # m_{Z}(pole)
+ 5 4.19999981E+00 # m_{b}(m_{b})
+ 6 1.74199997E+02 # m_{top}(pole)
+ 7 1.77699995E+00 # m_{tau}(pole)
+Block MINPAR # SUSY breaking input parameters
+ 1 3.00000000E+01 # m_0
+ 2 2.50000000E+02 # m_{1/2}
+ 3 1.00000000E+01 # tan(beta)
+ 4 1.00000000E+00 # sign(mu)
+ 5 -1.00000000E+02 # A_0
+#
+# M_{GUT} = 0.23284798E+17
+Block MASS # Scalar and gaugino mass spectrum
+# PDG code mass particle
24 8.04229965E+01 # W^+
- 25 1.10438690E+02 # h^0
- 35 3.97793060E+02 # H^0
- 36 3.94905823E+02 # A^0
- 37 4.05355896E+02 # H^+
- 1000001 5.70814331E+02 # dnl
- 1000002 5.64825806E+02 # upl
- 1000003 5.70814331E+02 # stl
- 1000004 5.64827515E+02 # chl
- 1000005 5.18517700E+02 # b1
- 1000006 3.95091980E+02 # t1
- 1000011 2.03257172E+02 # el-
- 1000012 1.85554733E+02 # nuel
- 1000013 2.03257217E+02 # mul-
- 1000014 1.85554733E+02 # numl
- 1000015 1.34696426E+02 # tau1
- 1000016 1.83442932E+02 # nutl
- 1000021 6.08503235E+02 # glss
- 1000022 9.73322601E+01 # z1ss
- 1000023 1.80183792E+02 # z2ss
- 1000024 1.80105759E+02 # w1ss
- 1000025 -3.57040588E+02 # z3ss
- 1000035 3.77500427E+02 # z4ss
- 1000037 3.76503052E+02 # w2ss
- 2000001 5.48128662E+02 # dnr
- 2000002 5.48450806E+02 # upr
- 2000003 5.48128662E+02 # str
- 2000004 5.48452698E+02 # chr
- 2000005 5.47777100E+02 # b2
- 2000006 5.84465332E+02 # t2
- 2000011 1.42523392E+02 # er-
- 2000013 1.42523438E+02 # mur-
- 2000015 2.05819611E+02 # tau2
-# Higgs mixing
-Block alpha # Effective Higgs mixing parameter
- -1.10697523E-01 # alpha
-Block stopmix # stop mixing matrix
- 1 1 5.46654999E-01 # O_{11}
- 1 2 8.37357938E-01 # O_{12}
- 2 1 8.37357938E-01 # O_{21}
- 2 2 -5.46654999E-01 # O_{22}
-Block sbotmix # sbottom mixing matrix
- 1 1 9.31581736E-01 # O_{11}
- 1 2 3.63531858E-01 # O_{12}
- 2 1 -3.63531858E-01 # O_{21}
- 2 2 9.31581736E-01 # O_{22}
-Block staumix # stau mixing matrix
- 1 1 2.76004761E-01 # O_{11}
- 1 2 9.61156249E-01 # O_{12}
- 2 1 9.61156249E-01 # O_{21}
- 2 2 -2.76004761E-01 # O_{22}
-Block nmix # neutralino mixing matrix
- 1 1 9.86056149E-01 #
- 1 2 -5.45955077E-02 #
- 1 3 1.47697553E-01 #
- 1 4 -5.38330264E-02 #
- 2 1 -1.02587126E-01 #
- 2 2 -9.41218615E-01 #
- 2 3 2.77646035E-01 #
- 2 4 -1.62776142E-01 #
- 3 1 -6.05810247E-02 #
- 3 2 8.91988501E-02 #
- 3 3 6.96123242E-01 #
- 3 4 7.09779024E-01 #
- 4 1 -1.16185427E-01 #
- 4 2 3.21201473E-01 #
- 4 3 6.45376444E-01 #
- 4 4 -6.83242381E-01 #
+ 25 1.10396233E+02 # h^0
+ 35 3.85971802E+02 # H^0
+ 36 3.83156494E+02 # A^0
+ 37 3.93762848E+02 # H^+
+ 1000001 5.63274536E+02 # dnl
+ 1000002 5.57188599E+02 # upl
+ 1000003 5.63274597E+02 # stl
+ 1000004 5.57190369E+02 # chl
+ 1000005 5.12406372E+02 # b1
+ 1000006 3.90075226E+02 # t1
+ 1000011 1.79906830E+02 # el-
+ 1000012 1.59436722E+02 # nuel
+ 1000013 1.79906860E+02 # mul-
+ 1000014 1.59436722E+02 # numl
+ 1000015 9.62798233E+01 # tau1
+ 1000016 1.57007813E+02 # nutl
+ 1000021 6.07301758E+02 # glss
+ 1000022 9.70330124E+01 # z1ss
+ 1000023 1.79738770E+02 # z2ss
+ 1000024 1.79696579E+02 # w1ss
+ 1000025 -3.56526703E+02 # z3ss
+ 1000035 3.77039581E+02 # z4ss
+ 1000037 3.76014557E+02 # w2ss
+ 2000001 5.40114441E+02 # dnr
+ 2000002 5.39912781E+02 # upr
+ 2000003 5.40114502E+02 # str
+ 2000004 5.39914673E+02 # chr
+ 2000005 5.40005371E+02 # b2
+ 2000006 5.80215698E+02 # t2
+ 2000011 1.05872871E+02 # er-
+ 2000013 1.05872932E+02 # mur-
+ 2000015 1.82775421E+02 # tau2
+# Higgs mixing
+Block ALPHA # Effective Higgs mixing parameter
+ -1.11408003E-01 # alpha
+Block STOPMIX # stop mixing matrix
+ 1 1 5.53258717E-01 # O_{11}
+ 1 2 -8.33009422E-01 # O_{12}
+ 2 1 8.33009422E-01 # O_{21}
+ 2 2 5.53258717E-01 # O_{22}
+Block SBOTMIX # sbottom mixing matrix
+ 1 1 9.18285668E-01 # O_{11}
+ 1 2 -3.95918429E-01 # O_{12}
+ 2 1 3.95918429E-01 # O_{21}
+ 2 2 9.18285668E-01 # O_{22}
+Block STAUMIX # stau mixing matrix
+ 1 1 2.76561439E-01 # O_{11}
+ 1 2 -9.60996211E-01 # O_{12}
+ 2 1 9.60996211E-01 # O_{21}
+ 2 2 2.76561439E-01 # O_{22}
+Block NMIX # neutralino mixing matrix
+ 1 1 9.86063778E-01 #
+ 1 2 -5.45972623E-02 #
+ 1 3 1.47675380E-01 #
+ 1 4 -5.37555143E-02 #
+ 2 1 -1.02573059E-01 #
+ 2 2 -9.41216052E-01 #
+ 2 3 2.77696967E-01 #
+ 2 4 -1.62713289E-01 #
+ 3 1 -6.06153533E-02 #
+ 3 2 8.92868191E-02 #
+ 3 3 6.96117401E-01 #
+ 3 4 7.09770560E-01 #
+ 4 1 -1.16116807E-01 #
+ 4 2 3.21184516E-01 #
+ 4 3 6.45365477E-01 #
+ 4 4 -6.83272243E-01 #
Block UMIX # chargino U mixing matrix
- 1 1 -9.13979530E-01 # U_{11}
- 1 2 4.05760258E-01 # U_{12}
- 2 1 -4.05760258E-01 # U_{21}
- 2 2 -9.13979530E-01 # U_{22}
+ 1 1 -9.14020836E-01 # U_{11}
+ 1 2 4.05667216E-01 # U_{12}
+ 2 1 -4.05667216E-01 # U_{21}
+ 2 2 -9.14020836E-01 # U_{22}
Block VMIX # chargino V mixing matrix
- 1 1 -9.70854819E-01 # V_{11}
- 1 2 2.39668459E-01 # V_{12}
- 2 1 -2.39668459E-01 # V_{21}
- 2 2 -9.70854819E-01 # V_{22}
-Block RVLAMLLE Q= 9.118760000000000e+01 # R-Parity violating LLE couplings
- 1 1 1 0.000000000000000e+00 # lambda_{111}
- 1 1 2 0.000000000000000e+00 # lambda_{112}
- 1 1 3 0.000000000000000e+00 # lambda_{113}
- 1 2 1 0.000000000000000e+00 # lambda_{121}
- 1 2 2 0.000000000000000e+00 # lambda_{122}
- 1 2 3 0.000000000000000e+00 # lambda_{123}
- 1 3 1 0.000000000000000e+00 # lambda_{131}
- 1 3 2 0.000000000000000e+00 # lambda_{132}
- 1 3 3 0.000000000000000e+00 # lambda_{133}
- 2 1 1 0.000000000000000e+00 # lambda_{211}
- 2 1 2 0.000000000000000e+00 # lambda_{212}
- 2 1 3 0.000000000000000e+00 # lambda_{213}
- 2 2 1 0.000000000000000e+00 # lambda_{221}
- 2 2 2 0.000000000000000e+00 # lambda_{222}
- 2 2 3 0.000000000000000e+00 # lambda_{223}
- 2 3 1 0.000000000000000e+00 # lambda_{231}
- 2 3 2 0.000000000000000e+00 # lambda_{232}
- 2 3 3 0.000000000000000e+00 # lambda_{233}
- 3 1 1 0.000000000000000e+00 # lambda_{311}
- 3 1 2 0.000000000000000e+00 # lambda_{312}
- 3 1 3 0.000000000000000e+00 # lambda_{313}
- 3 2 1 0.000000000000000e+00 # lambda_{321}
- 3 2 2 0.000000000000000e+00 # lambda_{322}
- 3 2 3 0.000000000000000e+00 # lambda_{323}
- 3 3 1 0.000000000000000e+00 # lambda_{331}
- 3 3 2 0.000000000000000e+00 # lambda_{332}
- 3 3 3 0.000000000000000e+00 # lambda_{333}
-Block RVLAMLQD Q= 9.118760000000000e+01 # R-Parity violating LQD couplings
- 1 1 1 0.000000000000000e+00 # lambda'_{111}
- 1 1 2 0.000000000000000e+00 # lambda'_{112}
- 1 1 3 0.000000000000000e+00 # lambda'_{113}
- 1 2 1 0.000000000000000e+00 # lambda'_{121}
- 1 2 2 0.000000000000000e+00 # lambda'_{122}
- 1 2 3 0.000000000000000e+00 # lambda'_{123}
- 1 3 1 0.000000000000000e+00 # lambda'_{131}
- 1 3 2 0.000000000000000e+00 # lambda'_{132}
- 1 3 3 0.000000000000000e+00 # lambda'_{133}
- 2 1 1 0.000000000000000e+00 # lambda'_{211}
- 2 1 2 0.000000000000000e+00 # lambda'_{212}
- 2 1 3 0.000000000000000e+00 # lambda'_{213}
- 2 2 1 0.000000000000000e+00 # lambda'_{221}
- 2 2 2 0.000000000000000e+00 # lambda'_{222}
- 2 2 3 0.000000000000000e+00 # lambda'_{223}
- 2 3 1 0.000000000000000e+00 # lambda'_{231}
- 2 3 2 0.000000000000000e+00 # lambda'_{232}
- 2 3 3 0.000000000000000e+00 # lambda'_{233}
- 3 1 1 0.000000000000000e+00 # lambda'_{311}
- 3 1 2 0.000000000000000e+00 # lambda'_{312}
- 3 1 3 0.000000000000000e+00 # lambda'_{313}
- 3 2 1 0.000000000000000e+00 # lambda'_{321}
- 3 2 2 0.000000000000000e+00 # lambda'_{322}
- 3 2 3 0.000000000000000e+00 # lambda'_{323}
- 3 3 1 0.000000000000000e+00 # lambda'_{331}
- 3 3 2 0.000000000000000e+00 # lambda'_{332}
- 3 3 3 0.000000000000000e+00 # lambda'_{333}
-Block RVLAMUDD Q= 9.118760000000000e+01 # R-Parity violating UDD couplings
- 1 1 1 0.000000000000000e+00 # lambda''_{111}
- 1 1 2 0.000000000000000e+00 # lambda''_{112}
- 1 1 3 0.000000000000000e+00 # lambda''_{113}
- 1 2 1 0.000000000000000e+00 # lambda''_{121}
- 1 2 2 0.000000000000000e+00 # lambda''_{122}
- 1 2 3 0.000000000000000e+00 # lambda''_{123}
- 1 3 1 0.000000000000000e+00 # lambda''_{131}
- 1 3 2 0.000000000000000e+00 # lambda''_{132}
- 1 3 3 0.000000000000000e+00 # lambda''_{133}
- 2 1 1 0.000000000000000e+00 # lambda''_{211}
- 2 1 2 0.000000000000000e+00 # lambda''_{212}
- 2 1 3 4.058196578975750e-01 # lambda''_{213}
- 2 2 1 0.000000000000000e+00 # lambda''_{221}
- 2 2 2 0.000000000000000e+00 # lambda''_{222}
- 2 2 3 0.000000000000000e+00 # lambda''_{223}
- 2 3 1 -4.058196578975750e-01 # lambda''_{231}
- 2 3 2 0.000000000000000e+00 # lambda''_{232}
- 2 3 3 0.000000000000000e+00 # lambda''_{233}
- 3 1 1 0.000000000000000e+00 # lambda''_{311}
- 3 1 2 0.000000000000000e+00 # lambda''_{312}
- 3 1 3 0.000000000000000e+00 # lambda''_{313}
- 3 2 1 0.000000000000000e+00 # lambda''_{321}
- 3 2 2 0.000000000000000e+00 # lambda''_{322}
- 3 2 3 0.000000000000000e+00 # lambda''_{323}
- 3 3 1 0.000000000000000e+00 # lambda''_{331}
- 3 3 2 0.000000000000000e+00 # lambda''_{332}
- 3 3 3 0.000000000000000e+00 # lambda''_{333}
-Block RVT Q= 9.118760000000000e+01 # R-Parity violating LLE soft terms
- 1 1 1 0.000000000000000e+00 # T_{111}
- 1 1 2 0.000000000000000e+00 # T_{112}
- 1 1 3 0.000000000000000e+00 # T_{113}
- 1 2 1 0.000000000000000e+00 # T_{121}
- 1 2 2 0.000000000000000e+00 # T_{122}
- 1 2 3 0.000000000000000e+00 # T_{123}
- 1 3 1 0.000000000000000e+00 # T_{131}
- 1 3 2 0.000000000000000e+00 # T_{132}
- 1 3 3 0.000000000000000e+00 # T_{133}
- 2 1 1 0.000000000000000e+00 # T_{211}
- 2 1 2 0.000000000000000e+00 # T_{212}
- 2 1 3 0.000000000000000e+00 # T_{213}
- 2 2 1 0.000000000000000e+00 # T_{221}
- 2 2 2 0.000000000000000e+00 # T_{222}
- 2 2 3 0.000000000000000e+00 # T_{223}
- 2 3 1 0.000000000000000e+00 # T_{231}
- 2 3 2 0.000000000000000e+00 # T_{232}
- 2 3 3 0.000000000000000e+00 # T_{233}
- 3 1 1 0.000000000000000e+00 # T_{311}
- 3 1 2 0.000000000000000e+00 # T_{312}
- 3 1 3 0.000000000000000e+00 # T_{313}
- 3 2 1 0.000000000000000e+00 # T_{321}
- 3 2 2 0.000000000000000e+00 # T_{322}
- 3 2 3 0.000000000000000e+00 # T_{323}
- 3 3 1 0.000000000000000e+00 # T_{331}
- 3 3 2 0.000000000000000e+00 # T_{332}
- 3 3 3 0.000000000000000e+00 # T_{333}
-Block RVTP Q= 9.118760000000000e+01 # R-Parity violating LQD soft terms
- 1 1 1 0.000000000000000e+00 # T'_{111}
- 1 1 2 0.000000000000000e+00 # T'_{112}
- 1 1 3 0.000000000000000e+00 # T'_{113}
- 1 2 1 0.000000000000000e+00 # T'_{121}
- 1 2 2 0.000000000000000e+00 # T'_{122}
- 1 2 3 0.000000000000000e+00 # T'_{123}
- 1 3 1 0.000000000000000e+00 # T'_{131}
- 1 3 2 0.000000000000000e+00 # T'_{132}
- 1 3 3 0.000000000000000e+00 # T'_{133}
- 2 1 1 0.000000000000000e+00 # T'_{211}
- 2 1 2 0.000000000000000e+00 # T'_{212}
- 2 1 3 0.000000000000000e+00 # T'_{213}
- 2 2 1 0.000000000000000e+00 # T'_{221}
- 2 2 2 0.000000000000000e+00 # T'_{222}
- 2 2 3 0.000000000000000e+00 # T'_{223}
- 2 3 1 0.000000000000000e+00 # T'_{231}
- 2 3 2 0.000000000000000e+00 # T'_{232}
- 2 3 3 0.000000000000000e+00 # T'_{233}
- 3 1 1 0.000000000000000e+00 # T'_{311}
- 3 1 2 0.000000000000000e+00 # T'_{312}
- 3 1 3 0.000000000000000e+00 # T'_{313}
- 3 2 1 0.000000000000000e+00 # T'_{321}
- 3 2 2 0.000000000000000e+00 # T'_{322}
- 3 2 3 0.000000000000000e+00 # T'_{323}
- 3 3 1 0.000000000000000e+00 # T'_{331}
- 3 3 2 0.000000000000000e+00 # T'_{332}
- 3 3 3 0.000000000000000e+00 # T'_{333}
-Block RVTPP Q= 9.118760000000000e+01 # R-Parity violating UDD soft terms
- 1 1 1 0.000000000000000e+00 # T''_{111}
- 1 1 2 0.000000000000000e+00 # T''_{112}
- 1 1 3 0.000000000000000e+00 # T''_{113}
- 1 2 1 0.000000000000000e+00 # T''_{121}
- 1 2 2 0.000000000000000e+00 # T''_{122}
- 1 2 3 0.000000000000000e+00 # T''_{123}
- 1 3 1 0.000000000000000e+00 # T''_{131}
- 1 3 2 0.000000000000000e+00 # T''_{132}
- 1 3 3 0.000000000000000e+00 # T''_{133}
- 2 1 1 0.000000000000000e+00 # T''_{211}
- 2 1 2 0.000000000000000e+00 # T''_{212}
- 2 1 3 -4.492175779388289e+02 # T''_{213}
- 2 2 1 0.000000000000000e+00 # T''_{221}
- 2 2 2 0.000000000000000e+00 # T''_{222}
- 2 2 3 0.000000000000000e+00 # T''_{223}
- 2 3 1 4.492175779388289e+02 # T''_{231}
- 2 3 2 0.000000000000000e+00 # T''_{232}
- 2 3 3 0.000000000000000e+00 # T''_{233}
- 3 1 1 0.000000000000000e+00 # T''_{311}
- 3 1 2 0.000000000000000e+00 # T''_{312}
- 3 1 3 0.000000000000000e+00 # T''_{313}
- 3 2 1 0.000000000000000e+00 # T''_{321}
- 3 2 2 0.000000000000000e+00 # T''_{322}
- 3 2 3 0.000000000000000e+00 # T''_{323}
- 3 3 1 0.000000000000000e+00 # T''_{331}
- 3 3 2 0.000000000000000e+00 # T''_{332}
- 3 3 3 0.000000000000000e+00 # T''_{333}
-Block RVKAPPA Q= 9.118760000000000e+01 # R-Parity violating kappa
- 1 0.000000000000000e+00 # kappa_{1}
- 2 0.000000000000000e+00 # kappa_{2}
- 3 0.000000000000000e+00 # kappa_{3}
-Block RVD Q= 9.118760000000000e+01 # R-Parity violating D
- 1 0.000000000000000e+00 # D_{1}
- 2 0.000000000000000e+00 # D_{2}
- 3 0.000000000000000e+00 # D_{3}
-Block RVSNVEV Q= 9.118760000000000e+01 # sneutrino VEVs D
- 1 0.000000000000000e+00 # SneutrinoVev_{1}
- 2 0.000000000000000e+00 # SneutrinoVev_{2}
- 3 0.000000000000000e+00 # SneutrinoVev_{3}
-Block RVM2LH1 Q= 9.118760000000000e+01 # M2LH1
- 1 0.000000000000000e+00 # M2LH1_{1}
- 2 0.000000000000000e+00 # M2LH1_{2}
- 3 0.000000000000000e+00 # M2LH1_{3}
-Block RVNMIX Q= 9.118760000000000e+01 # neutrino-neutralino mixing matrix
- 1 1 1.000000000000000e+00 # N_{11}
- 1 2 0.000000000000000e+00 # N_{12}
- 1 3 0.000000000000000e+00 # N_{13}
- 1 4 0.000000000000000e+00 # N_{14}
- 1 5 0.000000000000000e+00 # N_{15}
- 1 6 0.000000000000000e+00 # N_{16}
- 1 7 0.000000000000000e+00 # N_{17}
- 2 1 0.000000000000000e+00 # N_{21}
- 2 2 1.000000000000000e+00 # N_{22}
- 2 3 0.000000000000000e+00 # N_{23}
- 2 4 0.000000000000000e+00 # N_{24}
- 2 5 0.000000000000000e+00 # N_{25}
- 2 6 0.000000000000000e+00 # N_{26}
- 2 7 0.000000000000000e+00 # N_{27}
- 3 1 0.000000000000000e+00 # N_{31}
- 3 2 0.000000000000000e+00 # N_{32}
- 3 3 1.000000000000000e+00 # N_{33}
- 3 4 0.000000000000000e+00 # N_{34}
- 3 5 0.000000000000000e+00 # N_{35}
- 3 6 0.000000000000000e+00 # N_{36}
- 3 7 0.000000000000000e+00 # N_{37}
- 4 1 0.000000000000000e+00 # N_{41}
- 4 2 0.000000000000000e+00 # N_{42}
- 4 3 0.000000000000000e+00 # N_{43}
- 4 4 9.847586302448337e-01 # N_{44}
- 4 5 1.103358172169542e-01 # N_{45}
- 4 6 -6.109196614701566e-02 # N_{46}
- 4 7 -1.197673547744873e-01 # N_{47}
- 5 1 0.000000000000000e+00 # N_{51}
- 5 2 0.000000000000000e+00 # N_{52}
- 5 3 0.000000000000000e+00 # N_{53}
- 5 4 -6.117335704829553e-02 # N_{54}
- 5 5 9.417084179971972e-01 # N_{55}
- 5 6 9.139706636153933e-02 # N_{56}
- 5 7 3.179459893144785e-01 # N_{57}
- 6 1 0.000000000000000e+00 # N_{61}
- 6 2 0.000000000000000e+00 # N_{62}
- 6 3 0.000000000000000e+00 # N_{63}
- 6 4 1.526003197222580e-01 # N_{64}
- 6 5 -2.757093691768081e-01 # N_{65}
- 6 6 6.951152156704405e-01 # N_{66}
- 6 7 6.461519350061778e-01 # N_{67}
- 7 1 0.000000000000000e+00 # N_{71}
- 7 2 0.000000000000000e+00 # N_{72}
- 7 3 0.000000000000000e+00 # N_{73}
- 7 4 -5.675740450747836e-02 # N_{74}
- 7 5 1.580999894383607e-01 # N_{75}
- 7 6 7.104429497688277e-01 # N_{76}
- 7 7 -6.834133489308879e-01 # N_{77}
-Block gauge Q= 4.658875486002514e+02
- 1 3.612224559820806e-01 # g'(Q)MSSM DRbar
- 2 6.459416521668273e-01 # g(Q)MSSM DRbar
- 3 1.099084612812928e+00 # g3(Q)MSSM DRbar
-Block yu Q= 4.658875486002514e+02
- 3 3 8.876850863710053e-01 # Yt(Q)MSSM DRbar
-Block yd Q= 4.658875486002514e+02
- 3 3 1.394144554244301e-01 # Yb(Q)MSSM DRbar
-Block ye Q= 4.658875486002514e+02
- 3 3 1.008201048296727e-01 # Ytau(Q)MSSM DRbar
-Block hmix Q= 4.658875486002514e+02 # Higgs mixing parameters
- 1 3.523951229611193e+02 # mu(Q)MSSM DRbar
- 2 9.750794981797965e+00 # tan beta(Q)MSSM DRbar
- 3 2.450552388999505e+02 # higgs vev(Q)MSSM DRbar
- 4 1.540085312037490e+05 # mA^2(Q)MSSM DRbar
-Block msoft Q= 4.658875486002514e+02 # MSSM DRbar SUSY breaking parameters
- 1 1.019298350505508e+02 # M_1(Q)
- 2 1.918839647481807e+02 # M_2(Q)
- 3 5.865103097292333e+02 # M_3(Q)
- 21 3.224270569356461e+04 # mH1^2(Q)
- 22 -1.266078208606914e+05 # mH2^2(Q)
- 31 1.951283343699006e+02 # meL(Q)
- 32 1.951255562707749e+02 # mmuL(Q)
- 33 1.942966611468428e+02 # mtauL(Q)
- 34 1.359061234183270e+02 # meR(Q)
- 35 1.358980376461618e+02 # mmuR(Q)
- 36 1.334673224873262e+02 # mtauR(Q)
- 41 5.456897737242055e+02 # mqL1(Q)
- 42 5.456880825506045e+02 # mqL2(Q)
- 43 4.973772780573491e+02 # mqL3(Q)
- 44 5.277854736928479e+02 # muR(Q)
- 45 5.277837384132408e+02 # mcR(Q)
- 46 4.228193589663845e+02 # mtR(Q)
- 47 5.256970673584685e+02 # mdR(Q)
- 48 5.256952574087342e+02 # msR(Q)
- 49 5.224212199661440e+02 # mbR(Q)
-Block au Q= 4.658875486002514e+02
- 1 1 -6.800488459570624e+02 # Au(Q)MSSM DRbar
- 2 2 -6.800453755302406e+02 # Ac(Q)MSSM DRbar
- 3 3 -5.004695693236664e+02 # At(Q)MSSM DRbar
-Block ad Q= 4.658875486002514e+02
- 1 1 -8.573309698956456e+02 # Ad(Q)MSSM DRbar
- 2 2 -8.573277220569131e+02 # As(Q)MSSM DRbar
- 3 3 -7.942216908831257e+02 # Ab(Q)MSSM DRbar
-Block ae Q= 4.658875486002514e+02
- 1 1 -2.525594738356714e+02 # Ae(Q)MSSM DRbar
- 2 2 -2.525537175544855e+02 # Amu(Q)MSSM DRbar
- 3 3 -2.508338074238620e+02 # Atau(Q)MSSM DRbar
+ 1 1 -9.70917344E-01 # V_{11}
+ 1 2 2.39414886E-01 # V_{12}
+ 2 1 -2.39414886E-01 # V_{21}
+ 2 2 -9.70917344E-01 # V_{22}
+Block GAUGE Q= 4.52453674E+02 #
+ 1 3.57486933E-01 # g`
+ 2 6.52475834E-01 # g_2
+ 3 1.22103906E+00 # g_3
+Block YU Q= 4.52453674E+02 #
+ 3 3 8.89452100E-01 # y_t
+Block YD Q= 4.52453674E+02 #
+ 3 3 1.34211719E-01 # y_b
+Block YE Q= 4.52453674E+02 #
+ 3 3 9.95487794E-02 # y_tau
+Block HMIX Q= 4.52453674E+02 # Higgs mixing parameters
+ 1 3.50766541E+02 # mu(Q)
+ 2 1.00000000E+01 # tan(beta)(M_{GUT})
+ 3 2.50133316E+02 # Higgs vev at Q
+ 4 1.46808906E+05 # m_A^2(Q)
+Block MSOFT Q= 4.52453674E+02 # DRbar SUSY breaking parameters
+ 1 1.01636986E+02 # M_1(Q)
+ 2 1.92043640E+02 # M_2(Q)
+ 3 5.79271362E+02 # M_3(Q)
+ 31 1.72356689E+02 # MeL(Q)
+ 32 1.72356689E+02 # MmuL(Q)
+ 33 1.70148529E+02 # MtauL(Q)
+ 34 9.75355988E+01 # MeR(Q)
+ 35 9.75355988E+01 # MmuR(Q)
+ 36 9.45158844E+01 # MtauR(Q)
+ 41 5.31718994E+02 # MqL1(Q)
+ 42 5.31718994E+02 # MqL2(Q)
+ 43 4.90062195E+02 # MqL3(Q)
+ 44 5.13676575E+02 # MuR(Q)
+ 45 5.13676575E+02 # McR(Q)
+ 46 4.17731323E+02 # MtR(Q)
+ 47 5.12026978E+02 # MdR(Q)
+ 48 5.12026978E+02 # MsR(Q)
+ 49 5.12273071E+02 # MbR(Q)
+Block AU Q= 4.52453674E+02 #
+ 1 1 -4.99287476E+02 # A_u
+ 2 2 -4.99287476E+02 # A_c
+ 3 3 -4.99287476E+02 # A_t
+Block AD Q= 4.52453674E+02 #
+ 1 1 -7.91876587E+02 # A_d
+ 2 2 -7.91876587E+02 # A_s
+ 3 3 -7.91876587E+02 # A_b
+Block AE Q= 4.52453674E+02 #
+ 1 1 -2.51915421E+02 # A_e
+ 2 2 -2.51915421E+02 # A_mu
+ 3 3 -2.51915421E+02 # A_tau
+BLOCK RVLAMLLE Q= 0.10000E+03
+ 1 1 1 0.00000E+00
+ 1 1 2 0.00000E+00
+ 1 1 3 0.00000E+00
+ 1 2 1 0.00000E+00
+ 1 2 2 0.00000E+00
+ 1 2 3 0.00000E+00
+ 1 3 1 0.00000E+00
+ 1 3 2 0.00000E+00
+ 1 3 3 0.00000E+00
+ 2 1 1 0.00000E+00
+ 2 1 2 0.00000E+00
+ 2 1 3 0.00000E+00
+ 2 2 1 0.00000E+00
+ 2 2 2 0.00000E+00
+ 2 2 3 0.00000E+00
+ 2 3 1 0.00000E+00
+ 2 3 2 0.00000E+00
+ 2 3 3 0.00000E+00
+ 3 1 1 0.00000E+00
+ 3 1 2 0.00000E+00
+ 3 1 3 0.00000E+00
+ 3 2 1 0.00000E+00
+ 3 2 2 0.00000E+00
+ 3 2 3 0.00000E+00
+ 3 3 1 0.00000E+00
+ 3 3 2 0.00000E+00
+ 3 3 3 0.00000E+00
+BLOCK RVLAMLQD Q= 0.10000E+03
+ 1 1 1 0.00000E+00
+ 1 1 2 0.00000E+00
+ 1 1 3 0.00000E+00
+ 1 2 1 0.00000E+00
+ 1 2 2 0.00000E+00
+ 1 2 3 0.00000E+00
+ 1 3 1 0.00000E+00
+ 1 3 2 0.00000E+00
+ 1 3 3 0.00000E+00
+ 2 1 1 0.00000E+00
+ 2 1 2 0.00000E+00
+ 2 1 3 0.00000E+00
+ 2 2 1 0.00000E+00
+ 2 2 2 0.00000E+00
+ 2 2 3 0.00000E+00
+ 2 3 1 0.00000E+00
+ 2 3 2 0.00000E+00
+ 2 3 3 0.00000E+00
+ 3 1 1 0.00000E+00
+ 3 1 2 0.00000E+00
+ 3 1 3 0.00000E+00
+ 3 2 1 0.00000E+00
+ 3 2 2 0.00000E+00
+ 3 2 3 0.00000E+00
+ 3 3 1 0.00000E+00
+ 3 3 2 0.00000E+00
+ 3 3 3 0.00000E+00
+BLOCK RVLAMUDD Q= 0.10000E+03
+ 1 1 1 0.00000E+00
+ 1 1 2 0.10000E-01
+ 1 1 3 0.00000E+00
+ 1 2 1 -0.10000E-01
+ 1 2 2 0.00000E+00
+ 1 2 3 0.00000E+00
+ 1 3 1 -0.00000E+00
+ 1 3 2 -0.00000E+00
+ 1 3 3 0.00000E+00
+ 2 1 1 0.00000E+00
+ 2 1 2 0.00000E+00
+ 2 1 3 0.00000E+00
+ 2 2 1 -0.00000E+00
+ 2 2 2 0.00000E+00
+ 2 2 3 0.00000E+00
+ 2 3 1 -0.00000E+00
+ 2 3 2 -0.00000E+00
+ 2 3 3 0.00000E+00
+ 3 1 1 0.00000E+00
+ 3 1 2 0.00000E+00
+ 3 1 3 0.00000E+00
+ 3 2 1 -0.00000E+00
+ 3 2 2 0.00000E+00
+ 3 2 3 0.00000E+00
+ 3 3 1 -0.00000E+00
+ 3 3 2 -0.00000E+00
+ 3 3 3 0.00000E+00
+# ISAJET decay tables in SUSY Les Houches accord format
+# Created by ISALHD. Last revision: C. Balazs, 2005 May 25
+Block DCINFO # Program information
+ 1 ISASUGRA from ISAJET # Spectrum Calculator
+ 2 7.78 27-MAR-2008 12:16:18 # Version number
+# PDG Width
+DECAY 6 1.19335973E+00 # TP decays
+# BR NDA ID1 ID2 ID3 ID4
+ 3.33333343E-01 3 2 -1 5 # TP --> UP DB BT
+ 3.33333343E-01 3 4 -3 5 # TP --> CH SB BT
+ 1.11111112E-01 3 -11 12 5 # TP --> E+ NUE BT
+ 1.11111112E-01 3 -13 14 5 # TP --> MU+ NUM BT
+ 1.11111112E-01 3 -15 16 5 # TP --> TAU+ NUT BT
+# PDG Width
+DECAY 1000021 6.46790695E+00 # GLSS decays
+# BR NDA ID1 ID2 ID3 ID4
+ 1.23402759E-04 3 1000024 5 -6 # GLSS --> W1SS+ BT TB
+ 1.23402759E-04 3 -1000024 6 -5 # GLSS --> W1SS- TP BB
+ 3.82667849E-06 3 1000037 5 -6 # GLSS --> W2SS+ BT TB
+ 3.82667849E-06 3 -1000037 6 -5 # GLSS --> W2SS- TP BB
+ 4.73582787E-07 2 1000022 21 # GLSS --> Z1SS GL
+ 1.63560780E-05 3 1000022 6 -6 # GLSS --> Z1SS TP TB
+ 5.07489972E-07 2 1000023 21 # GLSS --> Z2SS GL
+ 1.86335528E-05 3 1000023 6 -6 # GLSS --> Z2SS TP TB
+ 2.04786120E-05 2 1000025 21 # GLSS --> Z3SS GL
+ 1.33556014E-05 2 1000035 21 # GLSS --> Z4SS GL
+ 2.85219364E-02 2 -1000002 2 # GLSS --> UBL UP
+ 2.85219364E-02 2 1000002 -2 # GLSS --> UPL UB
+ 2.22456921E-02 2 -1000001 1 # GLSS --> DBL DN
+ 2.22456921E-02 2 1000001 -1 # GLSS --> DNL DB
+ 5.00576459E-02 2 -2000002 2 # GLSS --> UBR UP
+ 5.00576459E-02 2 2000002 -2 # GLSS --> UPR UB
+ 4.97760437E-02 2 -2000001 1 # GLSS --> DBR DN
+ 4.97760437E-02 2 2000001 -1 # GLSS --> DNR DB
+ 2.22454052E-02 2 -1000003 3 # GLSS --> SBL ST
+ 2.22454052E-02 2 1000003 -3 # GLSS --> STL SB
+ 4.97757122E-02 2 -2000003 3 # GLSS --> SBR ST
+ 4.97757122E-02 2 2000003 -3 # GLSS --> STR SB
+ 2.85105314E-02 2 -1000004 4 # GLSS --> CBL CH
+ 2.85105314E-02 2 1000004 -4 # GLSS --> CHL CB
+ 5.00461161E-02 2 -2000004 4 # GLSS --> CBR CH
+ 5.00461161E-02 2 2000004 -4 # GLSS --> CHR CB
+ 9.05247629E-02 2 -1000005 5 # GLSS --> BB1 BT
+ 9.05247629E-02 2 1000005 -5 # GLSS --> BT1 BB
+ 5.26535511E-02 2 -2000005 5 # GLSS --> BB2 BT
+ 5.26535511E-02 2 2000005 -5 # GLSS --> BT2 BB
+ 5.54805435E-02 2 -1000006 6 # GLSS --> TB1 TP
+ 5.54805435E-02 2 1000006 -6 # GLSS --> TP1 TB
+# PDG Width
+DECAY 1000002 5.46676540E+00 # UPL decays
+# BR NDA ID1 ID2 ID3 ID4
+ 6.41009863E-03 2 1000022 2 # UPL --> Z1SS UP
+ 3.17389667E-01 2 1000023 2 # UPL --> Z2SS UP
+ 9.14610806E-04 2 1000025 2 # UPL --> Z3SS UP
+ 1.13404384E-02 2 1000035 2 # UPL --> Z4SS UP
+ 6.49358690E-01 2 1000024 1 # UPL --> W1SS+ DN
+ 1.45865176E-02 2 1000037 1 # UPL --> W2SS+ DN
+# PDG Width
+DECAY 1000001 5.28044415E+00 # DNL decays
+# BR NDA ID1 ID2 ID3 ID4
+ 2.33969297E-02 2 1000022 1 # DNL --> Z1SS DN
+ 3.08210462E-01 2 1000023 1 # DNL --> Z2SS DN
+ 1.62573264E-03 2 1000025 1 # DNL --> Z3SS DN
+ 1.60422008E-02 2 1000035 1 # DNL --> Z4SS DN
+ 6.05305493E-01 2 -1000024 2 # DNL --> W1SS- UP
+ 4.54192087E-02 2 -1000037 2 # DNL --> W2SS- UP
+# PDG Width
+DECAY 1000003 5.28039026E+00 # STL decays
+# BR NDA ID1 ID2 ID3 ID4
+ 2.33971700E-02 2 1000022 3 # STL --> Z1SS ST
+ 3.08213621E-01 2 1000023 3 # STL --> Z2SS ST
+ 1.62575010E-03 2 1000025 3 # STL --> Z3SS ST
+ 1.60423722E-02 2 1000035 3 # STL --> Z4SS ST
+ 6.05303109E-01 2 -1000024 4 # STL --> W1SS- CH
+ 4.54179943E-02 2 -1000037 4 # STL --> W2SS- CH
+# PDG Width
+DECAY 1000004 5.46676302E+00 # CHL decays
+# BR NDA ID1 ID2 ID3 ID4
+ 6.41004555E-03 2 1000022 4 # CHL --> Z1SS CH
+ 3.17386627E-01 2 1000023 4 # CHL --> Z2SS CH
+ 9.14591539E-04 2 1000025 4 # CHL --> Z3SS CH
+ 1.13401460E-02 2 1000035 4 # CHL --> Z4SS CH
+ 6.49361968E-01 2 1000024 3 # CHL --> W1SS+ ST
+ 1.45867271E-02 2 1000037 3 # CHL --> W2SS+ ST
+# PDG Width
+DECAY 1000005 3.86469364E+00 # BT1 decays
+# BR NDA ID1 ID2 ID3 ID4
+ 4.54744212E-02 2 1000022 5 # BT1 --> Z1SS BT
+ 3.33205372E-01 2 1000023 5 # BT1 --> Z2SS BT
+ 4.83201677E-03 2 1000025 5 # BT1 --> Z3SS BT
+ 9.91509482E-03 2 1000035 5 # BT1 --> Z4SS BT
+ 4.22780275E-01 2 -1000024 6 # BT1 --> W1SS- TP
+ 1.83792755E-01 2 -24 1000006 # BT1 --> W- TP1
+# PDG Width
+DECAY 1000006 1.91677964E+00 # TP1 decays
+# BR NDA ID1 ID2 ID3 ID4
+ 1.90798178E-01 2 1000022 6 # TP1 --> Z1SS TP
+ 1.09193988E-01 2 1000023 6 # TP1 --> Z2SS TP
+ 6.93086267E-01 2 1000024 5 # TP1 --> W1SS+ BT
+ 6.92161731E-03 2 1000037 5 # TP1 --> W2SS+ BT
+# PDG Width
+DECAY 2000002 1.12934852E+00 # UPR decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.84020293E-01 2 1000022 2 # UPR --> Z1SS UP
+ 8.98986775E-03 2 1000023 2 # UPR --> Z2SS UP
+ 1.26286619E-03 2 1000025 2 # UPR --> Z3SS UP
+ 3.82472784E-03 2 1000035 2 # UPR --> Z4SS UP
+ 1.90219784E-03 2 -3 -1 # UPR --> SB DB
+# PDG Width
+DECAY 2000001 2.84070671E-01 # DNR decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.78429496E-01 2 1000022 1 # DNR --> Z1SS DN
+ 8.94000940E-03 2 1000023 1 # DNR --> Z2SS DN
+ 1.25707861E-03 2 1000025 1 # DNR --> Z3SS DN
+ 3.80821317E-03 2 1000035 1 # DNR --> Z4SS DN
+ 7.56518403E-03 2 -2 -3 # DNR --> UB SB
+# PDG Width
+DECAY 2000003 2.84070700E-01 # STR decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.78429496E-01 2 1000022 3 # STR --> Z1SS ST
+ 8.94000940E-03 2 1000023 3 # STR --> Z2SS ST
+ 1.25707919E-03 2 1000025 3 # STR --> Z3SS ST
+ 3.80821526E-03 2 1000035 3 # STR --> Z4SS ST
+ 7.56518496E-03 2 -2 -1 # STR --> UB DB
+# PDG Width
+DECAY 2000004 1.12718964E+00 # CHR decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.85895813E-01 2 1000022 4 # CHR --> Z1SS CH
+ 9.00699198E-03 2 1000023 4 # CHR --> Z2SS CH
+ 1.26525352E-03 2 1000025 4 # CHR --> Z3SS CH
+ 3.83193349E-03 2 1000035 4 # CHR --> Z4SS CH
+# PDG Width
+DECAY 2000005 1.01403224E+00 # BT2 decays
+# BR NDA ID1 ID2 ID3 ID4
+ 2.13702232E-01 2 1000022 5 # BT2 --> Z1SS BT
+ 1.56243175E-01 2 1000023 5 # BT2 --> Z2SS BT
+ 4.40571904E-02 2 1000025 5 # BT2 --> Z3SS BT
+ 6.57024235E-02 2 1000035 5 # BT2 --> Z4SS BT
+ 2.05098107E-01 2 -1000024 6 # BT2 --> W1SS- TP
+ 3.15196902E-01 2 -24 1000006 # BT2 --> W- TP1
+# PDG Width
+DECAY 2000006 7.47186041E+00 # TP2 decays
+# BR NDA ID1 ID2 ID3 ID4
+ 2.14173034E-01 2 1000024 5 # TP2 --> W1SS+ BT
+ 1.95346326E-01 2 1000037 5 # TP2 --> W2SS+ BT
+ 2.00928897E-01 2 23 1000006 # TP2 --> Z0 TP1
+ 4.74995263E-02 2 25 1000006 # TP2 --> HL0 TP1
+ 2.86177434E-02 2 1000022 6 # TP2 --> Z1SS TP
+ 8.38905349E-02 2 1000023 6 # TP2 --> Z2SS TP
+ 4.28873636E-02 2 1000025 6 # TP2 --> Z3SS TP
+ 1.86656624E-01 2 1000035 6 # TP2 --> Z4SS TP
+# PDG Width
+DECAY 1000011 9.04539824E-02 # EL- decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.99894559E-01 2 1000022 11 # EL- --> Z1SS E-
+ 2.90545959E-05 2 1000023 11 # EL- --> Z2SS E-
+ 7.63282005E-05 2 -1000024 12 # EL- --> W1SS- NUE
+ 1.38247902E-08 3 1000015 11 -15 # EL- --> TAU1- E- TAU+
+ 4.09542666E-09 3 -1000015 11 15 # EL- --> TAU1+ E- TAU-
+# PDG Width
+DECAY 1000013 9.04533267E-02 # MUL- decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.99900937E-01 2 1000022 13 # MUL- --> Z1SS MU-
+ 2.26935044E-05 2 1000023 13 # MUL- --> Z2SS MU-
+ 7.63521311E-05 2 -1000024 14 # MUL- --> W1SS- NUM
+ 1.38249119E-08 3 1000015 13 -15 # MUL- --> TAU1- MU- TAU+
+ 4.09546264E-09 3 -1000015 13 15 # MUL- --> TAU1+ MU- TAU-
+# PDG Width
+DECAY 1000012 9.46836099E-02 # NUEL decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.99934673E-01 2 1000022 12 # NUEL --> Z1SS NUE
+ 6.91859077E-06 3 1000015 12 -15 # NUEL --> TAU1- NUE TAU+
+ 1.22457177E-05 3 -1000015 12 15 # NUEL --> TAU1+ NUE TAU-
+ 4.60744668E-05 3 -1000015 11 16 # NUEL --> TAU1+ E- NUT
+# PDG Width
+DECAY 1000014 9.46836099E-02 # NUML decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.99934673E-01 2 1000022 14 # NUML --> Z1SS NUM
+ 6.91859077E-06 3 1000015 14 -15 # NUML --> TAU1- NUM TAU+
+ 1.22457177E-05 3 -1000015 14 15 # NUML --> TAU1+ NUM TAU-
+ 4.60748852E-05 3 -1000015 13 16 # NUML --> TAU1+ MU- NUT
+# PDG Width
+DECAY 1000016 8.99758935E-02 # NUTL decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.98557568E-01 2 1000022 16 # NUTL --> Z1SS NUT
+ 5.81626000E-06 3 -1000015 16 15 # NUTL --> TAU1+ NUT TAU-
+ 1.68852333E-04 3 1000015 16 -15 # NUTL --> TAU1- NUT TAU+
+ 1.58474373E-04 3 1000015 12 -11 # NUTL --> TAU1- NUE E+
+ 1.58474373E-04 3 1000015 14 -13 # NUTL --> TAU1- NUM MU+
+ 4.75423119E-04 3 1000015 2 -1 # NUTL --> TAU1- UP DB
+ 4.75423119E-04 3 1000015 4 -3 # NUTL --> TAU1- CH SB
+# PDG Width
+DECAY 2000011 1.34070907E-02 # ER- decays
+# BR NDA ID1 ID2 ID3 ID4
+ 1.00000000E+00 2 1000022 11 # ER- --> Z1SS E-
+ 1.08568037E-10 3 1000015 11 -15 # ER- --> TAU1- E- TAU+
+# PDG Width
+DECAY 2000013 1.34062413E-02 # MUR- decays
+# BR NDA ID1 ID2 ID3 ID4
+ 1.00000000E+00 2 1000022 13 # MUR- --> Z1SS MU-
+ 1.08578549E-10 3 1000015 13 -15 # MUR- --> TAU1- MU- TAU+
+# PDG Width
+DECAY 2000015 1.19341217E-01 # TAU2- decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.84825194E-01 2 1000022 15 # TAU2- --> Z1SS TAU-
+ 4.50931583E-03 2 1000023 15 # TAU2- --> Z2SS TAU-
+ 1.06655387E-02 2 -1000024 16 # TAU2- --> W1SS- NUT
+# PDG Width
+DECAY 1000022 1.62624067E-10 # Z1SS decays
+# BR NDA ID1 ID2 ID3 ID4
+ 5.00000000E-01 3 2 1 3 # Z1SS --> UP DN ST
+ 5.00000000E-01 3 -2 -1 -3 # Z1SS --> UB DB SB
+# PDG Width
+DECAY 1000023 1.41002446E-01 # Z2SS decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.62547460E-07 2 1000022 22 # Z2SS --> Z1SS GM
+ 2.25197036E-05 3 1000022 2 -2 # Z2SS --> Z1SS UP UB
+ 3.00890206E-05 3 1000022 1 -1 # Z2SS --> Z1SS DN DB
+ 3.00890169E-05 3 1000022 3 -3 # Z2SS --> Z1SS ST SB
+ 2.25196891E-05 3 1000022 4 -4 # Z2SS --> Z1SS CH CB
+ 3.08641684E-05 3 1000022 5 -5 # Z2SS --> Z1SS BT BB
+ 2.51778605E-04 3 1000022 11 -11 # Z2SS --> Z1SS E- E+
+ 2.51776626E-04 3 1000022 13 -13 # Z2SS --> Z1SS MU- MU+
+ 1.71273437E-04 3 1000022 15 -15 # Z2SS --> Z1SS TAU- TAU+
+ 1.18259477E-05 3 1000022 12 -12 # Z2SS --> Z1SS NUE ANUE
+ 1.18259477E-05 3 1000022 14 -14 # Z2SS --> Z1SS NUM ANUM
+ 1.18259477E-05 3 1000022 16 -16 # Z2SS --> Z1SS NUT ANUT
+ 1.45453187E-02 2 2000011 -11 # Z2SS --> ER- E+
+ 1.45453187E-02 2 -2000011 11 # Z2SS --> ER+ E-
+ 1.45452926E-02 2 2000013 -13 # Z2SS --> MUR- MU+
+ 1.45452926E-02 2 -2000013 13 # Z2SS --> MUR+ MU-
+ 1.61700606E-01 2 1000015 -15 # Z2SS --> TAU1- TAU+
+ 1.61700606E-01 2 -1000015 15 # Z2SS --> TAU1+ TAU-
+ 9.54306871E-02 2 1000012 -12 # Z2SS --> NUEL ANUE
+ 9.54306871E-02 2 -1000012 12 # Z2SS --> ANUEL NUE
+ 9.54306871E-02 2 1000014 -14 # Z2SS --> NUML ANUM
+ 9.54306871E-02 2 -1000014 14 # Z2SS --> ANUML NUM
+ 1.17923751E-01 2 1000016 -16 # Z2SS --> NUTL ANUT
+ 1.17923751E-01 2 -1000016 16 # Z2SS --> ANUTL NUT
+ 1.45851539E-10 3 2 1 3 # Z2SS --> UP DN ST
+ 1.45851539E-10 3 -2 -1 -3 # Z2SS --> UB DB SB
+# PDG Width
+DECAY 1000025 1.82632697E+00 # Z3SS decays
+# BR NDA ID1 ID2 ID3 ID4
+ 3.28724497E-07 2 1000022 22 # Z3SS --> Z1SS GM
+ 1.35366463E-07 2 1000023 22 # Z3SS --> Z2SS GM
+ 2.90388256E-01 2 1000024 -24 # Z3SS --> W1SS+ W-
+ 2.90388256E-01 2 -1000024 24 # Z3SS --> W1SS- W+
+ 1.12115242E-01 2 1000022 23 # Z3SS --> Z1SS Z0
+ 2.12196127E-01 2 1000023 23 # Z3SS --> Z2SS Z0
+ 3.77568661E-08 3 1000022 2 -2 # Z3SS --> Z1SS UP UB
+ 1.73350241E-08 3 1000022 1 -1 # Z3SS --> Z1SS DN DB
+ 1.73350134E-08 3 1000022 3 -3 # Z3SS --> Z1SS ST SB
+ 3.77561697E-08 3 1000022 4 -4 # Z3SS --> Z1SS CH CB
+ 4.09773975E-06 3 1000022 5 -5 # Z3SS --> Z1SS BT BB
+ 4.66664403E-07 3 1000022 15 -15 # Z3SS --> Z1SS TAU- TAU+
+ 4.10574543E-08 3 1000023 2 -2 # Z3SS --> Z2SS UP UB
+ 5.87554858E-08 3 1000023 1 -1 # Z3SS --> Z2SS DN DB
+ 5.87554467E-08 3 1000023 3 -3 # Z3SS --> Z2SS ST SB
+ 4.10567367E-08 3 1000023 4 -4 # Z3SS --> Z2SS CH CB
+ 2.51657207E-06 3 1000023 5 -5 # Z3SS --> Z2SS BT BB
+ 1.79881127E-07 3 1000023 15 -15 # Z3SS --> Z2SS TAU- TAU+
+ 2.12734863E-02 2 1000022 25 # Z3SS --> Z1SS HL0
+ 1.17890183E-02 2 1000023 25 # Z3SS --> Z2SS HL0
+ 7.15104979E-04 2 1000011 -11 # Z3SS --> EL- E+
+ 7.15104979E-04 2 -1000011 11 # Z3SS --> EL+ E-
+ 7.15104805E-04 2 1000013 -13 # Z3SS --> MUL- MU+
+ 7.15104805E-04 2 -1000013 13 # Z3SS --> MUL+ MU-
+ 1.51657162E-03 2 2000011 -11 # Z3SS --> ER- E+
+ 1.51657162E-03 2 -2000011 11 # Z3SS --> ER+ E-
+ 1.51657127E-03 2 2000013 -13 # Z3SS --> MUR- MU+
+ 1.51657127E-03 2 -2000013 13 # Z3SS --> MUR+ MU-
+ 6.28397800E-03 2 1000015 -15 # Z3SS --> TAU1- TAU+
+ 6.28397800E-03 2 -1000015 15 # Z3SS --> TAU1+ TAU-
+ 8.25543143E-03 2 2000015 -15 # Z3SS --> TAU2- TAU+
+ 8.25543143E-03 2 -2000015 15 # Z3SS --> TAU2+ TAU-
+ 3.95267829E-03 2 1000012 -12 # Z3SS --> NUEL ANUE
+ 3.95267829E-03 2 -1000012 12 # Z3SS --> ANUEL NUE
+ 3.95267829E-03 2 1000014 -14 # Z3SS --> NUML ANUM
+ 3.95267829E-03 2 -1000014 14 # Z3SS --> ANUML NUM
+ 4.01265640E-03 2 1000016 -16 # Z3SS --> NUTL ANUT
+ 4.01265640E-03 2 -1000016 16 # Z3SS --> ANUTL NUT
+ 1.77158510E-10 3 2 1 3 # Z3SS --> UP DN ST
+ 1.77158510E-10 3 -2 -1 -3 # Z3SS --> UB DB SB
+# PDG Width
+DECAY 1000035 2.72246981E+00 # Z4SS decays
+# BR NDA ID1 ID2 ID3 ID4
+ 3.86936961E-07 2 1000022 22 # Z4SS --> Z1SS GM
+ 3.56487391E-08 2 1000023 22 # Z4SS --> Z2SS GM
+ 2.54101917E-09 2 1000025 22 # Z4SS --> Z3SS GM
+ 2.42244348E-01 2 1000024 -24 # Z4SS --> W1SS+ W-
+ 2.42244348E-01 2 -1000024 24 # Z4SS --> W1SS- W+
+ 1.96374338E-02 2 1000022 23 # Z4SS --> Z1SS Z0
+ 1.68466270E-02 2 1000023 23 # Z4SS --> Z2SS Z0
+ 3.21888081E-07 3 1000022 2 -2 # Z4SS --> Z1SS UP UB
+ 3.50666994E-07 3 1000022 1 -1 # Z4SS --> Z1SS DN DB
+ 3.50666767E-07 3 1000022 3 -3 # Z4SS --> Z1SS ST SB
+ 3.21882254E-07 3 1000022 4 -4 # Z4SS --> Z1SS CH CB
+ 3.12662519E-06 3 1000022 5 -5 # Z4SS --> Z1SS BT BB
+ 3.18230889E-07 3 1000022 15 -15 # Z4SS --> Z1SS TAU- TAU+
+ 1.74347588E-06 3 1000023 2 -2 # Z4SS --> Z2SS UP UB
+ 1.97615873E-06 3 1000023 1 -1 # Z4SS --> Z2SS DN DB
+ 1.97615714E-06 3 1000023 3 -3 # Z4SS --> Z2SS ST SB
+ 1.74344552E-06 3 1000023 4 -4 # Z4SS --> Z2SS CH CB
+ 4.84042357E-06 3 1000023 5 -5 # Z4SS --> Z2SS BT BB
+ 1.24895223E-07 3 1000023 15 -15 # Z4SS --> Z2SS TAU- TAU+
+ 1.39602932E-07 3 1000025 2 -2 # Z4SS --> Z3SS UP UB
+ 1.80969067E-07 3 1000025 1 -1 # Z4SS --> Z3SS DN DB
+ 1.80969067E-07 3 1000025 3 -3 # Z4SS --> Z3SS ST SB
+ 1.39602932E-07 3 1000025 4 -4 # Z4SS --> Z3SS CH CB
+ 9.29292909E-08 3 1000025 5 -5 # Z4SS --> Z3SS BT BB
+ 4.09330596E-08 3 1000025 11 -11 # Z4SS --> Z3SS E- E+
+ 4.09330596E-08 3 1000025 13 -13 # Z4SS --> Z3SS MU- MU+
+ 3.69223905E-08 3 1000025 15 -15 # Z4SS --> Z3SS TAU- TAU+
+ 8.14439147E-08 3 1000025 12 -12 # Z4SS --> Z3SS NUE ANUE
+ 8.14439147E-08 3 1000025 14 -14 # Z4SS --> Z3SS NUM ANUM
+ 8.14439147E-08 3 1000025 16 -16 # Z4SS --> Z3SS NUT ANUT
+ 6.44641444E-02 2 1000022 25 # Z4SS --> Z1SS HL0
+ 1.33515865E-01 2 1000023 25 # Z4SS --> Z2SS HL0
+ 1.15159294E-02 2 1000011 -11 # Z4SS --> EL- E+
+ 1.15159294E-02 2 -1000011 11 # Z4SS --> EL+ E-
+ 1.15159284E-02 2 1000013 -13 # Z4SS --> MUL- MU+
+ 1.15159284E-02 2 -1000013 13 # Z4SS --> MUL+ MU-
+ 4.02943930E-03 2 2000011 -11 # Z4SS --> ER- E+
+ 4.02943930E-03 2 -2000011 11 # Z4SS --> ER+ E-
+ 4.02943883E-03 2 2000013 -13 # Z4SS --> MUR- MU+
+ 4.02943883E-03 2 -2000013 13 # Z4SS --> MUR+ MU-
+ 2.82238750E-03 2 1000015 -15 # Z4SS --> TAU1- TAU+
+ 2.82238750E-03 2 -1000015 15 # Z4SS --> TAU1+ TAU-
+ 1.88100655E-02 2 2000015 -15 # Z4SS --> TAU2- TAU+
+ 1.88100655E-02 2 -2000015 15 # Z4SS --> TAU2+ TAU-
+ 2.91353744E-02 2 1000012 -12 # Z4SS --> NUEL ANUE
+ 2.91353744E-02 2 -1000012 12 # Z4SS --> ANUEL NUE
+ 2.91353744E-02 2 1000014 -14 # Z4SS --> NUML ANUM
+ 2.91353744E-02 2 -1000014 14 # Z4SS --> ANUML NUM
+ 2.95202974E-02 2 1000016 -16 # Z4SS --> NUTL ANUT
+ 2.95202974E-02 2 -1000016 16 # Z4SS --> ANUTL NUT
+ 5.82409732E-10 3 2 1 3 # Z4SS --> UP DN ST
+ 5.82409732E-10 3 -2 -1 -3 # Z4SS --> UB DB SB
+# PDG Width
+DECAY 1000024 1.43359214E-01 # W1SS+ decays
+# BR NDA ID1 ID2 ID3 ID4
+ 2.09109317E-07 3 1000022 2 -1 # W1SS+ --> Z1SS UP DB
+ 2.09108336E-07 3 1000022 4 -3 # W1SS+ --> Z1SS CH SB
+ 1.95884888E-04 3 1000022 -11 12 # W1SS+ --> Z1SS E+ NUE
+ 1.95883375E-04 3 1000022 -13 14 # W1SS+ --> Z1SS MU+ NUM
+ 1.44558435E-04 3 1000022 -15 16 # W1SS+ --> Z1SS TAU+ NUT
+ 4.03868640E-03 2 1000022 24 # W1SS+ --> Z1SS W+
+ 2.25188017E-01 2 1000012 -11 # W1SS+ --> NUEL E+
+ 2.25185364E-01 2 1000014 -13 # W1SS+ --> NUML MU+
+ 2.81821489E-01 2 1000016 -15 # W1SS+ --> NUTL TAU+
+ 2.63229728E-01 2 -1000015 16 # W1SS+ --> TAU1+ NUT
+# PDG Width
+DECAY 1000037 2.54464149E+00 # W2SS+ decays
+# BR NDA ID1 ID2 ID3 ID4
+ 4.94039284E-07 3 1000022 2 -1 # W2SS+ --> Z1SS UP DB
+ 4.94037806E-07 3 1000022 4 -3 # W2SS+ --> Z1SS CH SB
+ 1.80232846E-07 3 1000022 -15 16 # W2SS+ --> Z1SS TAU+ NUT
+ 6.21901304E-02 2 1000022 24 # W2SS+ --> Z1SS W+
+ 1.77818936E-06 3 1000023 2 -1 # W2SS+ --> Z2SS UP DB
+ 1.77818288E-06 3 1000023 4 -3 # W2SS+ --> Z2SS CH SB
+ 3.38908222E-07 3 1000023 -15 16 # W2SS+ --> Z2SS TAU+ NUT
+ 2.72907257E-01 2 1000023 24 # W2SS+ --> Z2SS W+
+ 4.14232403E-07 3 1000025 2 -1 # W2SS+ --> Z3SS UP DB
+ 4.14232375E-07 3 1000025 4 -3 # W2SS+ --> Z3SS CH SB
+ 1.37950479E-07 3 1000025 -11 12 # W2SS+ --> Z3SS E+ NUE
+ 1.37950479E-07 3 1000025 -13 14 # W2SS+ --> Z3SS MU+ NUM
+ 1.37951076E-07 3 1000025 -15 16 # W2SS+ --> Z3SS TAU+ NUT
+ 2.39851121E-02 2 1000012 -11 # W2SS+ --> NUEL E+
+ 2.39851102E-02 2 1000014 -13 # W2SS+ --> NUML MU+
+ 3.25097889E-02 2 1000016 -15 # W2SS+ --> NUTL TAU+
+ 6.08593747E-02 2 -1000011 12 # W2SS+ --> EL+ NUE
+ 6.08593710E-02 2 -1000013 14 # W2SS+ --> MUL+ NUM
+ 3.16970167E-04 2 -1000015 16 # W2SS+ --> TAU1+ NUT
+ 6.67950436E-02 2 -2000015 16 # W2SS+ --> TAU2+ NUT
+ 2.26306200E-01 2 1000024 23 # W2SS+ --> W1SS+ Z0
+ 1.67249880E-06 3 1000024 1 -1 # W2SS+ --> W1SS+ DN DB
+ 1.67246924E-06 3 1000024 3 -3 # W2SS+ --> W1SS+ ST SB
+ 4.00680165E-06 3 1000024 2 -2 # W2SS+ --> W1SS+ UP UB
+ 4.00679983E-06 3 1000024 4 -4 # W2SS+ --> W1SS+ CH CB
+ 1.69267878E-01 2 1000024 25 # W2SS+ --> W1SS+ HL0
+# PDG Width
+DECAY 25 4.63410281E-03 # HL0 decays
+# BR NDA ID1 ID2 ID3 ID4
+ 5.05403408E-09 2 11 -11 # HL0 --> E- E+
+ 2.13389285E-04 2 13 -13 # HL0 --> MU- MU+
+ 6.10232987E-02 2 15 -15 # HL0 --> TAU- TAU+
+ 6.34727076E-06 2 1 -1 # HL0 --> DN DB
+ 2.56461510E-03 2 3 -3 # HL0 --> ST SB
+ 8.45607996E-01 2 5 -5 # HL0 --> BT BB
+ 1.62276740E-06 2 2 -2 # HL0 --> UP UB
+ 3.07413843E-02 2 4 -4 # HL0 --> CH CB
+ 1.24637643E-03 2 22 22 # HL0 --> GM GM
+ 3.33908536E-02 2 21 21 # HL0 --> GL GL
+ 1.32955285E-03 3 24 11 -12 # HL0 --> W+ E- ANUE
+ 1.32955285E-03 3 24 13 -14 # HL0 --> W+ MU- ANUM
+ 1.32955285E-03 3 24 15 -16 # HL0 --> W+ TAU- ANUT
+ 3.98865854E-03 3 24 -2 1 # HL0 --> W+ UB DN
+ 3.98865854E-03 3 24 -4 3 # HL0 --> W+ CB ST
+ 1.32955285E-03 3 -24 -11 12 # HL0 --> W- E+ NUE
+ 1.32955285E-03 3 -24 -13 14 # HL0 --> W- MU+ NUM
+ 1.32955285E-03 3 -24 -15 16 # HL0 --> W- TAU+ NUT
+ 3.98865854E-03 3 -24 2 -1 # HL0 --> W- UP DB
+ 3.98865854E-03 3 -24 4 -3 # HL0 --> W- CH SB
+ 8.70116855E-05 3 23 12 -12 # HL0 --> Z0 NUE ANUE
+ 8.70116855E-05 3 23 14 -14 # HL0 --> Z0 NUM ANUM
+ 8.70116855E-05 3 23 16 -16 # HL0 --> Z0 NUT ANUT
+ 4.37921080E-05 3 23 11 -11 # HL0 --> Z0 E- E+
+ 4.37921080E-05 3 23 13 -13 # HL0 --> Z0 MU- MU+
+ 4.37921080E-05 3 23 15 -15 # HL0 --> Z0 TAU- TAU+
+ 1.50028049E-04 3 23 2 -2 # HL0 --> Z0 UP UB
+ 1.50028049E-04 3 23 4 -4 # HL0 --> Z0 CH CB
+ 1.93273081E-04 3 23 1 -1 # HL0 --> Z0 DN DB
+ 1.93273081E-04 3 23 3 -3 # HL0 --> Z0 ST SB
+ 1.93273081E-04 3 23 5 -5 # HL0 --> Z0 BT BB
+# PDG Width
+DECAY 35 7.55926609E-01 # HH0 decays
+# BR NDA ID1 ID2 ID3 ID4
+ 8.65543193E-09 2 11 -11 # HH0 --> E- E+
+ 3.65447777E-04 2 13 -13 # HH0 --> MU- MU+
+ 1.04656577E-01 2 15 -15 # HH0 --> TAU- TAU+
+ 1.06962380E-05 2 1 -1 # HH0 --> DN DB
+ 4.32182103E-03 2 3 -3 # HH0 --> ST SB
+ 6.97070658E-01 2 5 -5 # HH0 --> BT BB
+ 4.28325458E-10 2 2 -2 # HH0 --> UP UB
+ 6.79501636E-06 2 4 -4 # HH0 --> CH CB
+ 4.10569943E-02 2 6 -6 # HH0 --> TP TB
+ 6.50662332E-06 2 22 22 # HH0 --> GM GM
+ 3.50288086E-04 2 21 21 # HH0 --> GL GL
+ 2.63230875E-03 2 24 -24 # HH0 --> W+ W-
+ 1.25636009E-03 2 23 23 # HH0 --> Z0 Z0
+ 1.95829198E-02 2 1000022 1000022 # HH0 --> Z1SS Z1SS
+ 5.50999045E-02 2 1000022 1000023 # HH0 --> Z1SS Z2SS
+ 1.08041028E-02 2 1000023 1000023 # HH0 --> Z2SS Z2SS
+ 2.80911326E-02 2 1000024 -1000024 # HH0 --> W1SS+ W1SS-
+ 3.22214747E-03 2 25 25 # HH0 --> HL0 HL0
+ 3.60986189E-04 2 1000011 -1000011 # HH0 --> EL- EL+
+ 6.25015877E-04 2 2000011 -2000011 # HH0 --> ER- ER+
+ 3.60817736E-04 2 1000013 -1000013 # HH0 --> MUL- MUL+
+ 6.24679495E-04 2 2000013 -2000013 # HH0 --> MUR- MUR+
+ 7.42552197E-03 2 1000015 -1000015 # HH0 --> TAU1- TAU1+
+ 4.59835166E-04 2 2000015 -2000015 # HH0 --> TAU2- TAU2+
+ 7.83845410E-03 2 1000015 -2000015 # HH0 --> TAU1- TAU2+
+ 7.83845410E-03 2 2000015 -1000015 # HH0 --> TAU2- TAU1+
+ 1.95638067E-03 2 1000012 -1000012 # HH0 --> NUEL ANUEL
+ 1.95638067E-03 2 1000014 -1000014 # HH0 --> NUML ANUML
+ 2.01896927E-03 2 1000016 -1000016 # HH0 --> NUTL ANUTL
+# PDG Width
+DECAY 36 1.13772464E+00 # HA0 decays
+# BR NDA ID1 ID2 ID3 ID4
+ 5.72310865E-09 2 11 -11 # HA0 --> E- E+
+ 2.41639922E-04 2 13 -13 # HA0 --> MU- MU+
+ 6.92064092E-02 2 15 -15 # HA0 --> TAU- TAU+
+ 7.07304571E-06 2 1 -1 # HA0 --> DN DB
+ 2.85786856E-03 2 3 -3 # HA0 --> ST SB
+ 4.61107105E-01 2 5 -5 # HA0 --> BT BB
+ 2.26314745E-10 2 2 -2 # HA0 --> UP UB
+ 3.59379760E-06 2 4 -4 # HA0 --> CH CB
+ 1.08900949E-01 2 6 -6 # HA0 --> TP TB
+ 3.45118337E-06 2 22 22 # HA0 --> GM GM
+ 9.12148171E-05 2 21 21 # HA0 --> GL GL
+ 2.01775432E-02 2 1000022 1000022 # HA0 --> Z1SS Z1SS
+ 8.72784257E-02 2 1000022 1000023 # HA0 --> Z1SS Z2SS
+ 6.57328516E-02 2 1000023 1000023 # HA0 --> Z2SS Z2SS
+ 1.68216839E-01 2 1000024 -1000024 # HA0 --> W1SS+ W1SS-
+ 1.37646787E-03 2 25 23 # HA0 --> HL0 Z0
+ 6.61766251E-07 2 1000013 -2000013 # HA0 --> MUL- MUR+
+ 6.61766251E-07 2 2000013 -1000013 # HA0 --> MUR- MUL+
+ 7.39859324E-03 2 1000015 -2000015 # HA0 --> TAU1- TAU2+
+ 7.39859324E-03 2 2000015 -1000015 # HA0 --> TAU2- TAU1+
+# PDG Width
+DECAY 37 6.78483427E-01 # H+ decays
+# BR NDA ID1 ID2 ID3 ID4
+ 9.86253301E-09 2 12 -11 # H+ --> NUE E+
+ 4.16413881E-04 2 14 -13 # H+ --> NUM MU+
+ 1.19262472E-01 2 16 -15 # H+ --> NUT TAU+
+ 1.11058607E-05 2 2 -1 # H+ --> UP DB
+ 4.49269870E-03 2 4 -3 # H+ --> CH SB
+ 6.45842671E-01 2 6 -5 # H+ --> TP BB
+ 1.91759035E-01 2 1000024 1000022 # H+ --> W1SS+ Z1SS
+ 1.26457983E-03 2 1000024 1000023 # H+ --> W1SS+ Z2SS
+ 2.67727440E-03 2 25 24 # H+ --> HL0 W+
+ 2.02420191E-03 2 -1000011 1000012 # H+ --> EL+ NUEL
+ 2.02385336E-03 2 -1000013 1000014 # H+ --> MUL+ NUML
+ 3.02032549E-02 2 -1000015 1000016 # H+ --> TAU1+ NUTL
+ 2.23249317E-05 2 -2000015 1000016 # H+ --> TAU2+ NUTL

File Metadata

Mime Type
text/x-diff
Expires
Tue, Nov 19, 7:58 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805945
Default Alt Text
(184 KB)

Event Timeline