ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/tdrStyle.h
Revision: 1.2
Committed: Sat Mar 17 19:42:59 2012 UTC (13 years, 1 month ago) by fgolf
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +4 -0 lines
Log Message:
includer header for TStyle; make histogram static

File Contents

# User Rev Content
1 fgolf 1.1 #ifndef TDRSTYLE_H
2     #define TDRSTYLE_H
3    
4 fgolf 1.2 #include "TStyle.h"
5    
6     static TStyle *tdrStyle;
7    
8 fgolf 1.1 void tdrGrid (bool gridOn);
9     void fixOverlay();
10     void setTDRStyle();
11    
12     #endif