Skip to content
Snippets Groups Projects
.rootlogon.C 364 B
Newer Older
  • Learn to ignore specific revisions
  • {
    	// top-level include-dir
      gROOT->ProcessLine(".include include");
    
    
    Sylvester Joosten's avatar
    Sylvester Joosten committed
      R__LOAD_LIBRARY(fmt)
    
      R__LOAD_LIBRARY(HepMC3)
    
    Wouter Deconinck's avatar
    Wouter Deconinck 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);