Skip to content
Snippets Groups Projects
rootlogon.C 236 B
Newer Older
  • Learn to ignore specific revisions
  • Jihee Kim's avatar
    Jihee Kim committed
    {
    	// Setting for Graphs
    	gROOT->SetStyle("Plain");
    	gStyle->SetOptFit(1);
    	gStyle->SetLineWidth(2);
    	gStyle->SetPadTickX(1);
    	gStyle->SetPadTickY(1);
    	gStyle->SetPadGridX(1);
    	gStyle->SetPadGridY(1);
    	gStyle->SetPadLeftMargin(0.14);
    }