-
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
MLPF: first integration of EDProducer and training code #32048
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32048/19620 |
A new Pull Request was created by @jpata (Joosep Pata) for master. It involves the following packages: RecoParticleFlow/PFProducer @perrotta, @andrius-k, @kmaeshima, @ErnestaP, @cmsbuild, @jfernan2, @fioriNTU, @slava77, @jpata can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
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 is a partial review, focusing on the SONIC part. (Some of the comments on the SONIC producer could also apply to the native producer.)
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+reconstruction
|
+1 |
+upgrade |
+1 |
@cms-sw/operations-l2 kindly pinging |
+operations |
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:
This PR introduces an EDProducer using the MLPF approach, which create
reco::PFCandidates
, which can be used successfully in downstream CMSSW reconstruction, e.g. AK4 jet clustering.It's not enabled by default, so nothing should be affected in standard workflows.
Here's an overview of the changes:
mlpf
modifier, does not affect standard reco outputs even if enabled)mlpf
and a new workflow11834.13
where the TF-cpu evaluator of MLPF runs after standard PF and produces a new collection of PFCandidates in the RECO output.Further work is planned to improve the reconstruction quality by retraining the model, and by integrating the ML-produced PFCandidates further with downstream reconstruction. The goal of this PR is to make the MLPF reconstruction approach easily testable and reviewable by the PF group & CMS more widely.
PR validation:
The latest status slides are here: https://indico.cern.ch/event/963885/#18-update-on-mlpf.
Can be validated using
Needs cms-data/RecoParticleFlow-PFProducer#2.