-
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
Data Format for hadronic showers in muon system #35836
Data Format for hadronic showers in muon system #35836
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35836/26201
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
RecoMuon/MuonShowerProducer/plugins/CSCRechitClusterProducer.cc
Outdated
Show resolved
Hide resolved
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 partial, considering the code-checks did not pass and that there is a class renaming in place.
Please also address comments already made by @VinInn
RecoMuon/MuonShowerProducer/plugins/CSCRechitClusterProducer.cc
Outdated
Show resolved
Hide resolved
RecoMuon/MuonShowerProducer/plugins/CSCRechitClusterProducer.cc
Outdated
Show resolved
Hide resolved
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35836/26376
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35836/26393
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35836/26405
|
ddb7ae3
to
5b73c34
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35836/26947
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d581b0/20813/summary.html Comparison SummarySummary:
|
+hlt |
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 |
PR description:
PR validation:
This PR creates new data formats to contain hadronic showers in the Muon system. Specifically, CSC and DT rechits are clustered with Cambridge-Aachen(CA) algorithm by calling
fast-jet
directly. The new cluster objects keep the persistent reference pointers to the constituent rechit collection.This is an essential ingredient for an HLT path for LLP in Run 3.
This PR supersedes #35543, and expand to
Detailed information are presented in these meetings:
Presentation at Muon POG meeting, Oct 25
Presentation at Reco meeting, Oct 15