-
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
Add nConstituents to fat jets. #32927
Conversation
#### PR description: For use with AK8 PF Candidate jet tables. #### PR validation: Trivial inspection. See jetTable. #### if this PR is a backport please specify the original PR and why you need to backport that PR: NA
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32927/21157
|
A new Pull Request was created by @laurenhay for master. It involves the following packages: PhysicsTools/NanoAOD @cmsbuild, @mariadalfonso, @gouskos, @fgolf can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a7ef7a/12969/summary.html Comparison SummarySummary:
|
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.
the new variable it's not added in the DQM plot.
suggested to add.
@@ -471,7 +471,7 @@ | |||
|
|||
# btagDeepC = Var("bDiscriminator('pfDeepCSVJetTags:probc')",float,doc="CMVA V2 btag discriminator",precision=10), | |||
#puIdDisc = Var("userFloat('pileupJetId:fullDiscriminant')",float,doc="Pileup ID discriminant",precision=10), | |||
# nConstituents = Var("numberOfDaughters()",int,doc="Number of particles in the jet"), | |||
nConstituents = Var("numberOfDaughters()",int,doc="Number of particles in the jet"), | |||
# rawFactor = Var("1.-jecFactor('Uncorrected')",float,doc="1 - Factor to get back to raw pT",precision=6), |
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 extra line rawFactor can be removed as well, since it's added above
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
@@ -471,7 +471,7 @@ | |||
|
|||
# btagDeepC = Var("bDiscriminator('pfDeepCSVJetTags:probc')",float,doc="CMVA V2 btag discriminator",precision=10), | |||
#puIdDisc = Var("userFloat('pileupJetId:fullDiscriminant')",float,doc="Pileup ID discriminant",precision=10), | |||
# nConstituents = Var("numberOfDaughters()",int,doc="Number of particles in the jet"), | |||
nConstituents = Var("numberOfDaughters()",int,doc="Number of particles in the jet"), | |||
# rawFactor = Var("1.-jecFactor('Uncorrected')",float,doc="1 - Factor to get back to raw pT",precision=6), |
This comment was marked as duplicate.
This comment was marked as duplicate.
Sorry, something went wrong.
@@ -471,7 +471,7 @@ | |||
|
|||
# btagDeepC = Var("bDiscriminator('pfDeepCSVJetTags:probc')",float,doc="CMVA V2 btag discriminator",precision=10), | |||
#puIdDisc = Var("userFloat('pileupJetId:fullDiscriminant')",float,doc="Pileup ID discriminant",precision=10), | |||
# nConstituents = Var("numberOfDaughters()",int,doc="Number of particles in the jet"), | |||
nConstituents = Var("numberOfDaughters()",int,doc="Number of particles in the jet"), |
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.
numberOfDaughters() is unsigned int
move int to uint8
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
@laurenhay please look at the comments above |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32927/21276
|
Pull request #32927 was updated. @cmsbuild, @mariadalfonso, @gouskos, @fgolf can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-a7ef7a/13103/summary.html Comparison SummarySummary:
|
2860 out of 2941 come from the DD4 wf 11634.911 unrelated to this PR |
+xpog |
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
For use with AK8 PF Candidate jet tables.
PR validation:
Trivial inspection. See jetTable.
if this PR is a backport please specify the original PR and why you need to backport that PR:
NA