ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/RootMacros/rootlogon.C
(Generate patch)

Comparing UserCode/RootMacros/rootlogon.C (file contents):
Revision 1.2 by chawon, Thu Mar 11 07:05:34 2010 UTC vs.
Revision 1.3 by chawon, Thu Mar 11 07:13:25 2010 UTC

# Line 1 | Line 1
1   {
2 //cout << endl << "Welcome to my rootlogon.C" << endl;
3 //cout << "For approved plots use: gROOT->SetStyle(\"BABAR\");"
4 //cout << "For approved plots use: gROOT->SetStyle(\"RENO\");"
5 //<< endl << endl;
6
7 //..BABAR style from RooLogon.C in workdir
8 //TStyle *babarStyle= new TStyle("BABAR","BaBar approved plots style");
9 //RENO style  
2  
3   gSystem->Load("libFWCoreFWLite.so");
4   AutoLibraryLoader::enable();
5  
6 <
15 < TStyle *gStyle= new TStyle("RENO","Reno approved plots style");
6 > TStyle *gStyle= new TStyle("CMS","CMS approved plots style");
7  
8   // use plain black on white colors
9   gStyle->SetFrameBorderMode(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines