-
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 new reco::Muon 'displacedMuons' collection to AOD and MiniAOD #37805
Add new reco::Muon 'displacedMuons' collection to AOD and MiniAOD #37805
Conversation
…splacedStandAloneMuons to create a recoMuon collection with MuonReducedTrackExtras
…CO now but not in AOD, remove unecessary producers.
…onstruction is not available there
… are different there
…saved inside the pat muon
…pply filter to DTR
…from eras modifiers
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37805/29723
|
A new Pull Request was created by @CeliaFernandez (Celia Fernández Madrazo) for master. It involves the following packages:
@jpata, @cmsbuild, @clacaputo, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
type muon |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37805/30007
|
Pull request #37805 was updated. @gouskos, @clacaputo, @cmsbuild, @fgolf, @slava77, @jpata, @mariadalfonso can you please check and sign again. |
please test |
Thanks @perrotta |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-152438/24718/summary.html Comparison SummarySummary:
|
+reconstruction
|
+xpog (only code formats changes since the last sign-off) |
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) |
+1 |
There is a unit test failure in IB after this PR gets merged. ----- Begin Fatal Exception 15-May-2022 12:20:13 CEST----------------------- Additional Info: |
PR description:
This PR is a follow-up from a previous one: #36926
It adds a new reco::Muon collection, called 'displacedMuons', that includes the dedicated displaced muon reconstructions: 'displacedTracks', 'displacedGlobalMuons' and 'displacedStandAloneMuons' (all of them saved in AOD as reco::Track collections).
In this PR we add the necessary modifications to:
The sequences are implemented to run independently to the default reco::Muon 'muons' collection and avoid interferences. Muons of the 'muons' collection should remain untouchable. The sequences also emulate the existing implementation and make use of the existing tools and modules so the new information is computed with the default parameters configuration.
The following packages are modified:
This new collection was presented several times in CMS meetings. Further information can be found in:
The increase in size is measured in ttbar (PU) simulation [11834.21 workflow] and totals +1% in AOD and +2.5% in MiniAOD.
Updates from the last presentation:
The filter was further optimized and the preselection requirements on muons were updated.
The implementation was built on top of CMSSW_12_3_0_pre2
@gkaratha @sscruz @trocino
PR validation:
We have checked out all dependencies and have a clean build. Code-checks were applied. Most runTheMatrix tests were successfully run as well:
runall-report-step123-.log
Studies about the physics performance are available in the presentations attached before.