-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #608 from ktevans/develop
Add new optics target, sieve geometry, and blocker
- Loading branch information
Showing
11 changed files
with
409 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<gdml | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd"> | ||
|
||
<define> | ||
<!-- Full blocker system dimensions --> | ||
<quantity name="blocker_system_inner_radius" type="length" value="26.5" unit="mm"/> | ||
<quantity name="blocker_system_outer_radius" type="length" value="98" unit="mm"/> | ||
<quantity name="blocker_system_thickness" type="length" value="100" unit="mm"/> | ||
|
||
</define> | ||
|
||
<materials> | ||
</materials> | ||
|
||
|
||
<solids> | ||
<!-- Blocker system solid --> | ||
<tube name="blocker_system_solid" | ||
rmin="blocker_system_inner_radius" | ||
rmax="blocker_system_outer_radius" | ||
z="blocker_system_thickness" | ||
startphi="0" deltaphi="360.0" aunit="deg" | ||
/> | ||
</solids> | ||
|
||
<structure> | ||
<volume name="blocker_system_logic"> | ||
<materialref ref="G4_W"/> | ||
<solidref ref="blocker_system_solid"/> | ||
<auxiliary auxtype="Alpha" auxvalue="0.1"/> | ||
<auxiliary auxtype="SensDet" auxvalue="sieveDet"/> | ||
<auxiliary auxtype="DetType" auxvalue="secondaries"/> | ||
<auxiliary auxtype="DetType" auxvalue="boundaryhits"/> | ||
<auxiliary auxtype="DetType" auxvalue="lowenergyneutral"/> | ||
<auxiliary auxtype="DetNo" auxvalue="1007"/> | ||
</volume> | ||
</structure> | ||
|
||
<setup name="blocker_system_world" version="1.0"> | ||
<world ref="blocker_system_logic"/> | ||
</setup> | ||
|
||
</gdml> | ||
|
||
|
||
|
||
|
Oops, something went wrong.