Skip to content
Snippets Groups Projects

Resolve "Implement cb_VTX"

Merged Jihee Kim requested to merge 10-implement-cb_vtx into master
Files
5
+ 39
0
 
<lccdd>
 
 
<comment> Central Barrel Vertex Detector </comment>
 
 
<define>
 
</define>
 
 
<limits>
 
</limits>
 
 
<regions>
 
</regions>
 
 
<display>
 
</display>
 
 
<detectors>
 
<detector id="cb_VTX_ID" name="cb_VTX" type="cb_VTX" readout="cb_VTX_Hits" vis="cb_VTXVis" insideTrackingVloume="true">
 
<dimensions rmin="cb_VTX_rmin" rmax="cb_VTX_rmax" length="cb_VTX_length"/>
 
<position x="cb_VTX_x_pos" y="cb_VTX_y_pos" z="cb_VTX_z_pos"/>
 
<layer repeat="cb_VTX_layer" vis="cb_VTX_layerVis">
 
<slice name="Silicon_slice" material="Si" sensitive="true"/>
 
</layer>
 
</detector>
 
</detectors>
 
 
<readouts>
 
<readout name="cb_VTX_Hits">
 
<segmentation type="CartesianGridXY" grid_size_x="1.0*mm" grid_size_y="1.0*mm" />
 
<id>system:8,barrel:3,layer:4,module:8,x:32:-16,y:-16</id>
 
</readout>
 
</readouts>
 
 
<plugins>
 
</plugins>
 
 
<fields>
 
</fields>
 
</lccdd>
Loading