-
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
HLT phase-2: fix HGCAL Layercluster and create common constants configuration for HGCAL #44552
Conversation
…gcal reco modules at HLT - fix a bug in fCPerEle - update hgcal constants to v16 of the calorimeter geometry centralize constants in HLT hgcalLayerClustersEE_cfi centralize constants in HLT hgcalLayerClustersEEL1Seeded_cfi centralize constants in HLT hgcalLayerClustersHSciL1Seeded_cfi centralize constants in HLT hgcalLayerClustersHSci_cfi centralize constants in HLT hgcalLayerClustersHSiL1Seeded_cfi centralize constants in HLT hgcalLayerClustersHSi_cfi centralize constants in HLT HGCalRecHitL1Seeded_cfi centralize constants in HLT HGCalRecHit_cfi centralize constants in HLT HGCalUncalibRecHitL1Seeded_cfi centralize constants in HLT HGCalUncalibRecHit_cfi
cms-bot internal usage |
@cmsbuild please test |
type bug-fix |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44552/39694
|
A new Pull Request was created by @felicepantaleo for master. It involves the following packages:
@Martin-Grunewald, @mmusich can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-dce553/38447/summary.html Comparison SummarySummary:
|
type hgcal |
+hlt
|
@felicepantaleo please open a backport to 14.0.x as well |
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. @sextonkennedy, @rappoccio, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
This PR fixes a bug where the value of fCperElectron was accidentally set to
0
. This caused noise hits to seed the creation of layerclusters.In this PR I have moved all the constants to a common file, so it's easier to maintain.
I have also updated the constants to Calorimeter Geometry v16.
@rovere @SohamBhattacharya @waredjeb fyi