Skip to content
Snippets Groups Projects
Commit 2cb374f2 authored by Marshall Scott's avatar Marshall Scott
Browse files

moved rootlogon.C to detector_benchmarks/ and commented out old one

parent d8b74816
Branches
Tags
1 merge request!24Resolve "pi0 resolution for ECal barrel"
This commit is part of merge request !24. Comments created here will be created in the context of that merge request.
.rootlogon.C 0 → 100644
{
// 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);
}
{
/*
// top-level include-dir
gROOT->ProcessLine(".include detector_benchmarks/include");
......@@ -11,5 +12,6 @@
gStyle->SetPadGridX(1);
gStyle->SetPadGridY(1);
gStyle->SetPadLeftMargin(0.14);
*/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment