Warning, /DEMPgen/Config_SoLID.json is written in an unsupported language. File is not indexed.
0001 {
0002 //Config
0003 // All values should use units of MeV for energies and momenta,
0004 // and degrees for angles.
0005 // n_events indicates number of attempts
0006 // SJDK 17/06/22 - This is an old .json I found from DEMPEvGen, I believe these are still valid options for DEMPGen
0007 "experiment" : "solid",
0008 "output_file" : "Test.root",
0009 "n_events" : 10000,
0010 "particle": "Pion+",
0011 "beam_energy": 11000,
0012 "targ_pol_x": 0.865,
0013 "targ_pol_y": 0,
0014 "targ_pol_z": 0,
0015 "scat_elec_Emin": 1100.0,
0016 "scat_elec_Emax": 9900.0,
0017 "scat_elec_thetamin": 5.0,
0018 "scat_elec_thetamax": 27.0,
0019 "prod_pion_thetamin": 5.0,
0020 "prod_pion_thetamax": 20.0,
0021 "multiple_scattering": false,
0022 "ionization": false,
0023 "bremsstrahlung": false,
0024 "final_state_interaction": false,
0025 "fermi_momentum": false,
0026 "weight_cut": true,
0027 "w_cut": true,
0028 "w_min": 2,
0029 "Qsq_cut": true,
0030 "Qsq_min": 4,
0031 "t_cut": true,
0032 "t_min": -1.2
0033 }