Changes between Version 2 and Version 3 of MonopoleDY
- Timestamp:
- Dec 4, 2018, 11:05:49 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MonopoleDY
v2 v3 7 7 Details of these models can be found in arXiv:1808.08942. 8 8 9 A. Instructions to run Drell-Yan spin zero model:9 '''A. Instructions to run Drell-Yan spin zero model:''' 10 10 11 11 a. Part 1 of the script to run spin zero monopole model (put the following snippet in a textfile named 'Spin0ScriptDY.txt'): 12 ''' 13 import model mono_spinzero_beta 12 13 {{{ 14 import model mono_spinzero_beta 14 15 generate p p > a > mm+ mm- 15 16 output Pre5For 16 17 ''' 17 }}} 18 18 19 19 b. Part 2 of the script to run spin zero monopole model (put the following snippet in a textfile named 'Spin0ScriptDY2.txt'): 20 20 21 '''21 {{{ 22 22 launch Pre5For 23 23 analysis=MADANALYSIS_4 … … 36 36 set gch 1 1.0 37 37 38 '''38 }}} 39 39 40 40 … … 55 55 56 56 57 B. Instructions to run photon fusion spin zero model: 57 '''B. Instructions to run photon fusion spin zero model:''' 58 58 59 59 a. Part 1 of the script to run spin zero monopole model (put the following snippet in a textfile named 'Spin0Script.txt'): 60 '''60 {{{ 61 61 import model mono_spinzero_beta 62 62 generate a a > mm+ mm- 63 63 output Pre5 64 64 65 '''65 }}} 66 66 67 67 b. Part 2 of the script to run spin zero monopole model (put the following snippet in a textfile named 'Spin0Script2.txt'): 68 68 69 '''69 {{{ 70 70 launch Pre5 71 71 analysis=madanalysis5 … … 84 84 set gch 1 1.0 85 85 86 '''86 }}} 87 87 88 88