# | Line 74 | Line 74 | int main(int nargs, char* args[]) { | |
---|---|---|
74 | gROOT->SetStyle("Plain"); | |
75 | do_png(true); | |
76 | do_pdf(true); | |
77 | < | bool do_fat_line=false; // if you want to have HistLineWidth=1 and FuncWidth=1 as it was before instead of 2 |
77 | > | do_root(true); |
78 | > | bool do_fat_line=true; // if you want to have HistLineWidth=1 and FuncWidth=1 as it was before instead of 2 |
79 | setTDRStyle(do_fat_line); | |
80 | < | gStyle->SetTextFont(42); |
80 | > | gStyle->SetTextFont(62); |
81 | set_directory("LimitsAndSystematics"); | |
82 | setlumi(PlottingSetup::luminosity); | |
83 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |