Skip to content
Snippets Groups Projects
Commit 1ab0a312 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added simple roman pot detector surfaces

	modified:   compact/definitions.xml
	new file:   compact/forward_romanpot.xml
	modified:   reference_detector.xml
parent c315293d
No related branches found
No related tags found
1 merge request!49Resolve "Implement ffi_RPOT_D2"
Pipeline #8244 failed with stages
in 2 minutes and 36 seconds
...@@ -240,9 +240,11 @@ ...@@ -240,9 +240,11 @@
Zero Degree Cal. ID: 160 Zero Degree Cal. ID: 160
</comment> </comment>
<constant name="ForwardRomanPot_ID" value="150"/> <constant name="B0Tracker_ID" value="150"/>
<constant name="B0Tracker_ID" value="151"/> <constant name="ForwardRomanPotA_ID" value="155"/>
<constant name="ffi_ZDC_ID" value="160"/> <constant name="ForwardRomanPotB_ID" value="156"/>
<constant name="ForwardRomanPotC_ID" value="157"/>
<constant name="ffi_ZDC_ID" value="160"/>
<comment> <comment>
===================================== =====================================
......
<?xml version="1.0" encoding="UTF-8"?>
<lccdd>
<define>
<comment>
---------------------------------
Far Forward B0 Tracker Parameters
---------------------------------
</comment>
<constant name="ForwardRomanPotA_zpos" value="B1APF_CenterPosition + B1APF_Length/2.0 + 20.0*cm"/>
<constant name="ForwardRomanPotA_xpos" value="B1APF_XPosition"/>
<constant name="ForwardRomanPotB_zpos" value="B2PF_CenterPosition - B2PF_Length/2.0 - 20.0*cm"/>
<constant name="ForwardRomanPotB_xpos" value="B2PF_XPosition "/>
</define>
<detectors>
<detector
id="ForwardRomanPotA_ID"
name="ForwardRomanPotA"
readout="ForwardRomanPotHits"
type="ref_RectangularTracker"
insideTrackingVolume="true"
reflect="false"
vis="Argonne_Red">
<position x="ForwardRomanPotA_xpos" y="0" z="ForwardRomanPotA_zpos"/>
<layer id="1"
vis="Argonne_Blue"
x="20.0*cm"
y="10.0*cm" >
<slice material="Air" thickness="1.0*cm" vis="Argonne_Blue" sensitive="true" />
<slice material="Air" thickness="1.0*cm" vis="Argonne_Blue" sensitive="true" />
<slice material="Air" thickness="1.0*cm" vis="Argonne_Blue" sensitive="true" />
<slice material="Air" thickness="1.0*cm" vis="Argonne_Blue" sensitive="true" />
</layer>
</detector>
<detector
id="ForwardRomanPotB_ID"
name="ForwardRomanPotB"
readout="ForwardRomanPotHits"
type="ref_RectangularTracker"
insideTrackingVolume="true"
reflect="false"
vis="Argonne_Red">
<position x="ForwardRomanPotB_xpos" y="0" z="ForwardRomanPotB_zpos"/>
<layer id="1"
vis="Argonne_Blue"
x="20.0*cm"
y="10.0*cm" >
<slice material="Air" thickness="1.0*cm" vis="Argonne_Blue" sensitive="true" />
<slice material="Air" thickness="1.0*cm" vis="Argonne_Blue" sensitive="true" />
<slice material="Air" thickness="1.0*cm" vis="Argonne_Blue" sensitive="true" />
<slice material="Air" thickness="1.0*cm" vis="Argonne_Blue" sensitive="true" />
</layer>
</detector>
</detectors>
<readouts>
<readout name="ForwardRomanPotHits">
<segmentation type="CartesianGridXY" grid_size_x="1.0*mm" grid_size_y="1.0*mm" />
<id>system:8,barrel:3,layer:4,slice:4,x:32:-16,y:-16</id>
</readout>
</readouts>
</lccdd>
...@@ -125,6 +125,7 @@ ...@@ -125,6 +125,7 @@
<include ref="compact/hcal.xml"/> <include ref="compact/hcal.xml"/>
<include ref="compact/forward_trd.xml"/> <include ref="compact/forward_trd.xml"/>
<include ref="compact/B0_tracker.xml"/> <include ref="compact/B0_tracker.xml"/>
<include ref="compact/forward_romanpot.xml"/>
<include ref="compact/cb_VTX_Barrel.xml"/> <include ref="compact/cb_VTX_Barrel.xml"/>
<!-- <!--
<include ref="compact/ci_HCAL.xml"/> <include ref="compact/ci_HCAL.xml"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment