-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Backport #31927 (PuppiMET with PUPPIv15 and UL17 PUID) #32076
Backport #31927 (PuppiMET with PUPPIv15 and UL17 PUID) #32076
Conversation
A new Pull Request was created by @alefisico (Alejandro Gomez Espinosa) for CMSSW_10_6_X. It involves the following packages: PhysicsTools/NanoAOD @cmsbuild, @santocch, @mariadalfonso, @gouskos, @fgolf can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
master has one more change need to verify that the it also seems that as it is now the rawPuppi doesn't change (and we want to change a bit because we are getting the V11--> V15 tune) DataUL16_106_rawPuppi file used : /store/data/Run2017F/DoubleMuon/MINIAOD/09Aug2019_UL2017-v1/50000/F9D57A9E-4E78-8647-862E-606EB9DC1665.root |
@@ -213,6 +213,35 @@ def nanoAOD_recalibrateMETs(process,isData): | |||
process.metTables += process.corrT1METJetTable | |||
# makePuppiesFromMiniAOD(process,True) # call this before in the global customizer otherwise it would reset photon IDs in VID | |||
runMetCorAndUncFromMiniAOD(process,isData=isData,metType="Puppi",postfix="Puppi",jetFlavor="AK4PFPuppi") |
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.
Shouldn't this line be commented? This could likely explain @mariadalfonso 's observation (no difference in raw puppi met before/after the fix)
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.
right, it's removed in master as now the runMetCorAndUncFromMiniAOD is called 5 lines after
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.
ups sorry, my bad. I'll fix it now
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+xPOG |
+1
|
+1 |
merge |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_10_6_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_3_X is complete. This pull request will be automatically merged. |
PR description:
This is a backport of #31927.