Skip to content

Commit

Permalink
Enable StatBox in DQM histograms
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Jun 10, 2024
1 parent 8bbabd1 commit 4f841aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/src/Framework/Histograms.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace framework {

HistogramPool::HistogramPool() {
gStyle->SetOptStat(0);
gStyle->SetOptStat(1);
gStyle->SetGridColor(17);
gStyle->SetFrameBorderMode(0);
gStyle->SetTitleOffset(1.2, "yx");
Expand Down

0 comments on commit 4f841aa

Please sign in to comment.