-
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
CSC RecHit Builder updates #32052
CSC RecHit Builder updates #32052
Conversation
Adjusting RecHit reco for edge wire groups. Best improvement is obtained for the first and last wire group of ME11 station. For details see https://indico.cern.ch/event/968978/contributions/4078288/attachments/2133771/3594383/20_10_30-Voytishin_Palichik-CSC_rh_builder_improvement_updates.pdf
The procedure for two overlapped signal delimitation added. In case there is a hidden signal near the main maxima of the cluster, the wide cluster is divided in two and two strip hits are reconstructed from this. For details see https://indico.cern.ch/event/968978/contributions/4078288/attachments/2133771/3594383/20_10_30-Voytishin_Palichik-CSC_rh_builder_improvement_updates.pdf
The check isInFiducial() is made looser for the ME11 transition region. Used previously for getting rid of additional hits from ganged strips. As the ganging was omitted from the ME11, the check was causing inefficiency in the transition region. For details see https://indico.cern.ch/event/968978/contributions/4078288/attachments/2133771/3594383/20_10_30-Voytishin_Palichik-CSC_rh_builder_improvement_updates.pdf
The code-checks are being triggered in jenkins. |
adding @ptcox as co-author |
-code-checks ERROR: Build errors found during clang-tidy run.
|
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32052/19639
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
The code-checks are being triggered in jenkins. |
The code-checks are being triggered in jenkins. |
The code-checks are being triggered in jenkins. |
@nvoytish |
@cmsbuild please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
This PR might be causing heap-buffer-overflow failures in ASAN build in |
Fix of issue cms-sw#32274 caused by changes in PR cms-sw#32052
PR description:
This PR adds some features to the CSC RecHit Builder.
The addressed problems are:
For details see:
https://indico.cern.ch/event/968978/contributions/4078288/attachments/2133771/3594383/20_10_30-Voytishin_Palichik-CSC_rh_builder_improvement_updates.pdf