BCMTFSystematicVariation.h
void SetHistogramDown(int index, TH1D *hist)
Set the histogram correponding to the down-scale variation of the systematic.
Definition: BCMTFSystematicVariation.h:87
void AddHistogramUp(TH1D *hist)
Add a histogram for up-scale variations.
Definition: BCMTFSystematicVariation.h:113
void AddHistogramDown(TH1D *hist)
Add a histogram for down-scale variations.
Definition: BCMTFSystematicVariation.h:121
void AddHistograms(TH1D *hist_up, TH1D *hist_down)
Add a histograms for up- and down-scale variations.
Definition: BCMTFSystematicVariation.h:130
TH1D * GetHistogramUp(int index)
Returns the histogram correponding to the up-scale variation of the systematic.
Definition: BCMTFSystematicVariation.h:55
void SetHistograms(int index, TH1D *hist_up, TH1D *hist_down)
Set the histograms correponding to the up- and down-scale variations of the systematic.
Definition: BCMTFSystematicVariation.h:98
TH1D * GetHistogramDown(int index)
Returns the histogram correponding to the down-scale variation of the systematic. ...
Definition: BCMTFSystematicVariation.h:63
BCMTFSystematicVariation(int nprocesses)
The default constructor.
Definition: BCMTFSystematicVariation.cxx:16
void SetHistogramUp(int index, TH1D *hist)
Set the histogram correponding to the up-scale variation of the systematic.
Definition: BCMTFSystematicVariation.h:77
A class describing a systematic variation.
Definition: BCMTFSystematicVariation.h:30