To Study Jets via Photoproduction
Main program to generate charged hadron spectra from photon-initiated hard processes, by combining sub-runs with direct or resolved photons or by generating all with contributions in a single run (automaticmix)
Further, I have set the flags for event production: bool photonProton = true; bool photonsFromElectrons = true; bool automaticMix = true;
I am only considering the beam particles for (electron -> photon) + proton, for: Resolved - Resolved, and Direct - Resolved contributions only.
- Beam1 : 11 : electron ("PDF:beamA2gamma = on" ie photons are produced by electrons)
- Beam2 : 2212 : proton
- Beams:eCM = 140. : com energy
HERA Energies: CoM Energy ranges from 134–277 GeV at HERA
- pythia.readString("Beams:eCM = 140.");
- pythia.readString("Beams:eA = 27.5.");
- pythia.readString("Beams:eB = 820.");
EIC Energies: CoM Energy ranges from 30-140 GeV at HERA
- pythia.readString("Beams:eCM = 140.");
- pythia.readString("Beams:eA = 18.");
- pythia.readString("Beams:eB = 275.");
- Virtuality : Photon:Q2max = 1.0 (pythia.readString("Photon:Q2max = 1.0");)
- Invariant Mass : Photon:Wmin
- Limit partonic phat : PhaseSpace:pTHatMin", 5.0
- MultipartonInteractions:pT0Ref = 3.00
- HardQCD:all = on
- PhotonParton:all = on
The macro file 'jets_photoproduction.cc' is used for the formation of jets. Uses Fastjet+ROOT libraries.