source: trunk/examples/advanced/radiation_monitor/macros/DetectorsGeometry.mac @ 1288

Last change on this file since 1288 was 807, checked in by garnier, 16 years ago

update

File size: 3.3 KB
Line 
1/control/execute macros/DetectorsParameters.mac
2
3/radmon/detector/CreateMultilayer        REM-TOT-500
4/radmon/detector/SetMultilayerWidth      REM-TOT-500      {Det-Width}
5/radmon/detector/SetMultilayerHeight     REM-TOT-500      {Det-Height}
6
7/radmon/detector/AppendLayerToMultilayer REM-TOT-500  ly1
8/radmon/detector/SetLayerType            REM-TOT-500  ly1 FlatVolume
9/radmon/detector/SetLayerThickness       REM-TOT-500  ly1 {Det-Layer-Thickness}
10/radmon/detector/SetLayerAttribute       REM-TOT-500  ly1 Material {Det-Material}
11
12/radmon/detector/AppendLayerToMultilayer REM-TOT-500  ly2
13/radmon/detector/SetLayerType            REM-TOT-500  ly2 FlatVolumeWithPads
14/radmon/detector/SetLayerThickness       REM-TOT-500  ly2 {Det-Pads-Thickness}
15/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 Material {Det-Material}
16/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsPosition_1 '(0.315 mm, 0.315 mm) (0.105 mm, 0.315 mm) (-0.105 mm, 0.315 mm) (-0.315 mm, 0.315 mm)'
17/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsPosition_2 '(0.315 mm, 0.105 mm) (0.315 mm, -0.105 mm) (0.315 mm, -0.315 mm) (0.105 mm, -0.315 mm)'
18/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsPosition_3 '(-0.105 mm, -0.315 mm) (-0.315 mm, -0.315 mm) (-0.315 mm, -0.105 mm) (-0.315 mm, 0.105 mm) (0 mm, 0.165 mm)'
19/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsWidth_1    '{Det-Pads-Length}'
20/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsHeight_1   '{Det-Pads-Length}'
21/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsMaterial_1  {Det-Pads-Material}
22/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsWidth_2    '{Det-Pads-Length}'
23/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsHeight_2   '{Det-Pads-Length}'
24/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsMaterial_2  {Det-Pads-Material}
25/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsWidth_3    '{Det-Pads-Length}'
26/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsHeight_3   '{Det-Pads-Length}'
27/radmon/detector/SetLayerAttribute       REM-TOT-500  ly2 PadsMaterial_3  {Det-Pads-Material}
28
29/radmon/detector/CreateMultilayer        LAAS       
30/radmon/detector/SetMultilayerWidth      LAAS             {Det2-Width}
31/radmon/detector/SetMultilayerHeight     LAAS             {Det2-Height}
32
33/radmon/detector/AppendLayerToMultilayer LAAS         ly1
34/radmon/detector/SetLayerType            LAAS         ly1 FlatVolume
35/radmon/detector/SetLayerThickness       LAAS         ly1 {Det2-Layer-Thickness}
36/radmon/detector/SetLayerAttribute       LAAS         ly1 Material {Det2-Material}
37
38/radmon/detector/AppendLayerToMultilayer LAAS         ly2
39/radmon/detector/SetLayerType            LAAS         ly2 FlatVolumeWithPads
40/radmon/detector/SetLayerThickness       LAAS         ly2 {Det2-Pads-Thickness}
41/radmon/detector/SetLayerAttribute       LAAS         ly2 Material {Det2-Material}
42/radmon/detector/SetLayerAttribute       LAAS         ly2 PadsPosition_1 '(0 mm, -0.8 mm) (0 mm, 0.8 mm) (0.24 mm, 0.78 mm) (-0.24 mm, 0.78 mm)'
43/radmon/detector/SetLayerAttribute       LAAS         ly2 PadsWidth_1    '{Det2-Pads-Length}'
44/radmon/detector/SetLayerAttribute       LAAS         ly2 PadsHeight_1   '{Det2-Pads-Length}'
45/radmon/detector/SetLayerAttribute       LAAS         ly2 PadsMaterial_1  {Det2-Pads-Material}
Note: See TracBrowser for help on using the repository browser.