Skip to content
Snippets Groups Projects
Select Git revision
  • 36-pi0-reconstruction
  • master default protected
  • beamline_training
  • npsim
  • code.jlab.org
  • pr/nhcal
  • pr/rerun_fix
  • pr/minor_fixes
  • temp/df
  • Simple-Shyam-patch-1
  • interruptible-resource-groups
  • femc-collect-always
  • add_lowq2_benchmarks
  • pr/insert_neutron_flaky
  • Low-Q2_onnx_training
  • Low-Q2_training
  • matplotlibrc
  • pr/normalized_output_branch_sizes
  • snakemake-batch
  • pr/snakefmt
  • pr/venv
  • v0.0.1
22 results

rootlogon.C

Blame
  • Maria Zurek's avatar
    Maria Zurek authored and Whitney Armstrong committed
    706c63f2
    History
    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);
    	*/
    
    }