Skip to content
Snippets Groups Projects
Commit 80f19878 authored by Marshall Scott's avatar Marshall Scott
Browse files

Fixing merging conflicts

parents a94256ae 9ee3db92
No related branches found
No related tags found
No related merge requests found
Pipeline #8506 passed
...@@ -263,6 +263,7 @@ ...@@ -263,6 +263,7 @@
<constant name="ForwardRomanPotC_ID" value="157"/> <constant name="ForwardRomanPotC_ID" value="157"/>
<constant name="ForwardOffMTracker_ID" value="159"/> <constant name="ForwardOffMTracker_ID" value="159"/>
<constant name="ffi_ZDC_ID" value="160"/> <constant name="ffi_ZDC_ID" value="160"/>
<constant name="ffi_ZDC_HCAL_ID" value="161"/> <constant name="ffi_ZDC_HCAL_ID" value="161"/>
......
...@@ -14,8 +14,11 @@ ...@@ -14,8 +14,11 @@
<!-- Use DD4hep elements and materials definitions --> <!-- Use DD4hep elements and materials definitions -->
<includes> <includes>
<<<<<<< HEAD
<gdmlFile ref="elements.xml"/> <gdmlFile ref="elements.xml"/>
<gdmlFile ref="materials.xml"/> <gdmlFile ref="materials.xml"/>
=======
>>>>>>> 9ee3db9223b2155b54d5db56319ad967a8d6c7c0
</includes> </includes>
<!-- Define the dimensions of the world volume --> <!-- Define the dimensions of the world volume -->
...@@ -165,7 +168,11 @@ ...@@ -165,7 +168,11 @@
<!-- Definition of the readout segmentation/definition --> <!-- Definition of the readout segmentation/definition -->
<readouts> <readouts>
<<<<<<< HEAD
<readout name="ZDCHits"> <readout name="ZDCHits">
=======
<readout name="ZDCHits">
>>>>>>> 9ee3db9223b2155b54d5db56319ad967a8d6c7c0
<segmentation type="CartesianGridXY" grid_size_x="1.0*mm" grid_size_y="1.0*mm" /> <segmentation type="CartesianGridXY" grid_size_x="1.0*mm" grid_size_y="1.0*mm" />
<id>system:8,layer:12,slice:12,x:48:-8,y:-8</id> <id>system:8,layer:12,slice:12,x:48:-8,y:-8</id>
</readout> </readout>
......
...@@ -129,6 +129,7 @@ ...@@ -129,6 +129,7 @@
<include ref="eic/forward_ion_beamline.xml"/> <include ref="eic/forward_ion_beamline.xml"/>
<include ref="compact/hcal.xml"/> <include ref="compact/hcal.xml"/>
<include ref="compact/forward_rich.xml"/> <include ref="compact/forward_rich.xml"/>
<!-- <!--
<include ref="compact/ffi_ZDC_HCAL.xml"/> <include ref="compact/ffi_ZDC_HCAL.xml"/>
--> -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment