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
Error occurred while calculating annotation data.
Log Message:
includer header for TStyle; make histogram static

File Contents

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