Skip to content

Commit

Permalink
Merge pull request #28639 from PFCal-dev/hgc-tpg-integration-191217
Browse files Browse the repository at this point in the history
[HGCAL trigger] Fix getLinksInModule
  • Loading branch information
cmsbuild committed Dec 26, 2019
2 parents ae2f5ec + 09e8ca9 commit 545786e
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -496,8 +496,7 @@ unsigned HGCalTriggerGeometryV9Imp2::getLinksInModule(const unsigned module_id)
// Scintillator
if (module_det_id.det() == DetId::HGCalHSc) {
links = hSc_links_per_module_;
}
if (module_det_id.det() == DetId::Forward && module_det_id.subdetId() == ForwardSubdetector::HFNose) {
} else if (module_det_id.det() == DetId::Forward && module_det_id.subdetId() == ForwardSubdetector::HFNose) {
links = 1;
}
// TO ADD HFNOSE : getLinksInModule
Expand Down

0 comments on commit 545786e

Please sign in to comment.