ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/makeProjectionPlots.h
Revision: 1.1
Committed: Fri Jul 8 09:17:38 2011 UTC (13 years, 9 months ago) by fgolf
Content type: text/plain
Branch: MAIN
CVS Tags: ss_summer2011approvalV2, ss_summer2011approval, HEAD
Log Message:
first commit

File Contents

# User Rev Content
1 fgolf 1.1 #ifndef MAKEPROJECTIONPLOTS_H
2     #define MAKEPROJECTIONPLOTS_H
3    
4     #include <string>
5     #include "TH1.h"
6     #include "TH2.h"
7    
8     TH1F* makeProjectionPlots (TH2F*, std::string="X");
9     TH1F* makeProjectionPlots (TH2F*, TH2F*, std::string="X");
10     void compareRFhists (TH2F*, TH2F*);
11     void clearHists (TH2F*);
12    
13     #endif