Difference between revisions of "DC Binning Based On Wire Numbers"
Jump to navigation
Jump to search
(→<-Back) |
|||
Line 40: | Line 40: | ||
=[[VanWasshenova_Thesis#DC_Super_Layer_1:Layer_1|<-Back]]= | =[[VanWasshenova_Thesis#DC_Super_Layer_1:Layer_1|<-Back]]= | ||
+ | =[[VanWasshenova_Thesis#CED_Verification_of_DC_Angle_Theta_and_Wire_Correspondance|Forward->]]= |
Revision as of 04:20, 4 March 2017
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.