Skip to content
Snippets Groups Projects
Commit 2daa9b27 authored by Ryan Wilkinson's avatar Ryan Wilkinson
Browse files

Changes to macro - took away commented out lines so I could see the error bars on points.

parent ac2f07f7
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ void GeometricalEfficiency(const char * fname = "myResult"){
c4->SetTopMargin(0.01);
c4->SetRightMargin(0.03);
TH1F* SolidACM = new TH1F(*hDetecThetaCM);
//// SolidACM->Sumw2();
SolidACM->Sumw2();
TF1* C = new TF1("C",Form("1. /(2*%f*sin(x*%f/180.)*1*%f/180)",M_PI,M_PI,M_PI),0,180);
SolidACM->Divide(hEmittThetaCM);
SolidACM->Divide(C,1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment