-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 PF HF sum energy to reco::Centrality #44518
Add PF HF sum energy to reco::Centrality #44518
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44518/39642
|
A new Pull Request was created by @stahlleiton for master. It involves the following packages:
@mandrenguyen, @nothingface0, @syuvivida, @cmsbuild, @antoniovagnerini, @jfernan2, @tjavaid, @rvenditti 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-d30dcb/38370/summary.html Comparison SummarySummary:
|
Hi, |
@ashleyahram We shouldn't change the data format in a closed release. I think you can just rerun the centrality producer in your private branch, there's no need to do this in the main cmssw. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44518/39674
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d30dcb/38426/summary.html Comparison SummarySummary:
|
please test workflow 160 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d30dcb/38533/summary.html Comparison SummarySummary:
|
+1 |
@cms-sw/dqm-l2 : please review/sign this PR, thanks |
+1 |
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 |
PR description:
This PR introduce new member variables to the reco::Centrality class storing the sum of HF energy derived using the PF candidates (pdgId 1 and 2) measured in the positive and negative pseudo-rapidity regions. In addition, it adapts the code of HiFJGridEmptyAreaCalculator to handle PF candidates from miniAOD.
PR validation:
Validated using the relval workflow 160
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
@mandrenguyen @NiharSaha