Skip to content

Commit 28028ea

Browse files
Fix typos in tracking detector sub-assembly names (#990)
### Briefly, what does this PR introduce? This PR fixes two typos. ### What kind of change does this PR introduce? - [x] Bug fix (issue #__) - [ ] 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 - [ ] 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: Derek M Anderson <[email protected]>
1 parent 3b91ddc commit 28028ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compact/tracking/definitions_craterlake.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@
138138
<composite name="InnerTrackerEndcapP"/>
139139
</detector>
140140
<detector id="TrackerSubAssembly_1_ID"
141-
name="MiddleSiBarrelrSubAssembly"
141+
name="MiddleSiBarrelSubAssembly"
142142
type="DD4hep_SubdetectorAssembly"
143143
vis="TrackerSubAssemblyVis">
144144
<composite name="SagittaSiBarrel"/>
145145
</detector>
146146
<detector id="TrackerSubAssembly_1_ID"
147-
name="OuterSiBarrelrSubAssembly"
147+
name="OuterSiBarrelSubAssembly"
148148
type="DD4hep_SubdetectorAssembly"
149149
vis="TrackerSubAssemblyVis">
150150
<composite name="OuterSiBarrel"/>

0 commit comments

Comments
 (0)