Skip to content
Snippets Groups Projects

Fix bug

Merged Jihee Kim requested to merge fix_minor into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -162,8 +162,10 @@ void emcal_barrel_electrons_analysis(const char* input_fname = "rec_emcal_barrel
hfsam->SetLineWidth(2);
hfsam->SetLineColor(kBlue);
hfsam->Fit("gaus","","",0.01,0.1);
hfsam->GetFunction("gaus")->SetLineWidth(2);
hfsam->GetFunction("gaus")->SetLineColor(kRed);
// From emcal_barrel_pions_analysis.cxx
// Commented out for now as giving issues with new container (S. Joosten)
// hfsam->GetFunction("gaus")->SetLineWidth(2);
// hfsam->GetFunction("gaus")->SetLineColor(kRed);
hfsam->DrawClone();
c6->SaveAs("results/emcal_barrel_electrons_fsam.png");
c6->SaveAs("results/emcal_barrel_electrons_fsam.pdf");
Loading