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

Commented out benchmark.h, util.h, and mt.h; fixed typo

parent 61b5ff34
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal
//Energy Resolution Histogram Plotting
auto *cdE = new TCanvas("cdE", "cdE", 700, 500);
cDE->SetLogy(1);
cdE->SetLogy(1);
hdE->GetYaxis()->SetTitleOffset(1.4);
hdE->SetLineWidth(2);
hdE->SetLineColor(kBlue);
......
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