Skip to content

0 recorded events in ep -> e+p+pi0 prouction #12

@michael-pitt

Description

@michael-pitt

Dear experts,

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

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 LundFiles folder is not created anyway.

Thank you in advance, Michael

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions