Skip to content
Snippets Groups Projects
Commit 08f89cc0 authored by Jihee Kim's avatar Jihee Kim
Browse files

commented out where it has issues with new container

parent 71ed589e
Branches
Tags
1 merge request!72Fix bug
...@@ -162,8 +162,10 @@ void emcal_barrel_electrons_analysis(const char* input_fname = "rec_emcal_barrel ...@@ -162,8 +162,10 @@ void emcal_barrel_electrons_analysis(const char* input_fname = "rec_emcal_barrel
hfsam->SetLineWidth(2); hfsam->SetLineWidth(2);
hfsam->SetLineColor(kBlue); hfsam->SetLineColor(kBlue);
hfsam->Fit("gaus","","",0.01,0.1); hfsam->Fit("gaus","","",0.01,0.1);
hfsam->GetFunction("gaus")->SetLineWidth(2); // From emcal_barrel_pions_analysis.cxx
hfsam->GetFunction("gaus")->SetLineColor(kRed); // Commented out for now as giving issues with new container (S. Joosten)
// hfsam->GetFunction("gaus")->SetLineWidth(2);
// hfsam->GetFunction("gaus")->SetLineColor(kRed);
hfsam->DrawClone(); hfsam->DrawClone();
c6->SaveAs("results/emcal_barrel_electrons_fsam.png"); c6->SaveAs("results/emcal_barrel_electrons_fsam.png");
c6->SaveAs("results/emcal_barrel_electrons_fsam.pdf"); c6->SaveAs("results/emcal_barrel_electrons_fsam.pdf");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment