ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/printFRtable.h
Revision: 1.1
Committed: Mon Nov 8 03:16:50 2010 UTC (14 years, 5 months ago) by fgolf
Content type: text/plain
Branch: MAIN
CVS Tags: ss_summer2011approvalV2, ss_summer2011approval, synchMay2011v1, ss20May2011, HEAD
Log Message:
tool to print 2-d histogram as a latex table

File Contents

# Content
1 #ifndef PRINTFRTABLE_H
2 #define PRINTFRTABLE_H
3
4 #include "TH2.h"
5
6 void printFRtable (TH2F* hist);
7
8 #endif