1 |
|
#ifndef FITINFO_H |
2 |
|
#define FITINFO_H |
3 |
|
|
4 |
< |
#include "sampleCollection.h" |
4 |
> |
#include "samples.hpp" |
5 |
|
#include "controlRegions.h" |
6 |
+ |
#include "../plugins/customize.h" |
7 |
+ |
#include "../plugins/setTDRStyle.C" |
8 |
|
#include <iostream> |
9 |
|
#include <TCanvas.h> |
10 |
|
#include <TLine.h> |
11 |
|
#include <TRegexp.h> |
12 |
|
#include <TLegend.h> |
13 |
|
#include <THStack.h> |
12 |
– |
#include "setTDRStyle.C" |
14 |
|
#include <TROOT.h> |
14 |
– |
#include "customize.h" |
15 |
|
#include "TLatex.h" |
16 |
|
#include "TPaveText.h" |
17 |
|
#include "TGraphErrors.h" |