1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<?xml version="1.0"?>
<DDDefinition xmlns="http://www.cern.ch/cms/DDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cern.ch/cms/DDL ../../../DetectorDescription/Schema/DDLSchema.xsd">
<ConstantsSection label="tecmodpar.xml" eval="true">
<Constant name="ModuleThick" value="1.55*mm"/>
<Constant name="DetTilt" value="0.100*rad"/>
<Constant name="FrameWidth" value="1.200*cm"/>
<Constant name="FrameOver" value="0.300*cm"/>
<!-- the TopFrameHeight -Parameter should be replaced by local values!!!
It is used to POSITION(!) the wafer the name is missleading and kept for
compatibility-->
<Constant name="TopFrameHeight" value="3.720*cm"/>
<Constant name="TopFrameThick" value="0.764*mm"/>
<Constant name="TopFrameZ" value="0.275*mm"/>
<Constant name="SideFrameThick" value="0.764*mm"/>
<Constant name="SideFrameZ" value="0.025*mm"/>
<Constant name="WaferThick1" value="0.320*mm"/>
<Constant name="WaferThick2" value="0.500*mm"/>
<Constant name="ActiveZ1" value="-0.606*mm"/>
<Constant name="ActiveZ2" value="-0.525*mm"/>
<Constant name="HybridHeight" value="2.526*cm"/>
<Constant name="HybridWidth" value="6.520*cm"/>
<Constant name="HybridThick" value="0.680*mm"/>
<Constant name="HybridZ" value="-0.525*mm"/>
<Constant name="PitchHeight" value="13.0*mm"/>
<Constant name="PitchStereoHeight" value="14.35*mm"/>
<Constant name="PitchThick" value="0.6650*mm"/>
<Constant name="PitchZ" value="-1.1075*mm"/>
<Constant name="GapModule" value="0.500*mm"/>
<Constant name="ModuleThickSS" value="[ModuleThick]+[SideFrameThick]"/>
<Constant name="ModuleThickDS" value="(2*[ModuleThick]+[GapModule])"/>
<Constant name="SiFrSuppBoxThick" value="0.258*mm"/>
<Constant name="SiReenforcementThick" value="0.387*mm"/>
<Constant name="NoOverlapShift" value="0.0*mm"/>
<Constant name="InactiveDy" value="1.50*mm"/>
</ConstantsSection>
<RotationSection label="tecmodpar.xml">
<Rotation name="90ZD" thetaX="-90*deg" phiX="0*deg" thetaY="0*deg" phiY="0*deg" thetaZ="90*deg" phiZ="90*deg"/>
<Rotation name="9NYX" thetaX="0*deg" phiX="0*deg" thetaY="90*deg" phiY="90*deg" thetaZ="-90*deg" phiZ="0*deg"/>
<Rotation name="G100" thetaX="84.2704*deg" phiX="180*deg" thetaY="90*deg" phiY="-90*deg" thetaZ="5.7296*deg" phiZ="0*deg"/>
<Rotation name="R180" thetaX="90*deg" phiX="180*deg" thetaY="90*deg" phiY="-90*deg" thetaZ="0*deg" phiZ="0*deg"/>
<Rotation name="AR05" thetaX="-90*deg" phiX="0*deg" thetaY="180*deg" phiY="180*deg" thetaZ="90*deg" phiZ="270*deg"/>
<Rotation name="ART6" thetaX="90*deg" phiX="0*deg" thetaY="0*deg" phiY="0*deg" thetaZ="90*deg" phiZ="270*deg"/>
<Rotation name="RPHI" thetaX="90*deg" phiX="90*deg" thetaY="0*deg" phiY="0*deg" thetaZ="90*deg" phiZ="0*deg"/>
<Rotation name="STER" thetaX="90*deg" phiX="-84.2704*deg" thetaY="180*deg" phiY="0*deg" thetaZ="90*deg" phiZ="5.7296*deg"/>
<Rotation name="RFI2" thetaX="90*deg" phiX="-90*deg" thetaY="180*deg" phiY="0*deg" thetaZ="90*deg" phiZ="0*deg"/>
<Rotation name="PITC" thetaX="90*deg" phiX="0*deg" thetaY="0*deg" phiY="0*deg" thetaZ="90*deg" phiZ="-90*deg"/>
</RotationSection>
</DDDefinition>
|