Changes between Version 3 and Version 4 of MonopoleDY
- Timestamp:
- Dec 4, 2018, 11:07:24 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MonopoleDY
v3 v4 1 === Description of the UFO models to generate Dirac mag entic monopoles1 === Description of the UFO models to generate Dirac magnetic monopoles 2 2 3 Dirac mag entic monopoles can be generated by Drell-Yan process or photon fusion process. The UFO models shown here describe both the processes and generate the corresponding LHE files. These models were tested for three spin cases (0, 1/2 and 1) and two processes (photon fusion and Drell-Yan).3 Dirac magnetic monopoles can be generated by Drell-Yan process or photon fusion process. The UFO models shown here describe both the processes and generate the corresponding LHE files. These models were tested for three spin cases (0, 1/2 and 1) and two processes (photon fusion and Drell-Yan). 4 4 a. velocity independent coupling models: mono_spinzero, mono_spinhalf and mono_spinone. 5 5 b. velocity dependent coupling models: mono_spinzero_beta, mono_spinhalf_beta, mono_spinone_beta. … … 9 9 '''A. Instructions to run Drell-Yan spin zero model:''' 10 10 11 a. Part 1 of the script to run spin zero monopole model (put the following snippet in a text file named 'Spin0ScriptDY.txt'):11 a. Part 1 of the script to run spin zero monopole model (put the following snippet in a text file named 'Spin0ScriptDY.txt'): 12 12 13 {{{14 import model mono_spinzero_beta13 {{{ 14 import model mono_spinzero_beta 15 15 generate p p > a > mm+ mm- 16 16 output Pre5For 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'): … … 51 51 h. If you don't change the part 1 of the script at all (you only need to change it to import different monopole models), then you just need to use steps c-f only once. After that, in step g, change the mass parameter in script 2 and run for different mass points. 52 52 53 i. For different spin models, one just needs to import those corresponding models in thepart 1 of the script.53 i. For different spin models, one just needs to import those corresponding models in part 1 of the script. 54 54 55 55 … … 99 99 h. If you don't change the part 1 of the script at all (you only need to change it to import different monopole models), then you just need to use steps c-f only once. After that, in step g, change the mass parameter in script 2 and run for different mass points. 100 100 101 i. For different spin models, one just needs to import those corresponding models in thepart 1 of the script.101 i. For different spin models, one just needs to import those corresponding models in part 1 of the script.