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

Comparing UserCode/FGolf/Tools/tdrStyle.C (file contents):
Revision 1.1 by fgolf, Sun Aug 29 18:39:12 2010 UTC vs.
Revision 1.2 by fgolf, Fri Sep 3 23:26:20 2010 UTC

# Line 1 | Line 1
1   #include "TStyle.h"
2  
3 + TStyle *tdrStyle = new TStyle("tdrStyle","Style for P-TDR");
4 +
5   // tdrGrid: Turns the grid lines on (true) or off (false)
6  
7 < void tdrGrid(bool gridOn) {
7 > void tdrGrid (bool gridOn) {
8    tdrStyle->SetPadGridX(gridOn);
9    tdrStyle->SetPadGridY(gridOn);
10   }
# Line 14 | Line 16 | void fixOverlay() {
16   }
17  
18   void setTDRStyle() {
17  TStyle *tdrStyle = new TStyle("tdrStyle","Style for P-TDR");
19  
20   // For the canvas:
21    tdrStyle->SetCanvasBorderMode(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines