Revision: | 1.1 |
Committed: | Thu Jun 18 16:46:55 2009 UTC (15 years, 10 months ago) by kukartse |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | V00-03-01, ZMorph_BASE_20100408, gak040610_morphing, V00-02-02, gak011410, gak010310, ejterm2010_25nov2009, V00-02-01, V00-02-00, gak112409, CMSSW_22X_branch_base, segala101609, V00-01-15, HEAD |
Branch point for: | ZMorph-V00-03-01, CMSSW_22X_branch |
Log Message: | *** empty log message *** |
# | User | Rev | Content |
---|---|---|---|
1 | kukartse | 1.1 | |
2 | #include "RVersion.h" | ||
3 | |||
4 | void set_ljets_style( void ){ | ||
5 | gROOT->SetStyle("Plain"); | ||
6 | gStyle->SetOptStat(0); | ||
7 | gStyle->SetOptFit(0); | ||
8 | |||
9 | gStyle->SetLineWidth(2); | ||
10 | gStyle->SetFrameLineWidth(2); | ||
11 | gStyle->SetHistLineWidth(2); | ||
12 | |||
13 | gStyle->SetTitleBorderSize(0); | ||
14 | gStyle->SetLabelSize(0.06,"X"); | ||
15 | gStyle->SetLabelSize(0.06,"Y"); | ||
16 | |||
17 | } | ||
18 | |||
19 |