Difference between revisions of "Converting to barns"
Line 25: | Line 25: | ||
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 unit analysis on the term outside the parantheses, we find that the differential cross section for an electron at this momentum should be around | ||
− | <center><math>\frac{5.3279\times 10^{-5} }{4\times ( | + | <center><math>\frac{5.3279\times 10^{-5} }{4\times (53\times 10^6\ eV)^2}=\frac{5.3279\times 10^{-5}}{4\times 2.81\times 10^{15}eV^2}=4.74\times 10^{-21} eV^{-2}=\frac{4.74\times 10^{-21}}{1eV^2}\times \frac{1\times 10^{18}eV^2 }{1\ GeV^2}=\frac{.0047}{GeV^2}</math></center> |
Using the conversion of | Using the conversion of |
Revision as of 14:36, 14 March 2018
Using the equation from [1]
This can be simplified to the form
Plugging in the values expected for a scattering electron in the CM frame:
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");