Changes between Version 3 and Version 4 of MonopoleDY


Ignore:
Timestamp:
Dec 4, 2018, 11:07:24 AM (6 years ago)
Author:
Arka
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MonopoleDY

    v3 v4  
    1 === Description of the UFO models to generate Dirac magentic monopoles
     1=== Description of the UFO models to generate Dirac magnetic monopoles
    22
    3 Dirac magentic 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).
     3Dirac 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).
    44a. velocity independent coupling models: mono_spinzero, mono_spinhalf and mono_spinone.
    55b. velocity dependent coupling models: mono_spinzero_beta, mono_spinhalf_beta, mono_spinone_beta.
     
    99'''A. Instructions to run Drell-Yan spin zero model:'''
    1010
    11     a. Part 1 of the script to run spin zero monopole model (put the following snippet in a textfile 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'):
    1212   
    13 {{{
    14 import model mono_spinzero_beta
     13    {{{
     14    import model mono_spinzero_beta
    1515    generate p p > a > mm+ mm-
    1616    output Pre5For
    17 }}}
     17    }}}
    1818
    1919    b. Part 2 of the script to run spin zero monopole model (put the following snippet in a textfile named 'Spin0ScriptDY2.txt'):
     
    5151    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.
    5252
    53     i. For different spin models, one just needs to import those corresponding models in the part 1 of the script.
     53    i. For different spin models, one just needs to import those corresponding models in part 1 of the script.
    5454
    5555
     
    9999    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.
    100100
    101     i. For different spin models, one just needs to import those corresponding models in the part 1 of the script.
     101    i. For different spin models, one just needs to import those corresponding models in part 1 of the script.