Warning, /DEMPgen/Config_SoLID.json is written in an unsupported language. File is not indexed.
0001 // SJDK - 09/02/22 - University of Regina
0002
0003 {
0004 // This is an exmaple Json configuration file that will accept
0005 // parameters for both EIC and Solid simulation.
0006 //Config
0007 // All values should use units of MeV for energies and momenta,
0008 // and degrees for angles.
0009 // n_events indicates number of attempts
0010 // "experiment" : "eic" or "solid"
0011 "experiment" : "solid",
0012
0013 "file_name" : "test",
0014 "n_events" : 100000,
0015 "generator_seed": 1234,
0016
0017 //**************************************
0018 "Kinematics_type" : 2, // Kinematics type (1->FF, 2->TSSA)
0019 "particle": "Pion+",
0020 "beam_energy": 11000,
0021 "targ_pol_x": 0.865,
0022 "targ_pol_y": 0,
0023 "targ_pol_z": 0,
0024 "scat_elec_Emin": 1100.0,
0025 "scat_elec_Emax": 9900.0,
0026 "scat_elec_thetamin": 5.0,
0027 "scat_elec_thetamax": 27.0,
0028 "prod_pion_thetamin": 5.0,
0029 "prod_pion_thetamax": 20.0,
0030 "multiple_scattering": false,
0031 "ionization": false,
0032 "bremsstrahlung": false,
0033 "final_state_interaction": true,
0034 "fermi_momentum": true,
0035 "weight_cut": true,
0036 "w_cut": true,
0037 "w_min": 2,
0038 "Qsq_cut": true,
0039 "Qsq_min": 4,
0040 "t_cut": true,
0041 "t_min": -1.2
0042 }