Skip to content
Snippets Groups Projects

Resolve "pi0 resolution for ECal barrel"

Merged Marshall Scott requested to merge 19-pi0-resolution-for-ecal-barrel into master
Compare and Show latest version
2 files
+ 20
2
Compare changes
  • Side-by-side
  • Inline
Files
2
{
{
 
/*
// top-level include-dir
// top-level include-dir
gROOT->ProcessLine(".include include");
gROOT->ProcessLine(".include detector_benchmarks/include");
// Setting for Graphs
// Setting for Graphs
gROOT->SetStyle("Plain");
gROOT->SetStyle("Plain");
gStyle->SetOptFit(1);
gStyle->SetOptFit(1);
@@ -11,4 +12,6 @@
@@ -11,4 +12,6 @@
gStyle->SetPadGridX(1);
gStyle->SetPadGridX(1);
gStyle->SetPadGridY(1);
gStyle->SetPadGridY(1);
gStyle->SetPadLeftMargin(0.14);
gStyle->SetPadLeftMargin(0.14);
 
*/
 
}
}
Loading