Skip to content
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

Fix XML comment syntax in some SiD files. #246

Merged
merged 1 commit into from
Nov 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 (ross.mccoy@mavs.uta.edu) - June 30, 2016, updated Nov 20, 2016
Brass absorber version of o2_v03 included here for convenience - protopop@cern.ch - 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 protopop@cern.ch - 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 - protopop@cern.ch - 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 protopop@cern.ch - 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 protopop@cern.ch - 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 protopop@cern.ch - 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 protopop@cern.ch - 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 protopop@cern.ch - 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 protopop@cern.ch - Nov 30, 2017
----------------------------------------------------------------->
-->

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