Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions Geometry/MTDCommonData/data/etl/v11/etl.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0"?>
<DDDefinition>


<RotationSection label="etl.xml">
<Rotation name="RPCD_plus_90CW" thetaX="90*deg" phiX="-90*deg" thetaY="90*deg" phiY="180*deg" thetaZ="180*deg" phiZ="0*deg"/>
</RotationSection>

<ConstantsSection label="etl.xml" eval="true">
<Constant name="ETL_thickness" value="([caloBase:Zpos0H]-[caloBase:Zpos10])"/>
Expand Down Expand Up @@ -952,11 +954,13 @@
<PosPart copyNumber="1">
<rParent name="etl:Half_Module_Front"/>
<rChild name="etl:LGAD"/>
<rRotation name="rotations:R270" />
<Translation x="-1*[LGAD_translation_x]" y="-1*[LGAD_translation_y]" z="[LGAD_translation_z]" />
</PosPart>
<PosPart copyNumber="2">
<rParent name="etl:Half_Module_Front"/>
<rChild name="etl:LGAD"/>
<rRotation name="rotations:R270" />
<Translation x="[LGAD_translation_x]" y="-1*[LGAD_translation_y]" z="[LGAD_translation_z]" />
</PosPart>

Expand Down Expand Up @@ -1151,13 +1155,15 @@
<PosPart copyNumber="1">
<rParent name="etl:Half_Module_Back"/>
<rChild name="etl:LGAD"/>
<rRotation name="rotations:RPCD" />
<!--<rRotation name="rotations:RPCD" /> -->
<rRotation name="etl:RPCD_plus_90CW" />
<Translation x="-1*[LGAD_translation_x]" y="-1*[LGAD_translation_y]" z="-1*[LGAD_translation_z]" />
</PosPart>
<PosPart copyNumber="2">
<rParent name="etl:Half_Module_Back"/>
<rChild name="etl:LGAD"/>
<rRotation name="rotations:RPCD" />
<!--<rRotation name="rotations:RPCD" /> -->
<rRotation name="etl:RPCD_plus_90CW" />
<Translation x="[LGAD_translation_x]" y="-1*[LGAD_translation_y]" z="-1*[LGAD_translation_z]" />
</PosPart>

Expand Down
11 changes: 8 additions & 3 deletions Geometry/MTDCommonData/data/etl/v12/etl.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0"?>
<DDDefinition>


<RotationSection label="etl.xml">
<Rotation name="RPCD_plus_90CW" thetaX="90*deg" phiX="-90*deg" thetaY="90*deg" phiY="180*deg" thetaZ="180*deg" phiZ="0*deg"/>
</RotationSection>


<ConstantsSection label="etl.xml" eval="true">
Expand Down Expand Up @@ -951,11 +954,13 @@
<PosPart copyNumber="1">
<rParent name="etl:Half_Module_Front"/>
<rChild name="etl:LGAD"/>
<rRotation name="rotations:R270" />
<Translation x="-1*[LGAD_translation_x]" y="-1*[LGAD_translation_y]" z="[LGAD_translation_z]" />
</PosPart>
<PosPart copyNumber="2">
<rParent name="etl:Half_Module_Front"/>
<rChild name="etl:LGAD"/>
<rRotation name="rotations:R270" />
<Translation x="[LGAD_translation_x]" y="-1*[LGAD_translation_y]" z="[LGAD_translation_z]" />
</PosPart>

Expand Down Expand Up @@ -1150,13 +1155,13 @@
<PosPart copyNumber="1">
<rParent name="etl:Half_Module_Back"/>
<rChild name="etl:LGAD"/>
<rRotation name="rotations:RPCD" />
<rRotation name="etl:RPCD_plus_90CW" />
<Translation x="-1*[LGAD_translation_x]" y="-1*[LGAD_translation_y]" z="-1*[LGAD_translation_z]" />
</PosPart>
<PosPart copyNumber="2">
<rParent name="etl:Half_Module_Back"/>
<rChild name="etl:LGAD"/>
<rRotation name="rotations:RPCD" />
<rRotation name="etl:RPCD_plus_90CW" />
<Translation x="[LGAD_translation_x]" y="-1*[LGAD_translation_y]" z="-1*[LGAD_translation_z]" />
</PosPart>

Expand Down