-
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
Muon POG NanoAOD v2 #43642
Muon POG NanoAOD v2 #43642
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43642/38302
|
A new Pull Request was created by @rbhattacharya04 for master. It involves the following packages:
@cmsbuild, @hqucms, @vlimant can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
as you implement new features, please remember to include this custom nano with the autoNano syntax #42238 and think about adding a test workflow in the nano matrix |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43642/38507 ERROR: Unable to merge PR. See log https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43642/38507/cms-checkout-topic.log |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43642/38509
|
Pull request #43642 was updated. @sunilUIET, @hqucms, @AdrianoDee, @srimanob, @miquork, @cmsbuild, @vlimant, @subirsarkar can you please check and sign again. |
I have increased the precision for the GenParticle pt, eta, phi, which are needed for the Rochester corrections. You can go forward with the merging. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6b55f5/37566/summary.html Comparison SummarySummary:
NANO Comparison SummarySummary:
Nano size comparison Summary:
|
+1 |
+Upgrade |
Hi @cms-sw/pdmv-l2, |
+pdmv |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
@@ -28,6 +28,8 @@ def expandNanoMapping(seqList, mapping, key): | |||
# L1 flavours: add tables through customize, supposed to be combined with PHYS | |||
'L1' : {'customize': 'nanoL1TrigObjCustomize'}, | |||
'L1FULL' : {'customize': 'nanoL1TrigObjCustomizeFull'}, | |||
# Muon POG flavours : add tables through customize, supposed to be combined with PHYS | |||
'MUPOG' : {'customize' : 'PhysicsTools/NanoAOD/custom_muon_cff.PrepMuonCustomNanoAOD'}, |
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.
Hello, I think it would have been wiser for me to spot that @PHYS
should be added by default here, if you are never going to ask --step NANO:@MUPOG
alone (i.e not including the @PHYS
part. we might need a quick PR for this
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.
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.
done in #44425
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.
can you please have a look at #44428 ?
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.
This PR adds a list of variables to the Muon collection for the custom Muon POG NanoAOD. A set of Trigger Object filterBits has also been added in a new section in Trigger Objects called "Muon POG" with Id - 1313.
This PR is opened to start the review for the approach to add the additional Trigger Object filterBits and it is not fully complete. Variables, corresponding to displaced Muon collection, will be added in later pushes.