Changes between Version 6 and Version 7 of WZPrimeAtNLO
- Timestamp:
- Jan 19, 2017, 7:50:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WZPrimeAtNLO
v6 v7 88 88 89 89 == Model Files == 90 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/ HeavyN/SM_HeavyN_NLO_UFO.tgz SM_HeavyN_NLO_UFO.tgz]: Standalone UFO folder.90 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/WZPrimeAtNLO/VPrime_NLO_UFO.tgz VPrime_NLO_UFO.tgz]: Standalone UFO folder. 91 91 92 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/ HeavyN/heavyN.fr heavyN.fr]: Main model file. Relies on sm.fr (default FR model file) being declared elsewhere.92 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/WZPrimeAtNLO/vPrimeNLO.fr vPrimeNLO.fr]: Main model file. Relies on sm.fr (default FR model file) being declared elsewhere. 93 93 94 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/ HeavyN/heavyN_NLO.nb heavyN_NLO.nb]: Mathematica notebook file that generates UFO file from FeynRules model files. Allows user to also run quick sanity checks (optional) on model.94 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/WZPrimeAtNLO/vPrimeNLO_Notebook.nb vPrimeNLO_Notebook.nb]: Mathematica notebook file that generates UFO file from FeynRules model files. Allows user to also run quick sanity checks (optional) on model. 95 95 96 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/ HeavyN/SM_HeavyN_Files.tgz SM_HeavyN_Files.tgz]: Standalone package containing heavyN.fr, heavyN_NLO.nb, massless.rst (default FR file), diagonalCKM.rst (default FR file), and sm.fr (default FR file).96 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/WZPrimeAtNLO/WZPrimeAtNLOfiles.tgz WZPrimeAtNLOfiles.tgz]: Standalone package containing vPrimeNLO.fr, vPrimeNLO_Notebook.nb, massless.rst (default FR file), diagonalCKM.rst (default FR file), and sm.fr (default FR file). 97 97 98 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/ HeavyN/SM_HeavyN_FilesWithUFO.tgz SM_HeavyN_FilesWithUFO.tgz]: Combination of SM_HeavyN_NLO_UFO.tgz and SM_HeavyN_Files.tgz.98 * [https://feynrules.irmp.ucl.ac.be/attachment/wiki/WZPrimeAtNLO/WZPrimeAtNLOfiles_withUFO.tgz WZPrimeAtNLOfiles_withUFO.tgz]: Combination of WZPrimeAtNLOfiles.tgz and VPrime_NLO_UFO.tgz. 99 99 100 100 … … 103 103 * To download any of the packages and unpack via the terminal, use the commands: 104 104 105 ~/Path $ wget http://feynrules.irmp.ucl.ac.be/raw-attachment/wiki/ HeavyN/SM_HeavyN_NLO_UFO.tgz105 ~/Path $ wget http://feynrules.irmp.ucl.ac.be/raw-attachment/wiki/WZPrimeAtNLO/VPrime_NLO_UFO.tgz 106 106 107 ~/Path $ tar -zxvf SM_HeavyN_NLO_UFO.tgz107 ~/Path $ tar -zxvf VPrime_NLO_UFO.tgz 108 108 109 ~/Path $ wget http://feynrules.irmp.ucl.ac.be/ raw-attachment/wiki/HeavyN/SM_HeavyN_FilesWithUFO.tgz109 ~/Path $ wget http://feynrules.irmp.ucl.ac.be/attachment/wiki/WZPrimeAtNLO/WZPrimeAtNLOfiles_withUFO.tgz 110 110 111 ~/Path $ tar -zxvf SM_HeavyN_FilesWithUFO.tgz111 ~/Path $ tar -zxvf WZPrimeAtNLOfiles_withUFO.tgz 112 112 113 * This model contains 15 free parameters: 114 * Three masses: mN1, mN2, mN3. Defaults are 300 GeV, 500 GeV, and 1 TeV, respectively. 115 * Three widths: WN1, WN2, WN3. Defaults are 0.303 GeV, 1.50 GeV, and 12.3 GeV, respectively. 116 * Nine real (no CP violation) mixing parameters: V''lk'' for ''l'' = ''e, mu, tau'' and ''k'' = 1,2,3. Default values are V''lk'' = Identity(3x3), i.e., Ve1 = Vmu2 = Vta3 = 1 and all others zero. 117 * '''Note''': VlN are restricted to be real in the model file. 118 * '''Note''': Default parameters are set so "out-of-the-box" checks can be made with [ [#Alva 1] ] and [ [#Degrande 2] ]. 113 * This model contains six free parameters by default: 114 * Two masses: mzp, mwp, with default values of 3 TeV. 115 * Two widths: wzp, wwp, with default values of 89.59 and 101.27 GeV, respectively. 116 * Two coupling normalizations: kL, kR, with default values 1.0 and 0.0, respectively. 119 117 120 118