Skip to content

Commit

Permalink
CAD files for beampipe added
Browse files Browse the repository at this point in the history
  • Loading branch information
aciarma committed May 30, 2024
1 parent e5d641a commit 5f51f0e
Show file tree
Hide file tree
Showing 7 changed files with 884,169 additions and 0 deletions.
99 changes: 99 additions & 0 deletions FCCee/CAD_beampipe/compact/Beampipe_CADimport_o1_v02.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<lccdd xmlns:compact="http://www.lcsim.org/schemas/compact/1.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/compact/1.0/compact.xsd">


<info name="FCCee"
title="FCCee Beam pipe from CAD drawings"
author="aciarma"
url="no"
status="development"
version="1.0">
<comment>A beampipe for FCCee coming from F. Fransesini CAD drawings. </comment>
</info>



<detectors>

<detector name="Beampipe_STL" type="DD4hep_TestShape_Creator">
<check>
<shape type="CAD_MultiVolume" ref="../stl_files/Pipe_240430/AlBeMet162_30042024.stl"
unit="mm" material="AlBeMet162">
<volume id="0" name="s1" vis="AlBeMet_vis" material="AlBeMet162">
<position x="0*cm" y="0*cm" z="0*cm"/>
<rotation x="0*rad" y="0*rad" z="0*rad"/>
</volume>
</shape>
</check>
</detector>

<detector name="Beampipe_crotch_STL" type="DD4hep_TestShape_Creator">
<check>
<shape type="CAD_MultiVolume" ref="../stl_files/Pipe_240430/Copper_pipe_28092023.stl"
unit="mm" material="Copper">
<volume id="0" name="s1" vis="CopperCooling_vis" material="Cu">
<position x="0*cm" y="0*cm" z="0*cm"/>
<rotation x="0*rad" y="pi/2.*rad" z="0*rad"/>
</volume>
</shape>
</check>
</detector>


<detector name="Gold_STL" type="DD4hep_TestShape_Creator">
<check>
<shape type="CAD_MultiVolume" ref="../stl_files/Pipe_240430/Gold_19042024.stl"
unit="mm" material="Gold">
<volume id="0" name="s1" vis="Gold_vis" material="Au">
<position x="0*cm" y="0*cm" z="0*cm"/>
<rotation x="0*rad" y="0*rad" z="0*rad"/>
</volume>
</shape>
</check>
</detector>


<detector name="Paraffin_STL" type="DD4hep_TestShape_Creator">
<check>
<shape type="CAD_MultiVolume" ref="../stl_files/Pipe_240430/Paraffine_19042024.stl"
unit="mm" material="LiquidNDecane">
<volume id="0" name="s1" vis="Paraffin_vis" material="LiquidNDecane">
<position x="0*cm" y="0*cm" z="0*cm"/>
<rotation x="0*rad" y="0*rad" z="0*rad"/>
</volume>
</shape>
</check>
</detector>

<detector name="Water_STL" type="DD4hep_TestShape_Creator">
<check>
<shape type="CAD_MultiVolume" ref="../stl_files/Pipe_240430/Water_30042024.stl"
unit="mm" material="Water">
<volume id="0" name="s1" vis="Water_vis" material="Water">
<position x="0*cm" y="0*cm" z="0*cm"/>
<rotation x="0*rad" y="0*rad" z="0*rad"/>
</volume>
</shape>
</check>
</detector>

<detector name="Tungsten_STL" type="DD4hep_TestShape_Creator">
<check>
<shape type="CAD_MultiVolume" ref="../stl_files/Pipe_240430/Tungsten_mask_02102023.stl"
unit="mm" material="Tungsten">
<volume id="0" name="s1" vis="Tungsten_vis" material="W">
<position x="0*cm" y="0*cm" z="0*cm"/>
<rotation x="0*rad" y="-pi/2.*rad" z="0*rad"/>
</volume>
</shape>
</check>
</detector>


</detectors>



</lccdd>
Loading

0 comments on commit 5f51f0e

Please sign in to comment.