Difference between revisions of "Converting to barns"
Line 50: | Line 50: | ||
Converting the number of electrons scattered per angle theta to barns, we can use the relation | Converting the number of electrons scattered per angle theta to barns, we can use the relation | ||
− | <center><math>L=\frac{i_{scattered}}{\sigma} \approx i_{ | + | <center><math>L=\frac{i_{scattered}}{\sigma} \approx i_{beam}\times \rho_{target}\times l_{target}</math></center> |
Revision as of 00:40, 18 December 2016
Using the equation from [1]
This can be simplified to the form
Plugging in the values expected for a scattering electron:
Using unit analysis on the term outside the parantheses, we find that the differential cross section for an electron at this momentum should be around
Using the conversion of
The trigonometric function part of the equation comes out to it's minimum of 9 at 90 degrees.
We find that the differential cross section scale is
Plotting the Moller Differential Cross-Section we find:
Converting the number of electrons scattered per angle theta to barns, we can use the relation
where ρtarget is the density of the target material, ltarget is the length of the target, and iscattered is the number of incident particles scattered.
This gives, for LH2:
Using the number of incident electrons,
We can use this number to scale the number of electrons per angle to a differential cross-section in barns. Using the plot of the Moller electron scattering angle theta in the Center of Mass frame,
We can rescale and combine the theoretical differential cross-section for one electron.
TH1F *Combo=new TH1F("TheoryExperiment","Theoretical and Experimental Differential Cross-Section CM Frame",360,90,180); Combo->Add(MollerThetaCM,1.19e-6); Combo->Draw(); Theory->Draw("same");