Difference between revisions of "DC Binning Based On Wire Numbers"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
</center> | </center> | ||
+ | |||
+ | =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. | 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. | ||
Line 46: | Line 48: | ||
<center>[[File:TheoryDCbinsWire.png]][[File:TheoryDCbinsWireIsotropic.png]]</center> | <center>[[File:TheoryDCbinsWire.png]][[File:TheoryDCbinsWireIsotropic.png]]</center> | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | <center><math>\textbf{\underline{Navigation}}</math> | ||
+ | |||
+ | [[CED_Verification_of_DC_Angle_Theta_and_Wire_Correspondance|<math>\vartriangleleft </math>]] | ||
+ | [[VanWasshenova_Thesis#Determining_wire-theta_correspondence|<math>\triangle </math>]] | ||
+ | [[Detector_Geometry_Simulation|<math>\vartriangleright </math>]] | ||
+ | |||
+ | </center> |
Revision as of 18:44, 15 May 2017
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
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();
Using the expression for n in terms of Theta:
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.