-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reinstating 1GeV bins in unfolding analyser (still excluded 1GeV 2D r…
…esponse histograms though)
- Loading branch information
Showing
2 changed files
with
37 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b64e1eb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the point doing this to 1D, but not 2D response matrices?
Also, can anyone (Phil? @phy6phs ) point me to fine-binned matrices used for binning choice scatter plots in the AN? Are they up to date, i.e. is the unfolding selection correct for them?
b64e1eb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fine binned histos are filled in the BinningAnalyser: https://github.com/BristolTopGroup/AnalysisSoftware/blob/master/src/Analysers/BinningAnalyser.cpp
The selection is just after the final event selection. Was it meant to be the final events just in the semi-leptonic channel? Although i'm not sure how this would work as you need to know how many selected events are in each bin so that you have enough stats...
b64e1eb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, thanks — I think it makes sense, the binning plots should be after the full event selection in both channels. I just reproduced the plots in matplotlib and made the pull request (BristolTopGroup/DailyPythonScripts#69). Should be compatible with both 7 and 8 TeV.