I'm running the code with the following settings, but unfortunately no events are recorded.
"particle": "pi0", // Choices: omega, pi+, pi0, K+
"hadron": "proton", // Choices: Neutron, proton, Lambda or Sigma0
"ebeam": 5, // Electron beam energy in GeV
"hbeam": 100, // Hadron beam energy in GeV
"hbeam_part":"Proton", // Hadron beam particle, proton, deut or helium3, work in progress, will need to be added to shell script later on as an argument
"OutputType": "HEPMC3", // choices: LUND (Docker), Pythia6 (ECCE Fun4All) or HEPMC3 (Athena)
"det_location": "ip6", // choices: ip6 for STAR, ip8 for PHENIX
"Ee_Low": 0.0, // The minimum scattered electron energy that will be generated as a fraction of the electron beam energy
"Ee_High": 2.5, // The maximum scattered electron energy that will be generated as a fraction of the electron beam energy
"e_Theta_Low": 0.0, // The minimum scattered electron angle (theta) that will be generated in degrees
"e_Theta_High": 175.0, // The maximum scattered electron angle (theta) that will be generated in degrees
Dear experts,
I'm running the code with the following settings, but unfortunately no events are recorded.
PS: During the production, this line: https://github.com/JeffersonLab/DEMPgen/blob/master/src/eic_evgen/process_routine/Pi0_prod.cc#L62 is executed. Should it be called only if LundFiles are written? The
LundFilesfolder is not created anyway.Thank you in advance, Michael