Difference between revisions of "DC Binning Based On Wire Numbers"

From New IAC Wiki
Jump to navigation Jump to search
Line 46: Line 46:
  
 
<center>[[File:TheoryDCbinsWire.png]][[File:TheoryDCbinsWireIsotropic.png]]</center>
 
<center>[[File:TheoryDCbinsWire.png]][[File:TheoryDCbinsWireIsotropic.png]]</center>
 
 
=[[VanWasshenova_Thesis#DC_Binning_Based_On_Wire_Numbers|^Up]]=
 
 
=[[DC_Super_Layer_1:Layer_1|<-Back]]=
 
 
=[[Detector_Geometry_Simulation|Forward->]]=
 

Revision as of 18:27, 15 May 2017

[math]\textbf{\underline{Navigation}}[/math]

[math]\vartriangleleft [/math] [math]\triangle [/math] [math]\vartriangleright [/math]

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


Layer1bins.png
Layer1bins Isotropic.png
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();


Layer1binWeighted.pngMolThetaLabWeighted.png


Layer1binWeighted Isotropic.pngMolThetaLabWeighted2.png

Using the expression for n in terms of Theta:

[math]n = \frac{-957.412}{\tan{ \theta}+2.14437}+430.626[/math]


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.


MolThetaWireWeighted.pngMolThetaWireWeightedIsotropic.png


MolThetaWireWeightedAdjusted.pngMolThetaWireWeightedAdjustedIsotropic.png


TheoryDCbinsWire.pngTheoryDCbinsWireIsotropic.png