ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/makeProjectionPlots.cc
(Generate patch)

Comparing UserCode/FGolf/Tools/makeProjectionPlots.cc (file contents):
Revision 1.1 by fgolf, Tue Mar 20 19:11:45 2012 UTC vs.
Revision 1.2 by fgolf, Mon May 28 22:02:41 2012 UTC

# Line 1 | Line 1
1   #include <iostream>
2  
3   #include "makeProjectionPlots.h"
4 < #include "eff.C"
4 > #include "eff.h"
5  
6   #include "TH1.h"
7   #include "TAxis.h"
8   #include "TArrayD.h"
9   #include "TCanvas.h"
10  
11 + #include <math.h>
12 +
13 + using namespace std;
14 +
15   TH1F* makeProjectionPlots (TH2F* hist, std::string axis) {
16          
17           if (axis != "X" && axis != "Y") {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines