Skip to content
Snippets Groups Projects

Restructuring repo

Merged Whitney Armstrong requested to merge restructure2 into master
Compare and Show latest version
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -134,9 +134,9 @@ void emcal_barrel_electrons_analysis(const char* input_fname = "sim_output/sim_e
//h->GetYaxis()->SetTitleOffset(1.4);
h->SetLineWidth(2);
h->SetLineColor(kBlue);
h->Fit("gaus", "", "", 0.01, 0.1);
h->GetFunction("gaus")->SetLineWidth(2);
h->GetFunction("gaus")->SetLineColor(kRed);
//h->Fit("gaus", "", "", 0.01, 0.1);
//h->GetFunction("gaus")->SetLineWidth(2);
//h->GetFunction("gaus")->SetLineColor(kRed);
c4->SaveAs("results/emcal_barrel_electrons_fsam.png");
c4->SaveAs("results/emcal_barrel_electrons_fsam.pdf");
}
Loading