Difference between revisions of "VanWasshenova Thesis"

From New IAC Wiki
Jump to navigation Jump to search
Line 41: Line 41:
 
====[[DC Super Layer 1:Layer 1]]====
 
====[[DC Super Layer 1:Layer 1]]====
  
====Binning based on wire numbers====
+
====[[DC Binning Based On Wire Numbers]]====
 
 
The bin size based on wire number will need to be a uniform width of 1, as in an increment of 1 between the integer values of the wires.  This uniformity in bin size based on wire numbers is not uniform when viewed by the angle theta due to the Drift Chamber geometry discussed earlier.
 
 
 
Modifying evioreader
 
 
 
 
 
<center>[[File:Layer1bins.png]]</center>
 
 
 
<center>[[File:Layer1bins_Isotropic.png]]</center>
 
 
 
<pre>
 
gStyle->SetStripDecimals(kTRUE);
 
TF1 *fit_function=new TF1("fit_function","[0]+[1]*x+[2]*x*x+[3]*x*x*x",4.49876,41.12592);
 
fit_function->SetParameters(4.49876,0.293001,0.000679074,-0.00000357132);
 
TGaxis *A1 = new TGaxis(0,5000,113,5000,"fit_function",510,"-");
 
A1->SetTitle("Angle Theta(degrees)");
 
A1->Draw();
 
</pre>
 
 
 
 
 
<center>[[File:Layer1binWeighted.png]][[File:MolThetaLabWeighted.png]]</center>
 
 
 
 
 
<center>[[File:Layer1binWeighted_Isotropic.png]][[File:MolThetaLabWeighted2.png]]</center>
 
 
 
Using the expression for n in terms of Theta:
 
 
 
<center><math>n = \frac{-957.412}{\tan{ \theta}+2.14437}+430.626</math></center>
 
 
 
 
 
This relationship can be used to multiply each Moller Scattering angle theta in the lab frame, with it's differential cross-section weight, to find the Moller differential cross-section as a function of wire number in the lab frame.
 
 
 
 
 
<center>[[File:MolThetaWireWeighted.png]][[File:MolThetaWireWeightedIsotropic.png]]</center>
 
 
 
 
 
<center>[[File:MolThetaWireWeightedAdjusted.png]][[File:MolThetaWireWeightedAdjustedIsotropic.png]]</center>
 
 
 
 
 
<center>[[File:TheoryDCbinsWire.png]][[File:TheoryDCbinsWireIsotropic.png]]</center>
 
  
 
==Detector Occupancy==
 
==Detector Occupancy==

Revision as of 20:05, 30 December 2016