Skip to content
Snippets Groups Projects
Commit d082648f authored by FU Chengdong's avatar FU Chengdong
Browse files

add preliminary EcalEndcap

parent cbaf8271
No related branches found
No related tags found
9 merge requests!66Geom: fix bug for collection type option,!64Geom: support optional sensitive type,!63Geom: change method to import vxd shell,!60TPC: use pixel-related readout mode in digitization,!59Geo: Add check overlap test for TDR_o1_v01 and update new TPC for tracking,!49Geometry update: fix overlap between Lumical and beampipe,!44Geom: switch endcap-Itk from skew petal to non-skew,!34Geom: update parameters and addition,!25Fix: add preliminary EcalEndcap
Pipeline #10358 passed with stage
in 3 minutes and 9 seconds
<lccdd>
<define>
<constant name="Ecal_endcap_nlayers" value="ecalbarrel_layer"/>
<constant name="Ecal_cells_size" value="1*cm"/>
<!--constant name="Ecal_endcap_center_box_size" value="Ecal_endcap_inner_radius*2"/-->
</define>
<detectors>
<detector name="EcalEndcap" type="DD4hep_PolyhedraEndcapCalorimeter2" id="DetID_ECAL_ENDCAP" readout="EcalEndcapsCollection" vis="SeeThrough">
<type_flags type=" DetType_CALORIMETER + DetType_ENDCAP + DetType_ECAL " />
<dimensions numsides="Ecal_endcap_symmetry" rmin="Ecal_endcap_inner_radius" rmax="Ecal_endcap_outer_radius/cos(pi/Ecal_endcap_symmetry)"
zmin="Ecal_endcap_zmin" />
<layer repeat="Ecal_endcap_nlayers" vis="SeeThrough">
<slice material="Air" thickness="0.1*mm" vis="SeeThrough" />
<slice material="G4_BGO" thickness="10*mm" vis="ECALVis" />
<slice material="Air" thickness="0.2*mm" vis="SeeThrough" />
</layer>
</detector>
</detectors>
<readouts>
<readout name="EcalEndcapsCollection">
<segmentation type="CartesianGridXY" grid_size_x="Ecal_cells_size" grid_size_y="Ecal_cells_size" offset_x="Ecal_cells_size/2.0" offset_y="Ecal_cells_size/2.0" />
<!--id>system:5,module:3,stave:3,tower:5,layer:6,x:32:-16,y:-16</id-->
<id>system:5,side:2,module:3,stave:4,barrel:3,layer:6,slice:4,x:32:-16,y:-16</id>
</readout>
</readouts>
</lccdd>
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