-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat:add QCD workflow #81
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Conflicts resolved. New feature of QCD from Hsin
Hi @hsinweihsia I also checked the scale out also work and indeed PU weights are not needed in this case. |
Thanks @hsinweihsia for the contribution. The integration is done in #91 further changes can be made with new PR. |
QCD_validation.py
while it needs to be debugged since the recentcorrection.py
causes issues inQCD_validation.py
.selection.py
.xsection.py
.definitions.py
, most of them are related to secondary vertex variables.histogrammer.py
andplotdataMC.py
.jsonpog-integration
because the HLT path used was highly prescaled. customized PU reweighting root files are prepared for QCD workflow.puweight_2018_UL.HLTPFJet140.histo.root
is used for HLT_PFJet140 path (standard).puweight_2018_UL.HLTPFJet40.histo.root
was used for low pt study with HLT_PFJet40.Prescales_PFJet140.csv
, and the file directly used for implementing the prescales isps_weight_JSON_PFJet140.json
.ps_weight_JSON_PFJet140.json
is added, which isprescales.ipynb
. The script was originally provided by Lauren Hay.