how to generate beam with transverse momentum
hi, sorry to bother you again,
this is my code:
process eeprovamultifasci = A, e1 => e1,e1,E1
beams = A, e1 => gaussian
beams_momentum = 5 keV, 5 GeV
gaussian_spread1= 5%
gaussian_spread2= 10%
plot E_Theta_Px_Py_E1
plot E_Theta_Px_Py_e1
plot E_Theta_Px_Py_e2
sample_format = lhef
scan real y=(0=>20/+1){
real x= y*0.0001-0.001
integrate (eeprovamultifasci)
beams_theta = 0,x
real z=(x*x)/(0.0003)^2
n_
#?rebuild_
$sample = sprintf "eeff_%1.3f_%1.3f" (real (x), real (y))
analysis= record E_Theta_Px_Py_E1 (eval E["E1"], eval Theta["E1"], eval Px["E1"],eval Py["E1"]) and
record E_Theta_Px_Py_e1 (eval E[extract index 1 [e1]], eval Theta[extract index 1 [e1]], eval Px[extract index 1 [e1]],eval Py[extract index 1 [e1]])
and
record E_Theta_Px_Py_e2 (eval E[extract index 2 [e1]], eval Theta[extract index 2 [e1]], eval Px[extract index 2 [e1]],eval Py[extract index 2 [e1]])
simulate (eeprovamultifasci)
}
as you can see this file generates a lot of simulation(and i have for some beams theta angle a number of events and so different luminosity for every simulation).
What i wanna try to study instead are two colliding beams with beams theta= 0, 0 the problem in this way is that my incoming electron and photon beams have no transverse momentum(if the beams theta is 0,0 infact in the mokka files i have for input particles only longitudinal momentum) .
but i wanna run a simulation where i fixe only one luminosity, and it creates two beams incoming (with beam theta=0,0) but not with only longitunal momentum but even transverse momentum(infact in this way it represents better a real beam), is possible to do what i asked?thank really again in advance,
kind regards
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- WHIZARD Edit question
- Assignee:
- Juergen Reuter Edit question
- Last query:
- Last reply: