# | 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") { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |