# | Line 17 | Line 17 | void Layout::DrawInit() | |
---|---|---|
17 | gStyle->SetFrameBorderMode(0); | |
18 | gStyle->SetFrameBorderSize(0); | |
19 | gStyle->SetFrameFillColor(0); | |
20 | < | gStyle->SetOptStat(0); |
20 | > | // gStyle->SetOptStat(0); |
21 | ||
22 | gStyle->SetLabelOffset(0.005,"X"); | |
23 | gStyle->SetLabelSize(0.03,"X"); | |
# | Line 87 | Line 87 | void Layout::Draw(const std::string titl | |
87 | TCanvas* mycanvas = new TCanvas((std::string(histos[0].histo->GetName())+ | |
88 | "_canvas").c_str(), | |
89 | histos[0].histo->GetTitle()); | |
90 | – | |
90 | // SetLineColor | |
91 | for (unsigned int i=0;i<histos.size();i++) | |
92 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |