1 |
|
#ifndef STEERPLOTTER__ |
2 |
|
#define STEERPLOTTER__ |
3 |
< |
|
3 |
> |
#include <cstdlib> |
4 |
|
#include <TObjArray.h> |
5 |
|
#include <TArrayI.h> |
6 |
|
#include <TArrayF.h> |
76 |
|
void SetLumi(Float_t lumi); |
77 |
|
Float_t GetLumi(); |
78 |
|
|
79 |
+ |
void SetSysError(Float_t err); |
80 |
+ |
Float_t GetSysError(); |
81 |
|
|
82 |
|
private: |
83 |
|
|
92 |
|
Bool_t bJetShapesPerSlice; // plot each slide of the jet shape histograms? |
93 |
|
Int_t fNumOfSamples; // how many analysis samples should be plotted |
94 |
|
Float_t fLumi; // integrated luminosity of sample |
95 |
+ |
Float_t fSysError; // systematic error on normalisation |
96 |
|
TObjArray fSampleNames; // all sample name |
97 |
|
|
98 |
|
TObjArray fSamplesToStack; // name of samples that should be stacked on top of each other |