Skip to content
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

Add MET SFs [180,350] range. #402

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bfonta
Copy link
Contributor

@bfonta bfonta commented Dec 11, 2024

As discussed with the JME conveners, we are now considering events with MET-nomu values starting from 180GeV, not 150GeV anymore. I thus updated the MET SF files to reflect this (minor) change, and to guarantee the assert statements in src/ScaleFactorMET.cc do not fail:

assert(funcSF->GetXmin() == mRange.at(mPeriod).first);
assert(funcSF->GetXmax() == mRange.at(mPeriod).second);

The mRange defined in interface/ScaleFactorMET.h had already been changed in a previous PR.
The old weight files are left for future comparison, if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant