-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated STXS workflow #1204
Merged
simonepigazzini
merged 75 commits into
cms-analysis:dev_legacy_runII
from
edjtscott:dev_legacy_runII_STXSstage1p2_FullWorkflow
Apr 1, 2020
Merged
Updated STXS workflow #1204
simonepigazzini
merged 75 commits into
cms-analysis:dev_legacy_runII
from
edjtscott:dev_legacy_runII_STXSstage1p2_FullWorkflow
Apr 1, 2020
Conversation
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
Topic add pt binning ttH v2
…ing, although no output file successfully written yet
I think this is now ready to merge - @simonepigazzini or anyone else please let me know if you have comments |
…acy_runII_STXSstage1p2_FullWorkflow
This reverts commit a4b2501.
simonepigazzini
requested changes
Mar 31, 2020
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.
Check data file paths
…ible. Currently 2018 only
This reverts commit 9597ffc.
Paths should be correct now. Also have the option of the JEC uncertainty splitting added |
Together with updates to the ggH, qqH, and ttH tags |
simonepigazzini
approved these changes
Apr 1, 2020
sam-may
added a commit
to sam-may/flashgg
that referenced
this pull request
May 22, 2020
* Update to latest ttH MVA boundaries * Implement ttH vs tH DNN in leptonic tagger * Optimized THQ tagger compatible with STXS workflow * add changes for STXS stage 1.2 * Update WHLeptonicTag with MVA and ZHLeptonicTag * Recover TagTruth with STXS information included * Add missing cuts on pho pT/mGG and photon ID MVA * fully working VH hadronic BDT * incorporate tHq leptonic tag into stage one workflow * incorporate WH and ZH leptonic tags into stage one workflow * add in ggH BSM splitting and additional VBF tags * Update MVA for ZH Leptonic Tag * update cross sections for tH * propagate NNLOPS weights correctly * add optional granular JEC uncertainties. Tested, behaviour seems sensible. Co-authored-by: Samuel May <[email protected]> Co-authored-by: Prafulla Saha <[email protected]> Co-authored-by: Youying <[email protected]> Co-authored-by: Mei Hualin <[email protected]>
sam-may
added a commit
to sam-may/flashgg
that referenced
this pull request
May 29, 2020
* Update to latest ttH MVA boundaries * Implement ttH vs tH DNN in leptonic tagger * Optimized THQ tagger compatible with STXS workflow * add changes for STXS stage 1.2 * Update WHLeptonicTag with MVA and ZHLeptonicTag * Recover TagTruth with STXS information included * Add missing cuts on pho pT/mGG and photon ID MVA * fully working VH hadronic BDT * incorporate tHq leptonic tag into stage one workflow * incorporate WH and ZH leptonic tags into stage one workflow * add in ggH BSM splitting and additional VBF tags * Update MVA for ZH Leptonic Tag * update cross sections for tH * propagate NNLOPS weights correctly * add optional granular JEC uncertainties. Tested, behaviour seems sensible. Co-authored-by: Samuel May <[email protected]> Co-authored-by: Prafulla Saha <[email protected]> Co-authored-by: Youying <[email protected]> Co-authored-by: Mei Hualin <[email protected]>
wamorkart
pushed a commit
to wamorkart/flashgg
that referenced
this pull request
Nov 19, 2020
* Update to latest ttH MVA boundaries * Implement ttH vs tH DNN in leptonic tagger * Optimized THQ tagger compatible with STXS workflow * add changes for STXS stage 1.2 * Update WHLeptonicTag with MVA and ZHLeptonicTag * Recover TagTruth with STXS information included * Add missing cuts on pho pT/mGG and photon ID MVA * fully working VH hadronic BDT * incorporate tHq leptonic tag into stage one workflow * incorporate WH and ZH leptonic tags into stage one workflow * add in ggH BSM splitting and additional VBF tags * Update MVA for ZH Leptonic Tag * update cross sections for tH * propagate NNLOPS weights correctly * add optional granular JEC uncertainties. Tested, behaviour seems sensible. Co-authored-by: Samuel May <[email protected]> Co-authored-by: Prafulla Saha <[email protected]> Co-authored-by: Youying <[email protected]> Co-authored-by: Mei Hualin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The main development of this PR is to update to STXS stage 1.2 and allow both the "usual" workflow and the ttH tag to be run together at the same time with systematics included. Inside the stage one customize function, the usual parallel systematics is used for all tags other than ttH, which have the modified systematics workflow already implemented.
This also merges the latest developments of the ttH, tHq, and VH leptonic analysts, as well as the latest configurations for the ggH and qqH STXS categories. The ggH multi-class is not included, since its performance is not yet understood.
There is still one remaining issue which should be solved before merging, related to the NNLOPS weights for ggH and having it propagated correctly to the systematic variations. The fix for that should come in the next few days.
A separate PR will be made for the more granular JEC uncertainties, which I am also investigating now.