ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/histio.h
Revision: 1.1
Committed: Mon Nov 8 03:16:15 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 load and save histograms

File Contents

# Content
1 #ifndef HISTIO_H
2 #define HISTIO_H
3
4 void saveHist(const char* filename, const char* pat="*");
5 void loadHist(const char* filename, const char* pfx=0, const char* pat="*", Bool_t doAdd=kFALSE);
6
7 #endif