Commit cb9b56d
fix: remove 'Barrel' from endcap track-cluster match factory names (#2185)
The names for the backward endcap track-cluster match factories
accidentally included 'Barrel' in their names.
This fix removes it:
- `EcalEndcapNBarrelTrackClusterMatches` →
`EcalEndcapNTrackClusterMatches`
- `HcalEndcapNBarrelTrackClusterMatches` →
`HcalEndcapNTrackClusterMatches`
### What kind of change does this PR introduce
- [x] Bug fix (issue #2184)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __
### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [x] Changes have been communicated to collaborators
### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.
### Does this PR change default behavior?
No.
---------
Co-authored-by: GitHub Copilot <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent f4948e9 commit cb9b56d
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
| 197 | + | |
| 198 | + | |
200 | 199 | | |
201 | 200 | | |
202 | | - | |
203 | | - | |
204 | | - | |
| 201 | + | |
| 202 | + | |
205 | 203 | | |
206 | 204 | | |
207 | 205 | | |
| |||
0 commit comments