-
Notifications
You must be signed in to change notification settings - Fork 2
TH2D Systematics #248
Copy link
Copy link
Open
Description
ROOT treats them as uncorrelated but they are not
Option 1. Add New function
void plotting::PlotProjectionWithRatio( const std::vector<TH2D*>& mcHists, const std::vector<TH2D*>& breakdown, const TH2D* data_raw, const std::vector<TH2D*>& acceptance, const TH2D* radcorr, const std::string& xobservable, const std::string& yobservable, TPad* topPad, TPad* bottomPad, bool logScale, const std::string& axis, double y_cut_min, double y_cut_max )
Notice the data is before corrections!
We have to first, integrate, then compute the sys. for each bin.
In this space, the uncertainties are uncorrelated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels