Skip to content
Snippets Groups Projects
Commit b19a0b48 authored by Marshall Scott's avatar Marshall Scott
Browse files

Esim for ele and pi 2

parent 3efb4d9f
Branches
No related tags found
1 merge request!37Fix pions
......@@ -161,19 +161,19 @@ void emcal_barrel_pions_electrons_analysis(const char* input_fname = "sim_output
TCanvas *c4 = new TCanvas("c4", "c4", 700, 500);
c4->SetLogy(1);
hfEsim_ele->GetYaxis()->SetTitleOffset(1.4);
hfEsim_ele->SetLineWidth(2);
hfEsim_ele->SetLineColor(kBlue);
hfEsim_ele->DrawClone();
hEsim_ele->GetYaxis()->SetTitleOffset(1.4);
hEsim_ele->SetLineWidth(2);
hEsim_ele->SetLineColor(kBlue);
hEsim_ele->DrawClone();
c4->SaveAs("results/emcal_barrel_pions_electrons_Esim_ele.png");
c4->SaveAs("results/emcal_barrel_pions_electrons_Esim_ele.pdf");
TCanvas *c5 = new TCanvas("c5", "c5", 700, 500);
c5->SetLogy(1);
hfEsim_pi->GetYaxis()->SetTitleOffset(1.4);
hfEsim_pi->SetLineWidth(2);
hfEsim_pi->SetLineColor(kBlue);
hfEsim_pi->DrawClone();
hEsim_pi->GetYaxis()->SetTitleOffset(1.4);
hEsim_pi->SetLineWidth(2);
hEsim_pi->SetLineColor(kBlue);
hEsim_pi->DrawClone();
c5->SaveAs("results/emcal_barrel_pions_electrons_Esim_pi.png");
c5->SaveAs("results/emcal_barrel_pions_electrons_Esim_pi.pdf");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment