{ auto c = new TCanvas(); c->SetLogx(); c->SetLogy(); auto g = new TGraph("Silicon.txt"); g->Draw("AL"); }