-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNozzle_10deg_v0.xml
72 lines (60 loc) · 3.63 KB
/
Nozzle_10deg_v0.xml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<lccdd>
<!-- Definition of global dictionary constants -->
<define>
<constant name="Nozzle_kink_z" value="100*cm"/>
</define>
<!-- Definition of the used visualization attributes -->
<display>
<vis name="NozzleWVis" alpha="1.0" r="0.0" g="1.0" b="1.0" showDaughters="true" visible="true"/>
<vis name="NozzleBCHVis" alpha="1.0" r="0.3" g="0.3" b="1.0" showDaughters="true" visible="true"/>
</display>
<detectors>
<comment>Nozzle: new version for 10 TeV Muon Collider</comment>
<detector name="NozzleW_right" type="DD4hep_PolyconeSupport" vis="NozzleWVis" region="NozzleRegion">
<comment>Internal part of the nozzle: Tungsten</comment>
<material name="Tungsten_Alloy"/>
<zplane z="Nozzle_zmin" rmin="1*cm" rmax="1*cm" />
<zplane z="15*cm" rmin="0.6*cm" rmax="2.58694*cm" />
<zplane z="Nozzle_kink_z" rmin="0.3*cm" rmax="17.57473619*cm" />
<zplane z="Nozzle_kink_z" rmin="0.3*cm" rmax="13.47473619*cm" />
<zplane z="204.48824*cm" rmin="0.6124092832*cm" rmax="13.47473619*cm" />
<zplane z="595*cm" rmin="1.78*cm" rmax="43*cm" />
</detector>
<detector name="NozzleW_left" type="DD4hep_PolyconeSupport" vis="NozzleWVis" region="NozzleRegion">
<comment>Internal part of the nozzle: Tungsten</comment>
<material name="Tungsten_Alloy"/>
<zplane z="-Nozzle_zmin" rmin="1*cm" rmax="1*cm" />
<zplane z="-15*cm" rmin="0.6*cm" rmax="2.58694*cm" />
<zplane z="-Nozzle_kink_z" rmin="0.3*cm" rmax="17.57473619*cm" />
<zplane z="-Nozzle_kink_z" rmin="0.3*cm" rmax="13.47473619*cm" />
<zplane z="-204.48824*cm" rmin="0.6124092832*cm" rmax="13.47473619*cm" />
<zplane z="-595*cm" rmin="1.78*cm" rmax="43*cm" />
</detector>
<detector name="NozzleBCH_right" type="DD4hep_PolyconeSupport" vis="NozzleBCHVis" region="NozzleRegion">
<comment>Middle part of the nozzle: Borated Polyehtylene</comment>
<material name="BCH2"/>
<zplane z="Nozzle_kink_z" rmin="13.48473619*cm" rmax="13.57473619*cm" />
<zplane z="204.48824*cm" rmin="13.48473619*cm" rmax="21.3958448184*cm" />
<zplane z="595*cm" rmin="43.01*cm" rmax="51*cm" />
</detector>
<detector name="NozzleBCH_left" type="DD4hep_PolyconeSupport" vis="NozzleBCHVis" region="NozzleRegion">
<comment>Middle part of the nozzle: Borated Polyehtylene</comment>
<material name="BCH2"/>
<zplane z="-Nozzle_kink_z" rmin="13.48473619*cm" rmax="13.57473619*cm" />
<zplane z="-204.48824*cm" rmin="13.48473619*cm" rmax="21.3958448184*cm" />
<zplane z="-595*cm" rmin="43.01*cm" rmax="51*cm" />
</detector>
<detector name="NozzleWCludding_right" type="DD4hep_PolyconeSupport" vis="NozzleWVis" region="NozzleRegion">
<comment>Cludding part of the nozzle: Tungsten</comment>
<material name="Tungsten_Alloy"/>
<zplane z="Nozzle_kink_z" rmin="13.57473619*cm" rmax="17.57473619*cm" />
<zplane z="595*cm" rmin="51*cm" rmax="55*cm" />
</detector>
<detector name="NozzleWCludding_left" type="DD4hep_PolyconeSupport" vis="NozzleWVis" region="NozzleRegion">
<comment>Cludding part of the nozzle: Tungsten</comment>
<material name="Tungsten_Alloy"/>
<zplane z="-Nozzle_kink_z" rmin="13.57473619*cm" rmax="17.57473619*cm" />
<zplane z="-595*cm" rmin="51*cm" rmax="55*cm" />
</detector>
</detectors>
</lccdd>