Appropriately fill PFCandidate::dnn_gamma_ data member in the constructors and copy operator#36096
Conversation
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36096/26588
|
|
A new Pull Request was created by @swagata87 (Swagata Mukherjee) for master. It involves the following packages:
@jpata, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
type bug-fix |
|
@cmsbuild please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-94d425/20480/summary.html Comparison SummarySummary:
|
|
@swagata87 something like |
|
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. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
dnn_gamma() in PFCandidate.ccPFCandidate::dnn_gamma_ data member in the constructors and copy operator
|
+1 |
PR description:
This PR fixes a bug which was introduced in #35403.
dnn_gamma_was declared inDataFormats/ParticleFlowCandidate/interface/PFCandidate.h, but it was never initialised or filled.PR validation:
Using Higgs->gamma gamma GEN-SIM-DIGI-RAW RelVal, ran the AOD step, and printed PFCandidate's
dnn_gamma()score, when the PFCandidate is identified as a photon, i.e. pdgId is 22; and pT>20 GeV.Before this PR:
After this PR:
runTheMatrix.py -l 12434.0ran fine.This PR is not a backport.
Backport not needed.