forked from JeffersonLab/DEMPgen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathConfig_SoLID.json
33 lines (33 loc) · 960 Bytes
/
Config_SoLID.json
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
{
//Config
// All values should use units of MeV for energies and momenta,
// and degrees for angles.
// n_events indicates number of attempts
// SJDK 17/06/22 - This is an old .json I found from DEMPEvGen, I believe these are still valid options for DEMPGen
"experiment" : "solid",
"output_file" : "Test.root",
"n_events" : 10000,
"particle": "Pion+",
"beam_energy": 11000,
"targ_pol_x": 0.865,
"targ_pol_y": 0,
"targ_pol_z": 0,
"scat_elec_Emin": 1100.0,
"scat_elec_Emax": 9900.0,
"scat_elec_thetamin": 5.0,
"scat_elec_thetamax": 27.0,
"prod_pion_thetamin": 5.0,
"prod_pion_thetamax": 20.0,
"multiple_scattering": false,
"ionization": false,
"bremsstrahlung": false,
"final_state_interaction": false,
"fermi_momentum": false,
"weight_cut": true,
"w_cut": true,
"w_min": 2,
"Qsq_cut": true,
"Qsq_min": 4,
"t_cut": true,
"t_min": -1.2
}