Changes between Version 2 and Version 3 of MonopoleDY


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MonopoleDY

    v2 v3  
    77Details of these models can be found in arXiv:1808.08942.
    88
    9 A. Instructions to run Drell-Yan spin zero model:
     9'''A. Instructions to run Drell-Yan spin zero model:'''
    1010
    1111    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{{{
     14import model mono_spinzero_beta
    1415    generate p p > a > mm+ mm-
    1516    output Pre5For
    16 
    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'):
    2020
    21     '''
     21    {{{
    2222    launch Pre5For
    2323    analysis=MADANALYSIS_4
     
    3636    set gch 1 1.0
    3737
    38     '''
     38    }}}
    3939
    4040
     
    5555
    5656
    57 B. Instructions to run photon fusion spin zero model:
     57'''B. Instructions to run photon fusion spin zero model:'''
    5858
    5959    a. Part 1 of the script to run spin zero monopole model (put the following snippet in a textfile named 'Spin0Script.txt'):
    60     '''
     60    {{{
    6161    import model mono_spinzero_beta
    6262    generate a a > mm+ mm-
    6363    output Pre5
    6464
    65     '''
     65    }}}
    6666
    6767    b. Part 2 of the script to run spin zero monopole model (put the following snippet in a textfile named 'Spin0Script2.txt'):
    6868
    69     '''
     69    {{{
    7070    launch Pre5
    7171    analysis=madanalysis5
     
    8484    set gch 1 1.0
    8585
    86     '''
     86    }}}
    8787
    8888