Skip to content

Commit

Permalink
Fix XML comment syntax in some SiD files.
Browse files Browse the repository at this point in the history
A double-hyphen -- is not allowed in XML comments.
  • Loading branch information
scott snyder authored and tmadlener committed Nov 5, 2021
1 parent 51f9edb commit 41031b7
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions SiD/compact/SiD_o2_v03/HCalBarrel_brass_v03.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<lccdd>

<!-------------------------------------------------------------------------------------------------
<!--
AHCal Barrel implementation of the layout from 70th SiD Optimization Meeting presentation
from Ross Gordon McCoy ([email protected]) - June 30, 2016, updated Nov 20, 2016
Brass absorber version of o2_v03 included here for convenience - [email protected] - Dec 6, 2017
See https://www.evernote.com/l/AJ2HhEFs29NFZKbSV49f8xhNVTv-RsNqejc
------------------------------------------------------------------------------------------------->
-->

<readouts>
<readout name="HCalBarrelHits">
Expand Down
4 changes: 2 additions & 2 deletions SiD/compact/SiD_o2_v03/HCalBarrel_o2_v03.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<lccdd>

<!-----------------------------------------------------------------------------------------------
<!--
AHCal Barrel implementation of the layout from 70th SiD Optimization Meeting presentation
from Ross - June 30, 2016
Updated by Ross on Nov 20, 2016
o2_v03 by [email protected] - Oct 18, 2017
------------------------------------------------------------------------------------------------->
-->

<readouts>
<readout name="HCalBarrelHits">
Expand Down
4 changes: 2 additions & 2 deletions SiD/compact/SiD_o2_v03/HCalEndcap_brass_v03.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<lccdd>

<!-------------------------------------------------------------------------------------------------
<!--
AHCal EndCap implementation updated by Ross, Nov 20, 2016
Brass absorber version of o2_v03 included here for convenience - [email protected] - Dec 6, 2017
See https://www.evernote.com/l/AJ2HhEFs29NFZKbSV49f8xhNVTv-RsNqejc
--------------------------------------------------------------------------------------------------->
-->

<readouts>
<readout name="HCalEndcapHits">
Expand Down
4 changes: 2 additions & 2 deletions SiD/compact/SiD_o2_v03/HCalEndcap_o2_v03.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<lccdd>

<!-----------------------------------------------------------------------------------------------
<!--
AHCal EndCap implementation updated by Ross, Nov 20, 2016
o2_v03 by [email protected] - Oct 18, 2017
------------------------------------------------------------------------------------------------->
-->

<readouts>
<readout name="HCalEndcapHits">
Expand Down
4 changes: 2 additions & 2 deletions SiD/compact/SiD_o2_v03/HCalRing_o2_v03.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<lccdd>

<!-----------------------------------------------------------------------------------------------
<!--
Added by Aidan, originally included in the HCalEndcap XML
o2_v03 update by [email protected] - Oct 18, 2017
Question: is this still nedded?
------------------------------------------------------------------------------------------------->
-->

<define>
<constant name="HCalRing_rmin" value="HCalEndcap_rmin" />
Expand Down
4 changes: 2 additions & 2 deletions SiD/compact/SiD_o2_v03/MuonBarrel_o2_v03.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<lccdd>

<!-----------------------------------------------------------
<!--
This version uses Scintillators instead of Gas RPCs
by [email protected] - Nov 20, 2017
------------------------------------------------------------->
-->

<readouts>
<readout name="MuonBarrelHits">
Expand Down
4 changes: 2 additions & 2 deletions SiD/compact/SiD_o2_v03/MuonEndcap_o2_v03.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<lccdd>

<!-----------------------------------------------------------
<!--
This version uses Scintillators instead of Gas RPCs
by [email protected] - Nov 20, 2017
------------------------------------------------------------->
-->

<readouts>
<readout name="MuonEndcapHits">
Expand Down
4 changes: 2 additions & 2 deletions SiD/compact/SiD_o2_v03/SiTrackers_o2_v03.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<lccdd>

<!------------------------------------------------------------------
<!--
This XML implements a common envelope for the barrel and encaps
by [email protected] - Dec 4, 2017
-------------------------------------------------------------------->
-->

<define>
<!-- Added some mm to the 2016 technical drawing values
Expand Down
4 changes: 2 additions & 2 deletions SiD/compact/SiD_o2_v03/SteppedMuon_o2_v03.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<lccdd>

<!---------------------------------------------------------------
<!--
This version uses a common envelope for the barrel and encaps
by [email protected] - Nov 30, 2017
----------------------------------------------------------------->
-->

<define>
<constant name="SteppedMuon_symmetry" value="MuonBarrel_symmetry"/>
Expand Down

0 comments on commit 41031b7

Please sign in to comment.