Skip to content
Snippets Groups Projects
Select Git revision
  • 5fb83b5a1f537d2a1c156de8a1c0c63ee1b31019
  • master default protected
2 results

gatsby-config.js

Blame
  • rootlogon.C 334 B
    {
    	/*
    	// top-level include-dir
      gROOT->ProcessLine(".include detector_benchmarks/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);
    	*/
    
    }