ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JetAnalysis/macros/rootlogon.C
Revision: 1.3
Committed: Tue Jan 29 00:37:02 2013 UTC (12 years, 3 months ago) by yilmaz
Content type: text/plain
Branch: MAIN
CVS Tags: HiForest_V02_85, HiForest_V02_84, HiForest_V02_83, HiForest_V02_82, HiForest_V02_81, HiForest_V02_80, HiForest_V02_79, HiForest_V02_78, HiForest_V02_77, HiForest_V02_76, HiForest_V02_75, HiForest_V02_74, HiForest_V02_73, HiForest_V02_72, HiForest_V02_71, HiForest_V02_70, HiForest_V02_69, HiForest_V02_68, HiForest_V02_67, HiForest_V02_66, HiForest_V02_65, HiForest_V02_64, HEAD
Changes since 1.2: +66 -57 lines
Log Message:
plotting macros

File Contents

# User Rev Content
1 yilmaz 1.3 {
2     if(0){
3     gSystem->Load("libDataFormatsHeavyIonEvent");
4     gSystem->AddIncludePath("-I$CMSSW_BASE/src/");
5     gSystem->AddIncludePath("-I$CMSSW_RELEASE_BASE/src/");
6     }
7    
8     gStyle->SetPalette(1,0);
9     gStyle->SetPadColor(0);
10     gStyle->SetPadBorderSize(0);
11     gStyle->SetPadBorderMode(0);
12     gStyle->SetCanvasColor(0);
13     gStyle->SetCanvasBorderMode(0);
14     gStyle->SetCanvasBorderSize(0);
15     gStyle->SetFrameBorderMode(0);
16     gStyle->SetFrameLineColor(0);
17     gStyle->SetTitleColor(0);
18     gStyle->SetTitleBorderSize(0);
19     gStyle->SetPalette(1,0);
20     gStyle->SetPadTickX(1);
21     gStyle->SetPadTickY(1);
22     gStyle->SetPadColor(0);
23     gStyle->SetPadBorderSize(0);
24     gStyle->SetPadBorderMode(0);
25     gStyle->SetCanvasColor(0);
26     gStyle->SetCanvasBorderMode(0);
27     gStyle->SetCanvasBorderSize(0);
28     gStyle->SetFrameBorderMode(0);
29     gStyle->SetFrameLineColor(0);
30     gStyle->SetFrameFillColor(0);
31     gStyle->SetTextFont(62);
32     gStyle->SetLabelFont(42,"XYZ");
33     gStyle->SetTitleFont(42,"XYZ");
34     gStyle->SetTitleColor(0);
35     gStyle->SetTitleBorderSize(0);
36     gStyle->SetTitleXSize(.055);
37     gStyle->SetTitleYSize(.055);
38     gStyle->SetTitleXOffset(1.0);
39     gStyle->SetTitleYOffset(1.3);
40     gStyle->SetLabelSize(0.045,"XYZ");
41     gStyle->SetLabelOffset(0.01,"X");
42     gStyle->SetLabelOffset(0.01,"Y");
43     gStyle->SetTitleColor(1,"XYZ");
44     // gStyle->SetHistFillColor(1);
45     // gStyle->SetHistFillStyle(0);
46     gStyle->SetHistLineColor(1);
47     gStyle->SetHistLineStyle(0);
48     gStyle->SetHistLineWidth(3);
49     gStyle->SetHistLineWidth(1);
50     gStyle->SetEndErrorSize(0);
51     gStyle->SetErrorX(0);
52     gStyle->SetMarkerStyle(20);
53     gStyle->SetMarkerSize(1);
54     gStyle->SetOptFit(1111);
55     gStyle->SetStatColor(0);
56     gStyle->SetStatBorderSize(1);
57     gStyle->SetOptStat(0);
58     //gStyle->SetStats(0);
59     gStyle->SetPadLeftMargin(0.17);
60     gStyle->SetPadBottomMargin(0.15);
61     gStyle->SetPadTopMargin(0.05);
62     gStyle->SetPadRightMargin(0.08);
63     // gStyle->SetPadRightMargin(0.15);
64 yilmaz 1.1 }
65 yilmaz 1.3
66    
67