Skip to content

TH2D Systematics #248

@jtenavidal

Description

@jtenavidal

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions