Difference between revisions of "Reconstructing Moller Events"
Line 3: | Line 3: | ||
=Prepare Data= | =Prepare Data= | ||
+ | |||
+ | Using the existing Moller scattering data from a GEANT simulation of 4E7 incident electrons, a file of just scattered momentum components can be constructed using: | ||
+ | |||
+ | <pre> | ||
+ | awk '{print $9, $10, $11, $16, $17, $18}' MollerScattering_NH3_Large.dat > Just_Scattered_Momentum.dat | ||
+ | </pre> | ||
=Transfer to CM Frame= | =Transfer to CM Frame= |
Revision as of 16:00, 4 February 2016
Setup
Since we want to run for a evenly spaced energy range for Moller electrons, we will need to use some of the scattered electrons to help cover this range. A Moller scattering data file of 1E7 events has no Moller electrons with momentum over 5500 MeV. Since momentum is conserved, and the data is verified kinematicly verified, we can simply "switch" the data. This data can then be altered to have a certain number of different phi values for each energy to match the Moller cross section. This data can then be written to a LUND file, and compared to the previous calculations which did not factor in loss of initial energy.
Prepare Data
Using the existing Moller scattering data from a GEANT simulation of 4E7 incident electrons, a file of just scattered momentum components can be constructed using:
awk '{print $9, $10, $11, $16, $17, $18}' MollerScattering_NH3_Large.dat > Just_Scattered_Momentum.dat
Transfer to CM Frame
We can perform a Lorentz transformation from the Center of Mass frame, with zero total momentum, to the Lab frame.