~maddm/maddm/process_keys

« back to all changes in this revision

Viewing changes to Templates/Cards/maddm_card.dat

  • Committer: Daniele Massaro
  • Date: 2021-07-12 13:49:04 UTC
  • mfrom: (23.1.107 gamma_peak)
  • Revision ID: d.massaro.26@gmail.com-20210712134904-68l300on24eo4gwe
Merge with 'gamma_peak' branch. Pass to 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#            ====================================================
2
 
#            |                    MadDM v3.0                     |
 
2
#            |                    MadDM v3.2                     |
3
3
#            ====================================================
4
 
#
5
 
#                #########
6
 
#             ###\\####//#####              Launchpad:  launchpad.net/maddm
7
 
#           ######\\##//########
8
 
#          ########\\//###########
9
 
#         #########//\\############
10
 
#        #########//##\\############                   arXiv:1308.4955
11
 
#       ########//#####\\###########                   arXiv:1505.04190
 
4
#                                                                               
 
5
#                #########                                                        
 
6
#             ###\\####//#####              Launchpad:  launchpad.net/maddm      
 
7
#           ######\\##//########                                              
 
8
#          ########\\//###########                                            
 
9
#         #########//\\############                    arXiv:1308.4955
 
10
#        #########//##\\############                   arXiv:1505.04190
 
11
#       ########//#####\\###########                   arXiv:1804.00044
12
12
#       ######################### ## ___________________________________________
13
13
#       ####################### 0  #  _     _               _  _____   _     _
14
14
#       #############   0  ###    ## | \   / |   ___    ___|| | ___ \ | \   / |
16
16
#        ##########################  ||  V  || ||__||  ||__|| ||___|| ||  V  ||
17
17
#         ###################   ##   ||     || \_____\ \____| |_____/ ||     ||
18
18
#          ############       ###    ___________________________________________
19
 
#           ##########    ######
20
 
#             ################
21
 
#                 ########
22
 
#
 
19
#           ##########    ######                                                 
 
20
#             ################                                                   
 
21
#                 ########                                                       
 
22
#                                                                                    
23
23
###################################################################################
24
24
#
25
25
#   RELIC DENSITY
93
93
#
94
94
###################################################################################
95
95
 
96
 
# Methode of computation (affects speed and precision)
97
 
   %(sigmav_method)s    = sigmav_method ! inclusive, madevent, reshuffling
98
 
   %(indirect_flux_source_method)s   = indirect_flux_source_method ! pythia8, PPPC4DMID or PPPC4DMID_ew 
99
 
   %(indirect_flux_earth_method)s    =  indirect_flux_earth_method ! dragon or PPPC4DMID_ep
100
 
 
101
 
# velocity in halo
102
 
   %(vave_indirect)s   = vave_indirect  ! average velocity of DM in halos in natural units (e.g. 1E-3 for our galaxy, 1E-5 for dSph galaxies)
 
96
# Method of computation (affects speed and precision)
 
97
   %(sigmav_method)s = sigmav_method ! inclusive, madevent, reshuffling
 
98
   %(indirect_flux_source_method)s   = indirect_flux_source_method ! pythia8, PPPC4DMID, PPPC4DMID_ew 
 
99
   %(indirect_flux_earth_method)s    =  indirect_flux_earth_method ! dragon, PPPC4DMID_ep
 
100
 
 
101
# setting for DM velocity
 
102
   %(vave_indirect_cont)s     = vave_indirect_cont  # average velocity of DM for continuum searches (default: Fermi-LAT dSph searches)
 
103
   %(vave_indirect_line)s   = vave_indirect_line  # average velocity of DM for line searches (default: GC line search analysis) 
 
104
 
 
105
# --------------------
 
106
# Line analysis
 
107
# --------------------
 
108
 
 
109
# choice of the dark matter density profile
 
110
   %(profile)s   = profile ! gnfw, einasto, nfw, isothermal, burkert
 
111
 
 
112
# profile common parameters
 
113
   %(r_s)s      = r_s # kpc
 
114
 
 
115
# gnfw specific parameters
 
116
   %(gamma)s       = gamma
 
117
 
 
118
# einasto specific parameters
 
119
   %(alpha)s      = alpha
 
120
 
 
121
# specify a ROI for Fermi-LAT 2015
 
122
# set default to use the ROI for which your profile is optimized
 
123
   %(roi_fermi_2015)s   = roi_fermi_2015 ! default, R3, R16, R41, R90
103
124
 
104
125
###################################################################################
105
126
#
107
128
#
108
129
###################################################################################
109
130
 
110
 
#flag to limit the Auto of the param_card to only consider two body decays.
111
 
 %(only_two_body_decays)s = only_two_body_decays
112
 
 
113
 
 %(save_output)s       = save_output ! choose off , all , spectra to store output in scan mode
114
 
# Note that integration precision parameters can be update via
 
131
# Flag to limit the Auto of the param_card to only consider two body decays.
 
132
   %(only_two_body_decays)s = only_two_body_decays
 
133
 
 
134
# Amount of output to store in scan mode
 
135
   %(save_output)s       = save_output ! off, all, spectra
 
136
 
 
137
# Note that integration precision parameters can be updated via
115
138
# ngrid_init, nres_points, eps_wij, iter_wij
116
139
# those impact relic density and indirect detection (for sigmav_method=inclusive)
117
140