generated from temken/template_cpp_cmake_obscura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.test_config_Dark_Photon.cfg
54 lines (44 loc) · 2.03 KB
/
.test_config_Dark_Photon.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
//Darphene - Configuration File
//ID
ID = ".test_Dark_Photon";
// Run modus
run_modus = "Custom"; //Options: "Energy-Spectrum", "Directional-Spectrum", "Daily-Modulation","All"
MC_points = 1000;
grid_points = 100;
// Graphene Options
carbon_wave_functions = "RHF"; // Options: "Hydrogenic" and "Roothaan-Hartree-Fock"/"RHF"
// Recommended: "RHF"
work_function = 4.3; // in eV
//Dark matter particle
DM_mass = 100.0; // in MeV
DM_spin = 0.5;
DM_fraction = 1.0; // the DM particle's fractional abundance (set to 1.0 for 100%)
DM_interaction = "Dark-Photon"; // Options: "Dark-Photon", "NREFT", "Electric-Dipole", "Magnetic-Dipole", "Anapole"
// Options for "Dark-Photon"
DM_cross_section_electron = 1.0e-37; //in cm^2 (only relevant for dark photon model)
DM_form_factor = "Contact"; // Options: "Contact", "Long-Range", "General"
DM_mediator_mass = 0.0; // in MeV (only relevant if 'DM_form_factor' is "General")
// Options for "NREFT" (operator, effective coupling, form factor, parameter e.g. mediator mass [MeV])
NREFT_couplings = (
(1, 1.0, "Contact", 3.0),
# (5, 1.0, "Contact", 3.0)
);
// Options for "Electric-Dipole", "Magnetic-Dipole", "Anapole"
DM_coupling = 1.0; // either in GeV^-1 or GeV^-2 (depending on the interaction)
//Dark matter distribution
DM_distribution = "SHM"; //Options: "SHM", "SHM++"
DM_local_density = 0.4; //in GeV / cm^3
time = 6.0; // in hr. t = 0 corresponds to the DM wind coming from the top.
//Options for "SHM" and "SHM++"
SHM_v0 = 238.0; //in km/sec
SHM_vObserver = (0.0, 0.0, 250.552); //in km/sec
SHM_vEscape = 544.0; //in km/sec
//Options for "SHM++"
SHMpp_eta = 0.2;
SHMpp_beta = 0.9;
//Computation of exclusion limits
exposure = 1.0; //in gram*year
constraints_certainty = 0.95; //Certainty level
constraints_mass_min = 0.02; //in GeV
constraints_mass_max = 1.0; //in GeV
constraints_masses = 10;