Skip to content
Snippets Groups Projects
.rootlogon.C 306 B
Newer Older
  • Learn to ignore specific revisions
  • {
    	// top-level include-dir
      gROOT->ProcessLine(".include include");
    
    	// 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);
    
    }