]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STRUCT/AliABSO.cxx
Avoid extrusion by HALL.
[u/mrichter/AliRoot.git] / STRUCT / AliABSO.cxx
1 /**************************************************************************
2  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  *                                                                        *
4  * Author: The ALICE Off-line Project.                                    *
5  * Contributors are mentioned in the code where appropriate.              *
6  *                                                                        *
7  * Permission to use, copy, modify and distribute this software and its   *
8  * documentation strictly for non-commercial purposes is hereby granted   *
9  * without fee, provided that the above copyright notice appears in all   *
10  * copies and that both the copyright notice and this permission notice   *
11  * appear in the supporting documentation. The authors make no claims     *
12  * about the suitability of this software for any purpose. It is          *
13  * provided "as is" without express or implied warranty.                  *
14  **************************************************************************/
15
16 /* $Id$ */
17
18 ///////////////////////////////////////////////////////////////////////////////
19 //                                                                           //
20 //  Muon ABSOrber                                                            //
21 //  This class contains the description of the muon absorber geometry        //
22 //                                                                           //
23 //Begin_Html
24 /*
25 <img src="picts/AliABSOClass.gif">
26 </pre>
27 <br clear=left>
28 <font size=+2 color=red>
29 <p>The responsible person for this module is
30 <a href="mailto:andreas.morsch@cern.ch">Andreas Morsch</a>.
31 </font>
32 <pre>
33 */
34 //End_Html
35 //                                                                           //
36 //                                                                           //
37 ///////////////////////////////////////////////////////////////////////////////
38
39 #include <TGeoGlobalMagField.h>
40
41 #include "AliABSO.h"
42 #include "AliRun.h"
43 #include "AliMagF.h"
44 #include "AliConst.h"
45  
46 ClassImp(AliABSO)
47  
48 //_____________________________________________________________________________
49 AliABSO::AliABSO()
50 {
51   //
52   // Default constructor
53   //
54 }
55  
56 //_____________________________________________________________________________
57 AliABSO::AliABSO(const char *name, const char *title)
58        : AliModule(name,title)
59 {
60   //
61   // Standard constructor
62   //
63   //PH  SetMarkerColor(7);
64   //PH  SetMarkerStyle(2);
65   //PH  SetMarkerSize(0.4);
66 }
67  
68 //_____________________________________________________________________________
69 void AliABSO::CreateGeometry()
70 {
71   //
72   // Creation of the geometry of the muon absorber
73   //
74 }
75
76 //_____________________________________________________________________________
77 void AliABSO::DrawModule() const
78 {
79   //
80   // Draw a shaded view of the muon absorber
81   //
82 }
83
84
85 //_____________________________________________________________________________
86 void AliABSO::CreateMaterials()
87 {
88   //
89   // Define materials for muon absorber
90   //
91   Int_t   isxfld = ((AliMagF*)TGeoGlobalMagField::Instance()->GetField())->Integ();
92   Float_t sxmgmx = ((AliMagF*)TGeoGlobalMagField::Instance()->GetField())->Max();
93 //
94 // Air
95 //
96   Float_t aAir[4]={12.0107,14.0067,15.9994,39.948};
97   Float_t zAir[4]={6.,7.,8.,18.};
98   Float_t wAir[4]={0.000124,0.755267,0.231781,0.012827};
99   Float_t dAir = 1.20479E-3;
100   Float_t dAir1 = 1.20479E-10;
101 //
102 // Polyethylene
103 //
104   Float_t apoly[2]  = { 12.01,1. };
105   Float_t zpoly[2]  = { 6.,1. };
106   Float_t wpoly[2]  = { .33,.67 };
107 //
108 // Concrete
109 //
110   Float_t aconc[10] = { 1.,12.01,15.994,22.99,24.305,26.98,28.086,39.1,40.08,55.85 };
111   Float_t zconc[10] = { 1.,6.,8.,11.,12.,13.,14.,19.,20.,26. };
112   Float_t wconc[10] = { .01,.001,.529107,.016,.002,.033872, .337021,.013,.044,.014 };
113 //
114 // Steel
115 //  
116   Float_t asteel[4] = { 55.847,51.9961,58.6934,28.0855 };
117   Float_t zsteel[4] = { 26.,24.,28.,14. };
118   Float_t wsteel[4] = { .715,.18,.1,.005 };
119 //
120 // Ni-Cu-W alloy
121 //
122   Float_t aniwcu[3] ={58.6934, 183.84, 63.546};
123   Float_t zniwcu[3] ={28., 74., 29};
124   Float_t wniwcu[3] ={0.015,0.95,0.035};
125 //
126 // Poly Concrete
127 //                      H     Li     F       C      Al     Si      Ca      Pb     O
128   Float_t aPolyCc[9] = {1. ,  6.941, 18.998, 12.01, 26.98, 28.086, 40.078, 207.2, 15.999};
129   Float_t zPolyCc[9] = {1. ,  3.   ,  9.   ,  6.  , 13.  , 14.   , 20.   ,  82. ,  8.   };
130   Float_t wPolyCc[9] = {4.9,  1.2  ,  1.3  ,  1.1 ,  0.15,  0.02 ,  0.06 ,   0.7,  1.1  };
131   Float_t wtot=0;
132   Int_t   i=0;
133
134   for (i=0; i<9; i++) wtot+=wPolyCc[i];
135   for (i=0; i<9; i++) wPolyCc[i]/=wtot;  
136
137 //
138 // Insulation powder
139 //                    Si         O       Ti     Al
140   Float_t ains[4] ={28.0855, 15.9994, 47.867,  26.982};
141   Float_t zins[4] ={14.,      8.    , 22.   ,  13.   };
142   Float_t wins[4] ={ 0.3019,  0.4887,  0.1914,  0.018};
143   
144 //
145   Float_t epsil, stmin, tmaxfd, deemax, stemax;
146   //
147   //     Carbon 
148   AliMaterial( 6, "CARBON0$   ", 12.01, 6., 1.75, 24.4, 49.9);
149   AliMaterial(26, "CARBON1$   ", 12.01, 6., 1.75, 24.4, 49.9);
150   AliMaterial(46, "CARBON2$   ", 12.01, 6., 1.75, 24.4, 49.9);
151   //
152   //     Magnesium
153   AliMaterial( 7, "MAGNESIUM$ ", 24.31, 12., 1.74, 25.3, 46.0);
154   //
155   //     Aluminum 
156   AliMaterial(9,  "ALUMINIUM0$", 26.98, 13., 2.7, 8.9, 37.2);
157   AliMaterial(29, "ALUMINIUM1$", 26.98, 13., 2.7, 8.9, 37.2);
158   AliMaterial(49, "ALUMINIUM2$", 26.98, 13., 2.7, 8.9, 37.2);
159   //
160   //     Iron 
161   AliMaterial(10, "IRON0$     ", 55.85, 26., 7.87, 1.76, 17.1);
162   AliMaterial(30, "IRON1$     ", 55.85, 26., 7.87, 1.76, 17.1);
163   AliMaterial(50, "IRON2$     ", 55.85, 26., 7.87, 1.76, 17.1);
164   //
165   //     Copper
166   AliMaterial(11, "COPPER0$   ", 63.55, 29., 8.96, 1.43, 15.1);
167   AliMaterial(31, "COPPER1$   ", 63.55, 29., 8.96, 1.43, 15.1);
168   AliMaterial(51, "COPPER2$   ", 63.55, 29., 8.96, 1.43, 15.1);
169   //
170   //     Tungsten 
171   AliMaterial(12, "TUNGSTEN0$ ", 183.85, 74., 19.3, .35, 10.3);
172   AliMaterial(32, "TUNGSTEN1$ ", 183.85, 74., 19.3, .35, 10.3);
173   AliMaterial(52, "TUNGSTEN2$ ", 183.85, 74., 19.3, .35, 10.3);
174   //
175   //     Ni-W-Cu 
176   AliMixture(21, "Ni-W-Cu0$", aniwcu, zniwcu, 18.78, 3, wniwcu);
177   AliMixture(41, "Ni-W-Cu1$", aniwcu, zniwcu, 18.78, 3, wniwcu);
178   AliMixture(61, "Ni-W-Cu2$", aniwcu, zniwcu, 18.78, 3, wniwcu);
179   //
180   //     Lead 
181   AliMaterial(13, "LEAD0$     ", 207.19, 82., 11.35, .56, 18.5);
182   AliMaterial(33, "LEAD1$     ", 207.19, 82., 11.35, .56, 18.5);
183   AliMaterial(53, "LEAD2$     ", 207.19, 82., 11.35, .56, 18.5);
184   //
185   //     Air 
186   AliMixture(15, "AIR0$      ", aAir, zAir, dAir, 4, wAir);
187   AliMixture(35, "AIR1$      ", aAir, zAir, dAir, 4, wAir);
188   AliMixture(55, "AIR2$      ", aAir, zAir, dAir, 4, wAir);
189   //
190   //     Vacuum 
191   AliMixture(16, "VACUUM0$ ", aAir, zAir, dAir1, 4, wAir);
192   AliMixture(36, "VACUUM1$ ", aAir, zAir, dAir1, 4, wAir);
193   AliMixture(56, "VACUUM2$ ", aAir, zAir, dAir1, 4, wAir);
194   //
195   //     Concrete 
196   AliMixture(17, "CONCRETE0$", aconc, zconc, 2.35, 10, wconc);
197   AliMixture(37, "CONCRETE1$", aconc, zconc, 2.35, 10, wconc);
198   AliMixture(57, "CONCRETE2$", aconc, zconc, 2.35, 10, wconc);
199   //
200   //     Poly CH2 
201   AliMixture(18, "POLYETHYLEN0$", apoly, zpoly, .95, -2, wpoly);
202   //
203   // After a call with ratios by number (negative number of elements), 
204   // the ratio array is changed to the ratio by weight, so all successive 
205   // calls with the same array must specify the number of elements as 
206   // positive 
207   //
208   AliMixture(38, "POLYETHYLEN1$", apoly, zpoly, .95, 2, wpoly);
209   AliMixture(58, "POLYETHYLEN2$", apoly, zpoly, .95, 2, wpoly);
210   //
211   //     stainless Steel 
212   AliMixture(19, "STAINLESS STEEL0$", asteel, zsteel, 7.88, 4, wsteel);
213   AliMixture(39, "STAINLESS STEEL1$", asteel, zsteel, 7.88, 4, wsteel);
214   AliMixture(59, "STAINLESS STEEL2$", asteel, zsteel, 7.88, 4, wsteel);
215   //
216   //     Insulation powder 
217   AliMixture(14, "INSULATION0$", ains, zins, 0.41, 4, wins);
218   AliMixture(34, "INSULATION1$", ains, zins, 0.41, 4, wins);
219   AliMixture(54, "INSULATION2$", ains, zins, 0.41, 4, wins);
220   // Polymere Concrete 
221   AliMixture(20, "Poly Concrete0$", aPolyCc, zPolyCc, 3.53, -9, wPolyCc);
222   AliMixture(40, "Poly Concrete1$", aPolyCc, zPolyCc, 3.53,  9, wPolyCc);
223   AliMixture(60, "Poly Concrete2$", aPolyCc, zPolyCc, 3.53,  9, wPolyCc);
224
225   //
226   // **************** 
227   //     Defines tracking media parameters. 
228   //
229   epsil  = .001;    // Tracking precision, 
230   stemax = -0.01;   // Maximum displacement for multiple scat 
231   tmaxfd = -20.;    // Maximum angle due to field deflection 
232   deemax = -.3;     // Maximum fractional energy loss, DLS 
233   stmin  = -.8;
234   // *************** 
235   //
236   //    Carbon 
237   AliMedium(6,  "C_C0             ",  6, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
238   AliMedium(26, "C_C1             ", 26, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
239   AliMedium(46, "C_C2             ", 46, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
240   //
241   //    Aluminum 
242   AliMedium(9,  "ALU_C0          ",  9, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
243   AliMedium(29, "ALU_C1          ", 29, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
244   AliMedium(49, "ALU_C2          ", 49, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
245   //
246   //    Magnesium
247   AliMedium(7,  "MG_C0           ",  7, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
248   //
249   //    Iron 
250   AliMedium(10, "FE_C0           ", 10, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
251   AliMedium(30, "FE_C1           ", 30, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
252   AliMedium(50, "FE_C2           ", 50, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
253   //
254   //    Copper
255   AliMedium(11, "Cu_C0            ", 11, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
256   AliMedium(31, "Cu_C1            ", 31, 0, isxfld, sxmgmx, tmaxfd, -stemax, deemax, epsil, stmin);
257   AliMedium(51, "Cu_C2            ", 51, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
258   //
259   //    Tungsten 
260   AliMedium(12, "W_C0            ", 12, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
261   AliMedium(32, "W_C1            ", 32, 0, isxfld, sxmgmx, tmaxfd, -stemax, deemax, epsil, stmin);
262   AliMedium(52, "W_C2            ", 52, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
263   //  
264   //    Ni/Tungsten 
265   AliMedium(21, "Ni/W0           ", 21, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
266   AliMedium(41, "Ni/W1           ", 41, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
267   AliMedium(61, "Ni/W3           ", 61, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
268   //
269   //    Lead 
270   AliMedium(13, "PB_C0           ", 13, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
271   AliMedium(33, "PB_C1           ", 33, 0, isxfld, sxmgmx, tmaxfd, -stemax, deemax, epsil, stmin);
272   AliMedium(53, "PB_C2           ", 53, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
273   //
274   //    Insulation Powder 
275   AliMedium(14, "INS_C0          ", 14, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
276   AliMedium(34, "INS_C1          ", 34, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
277   AliMedium(54, "INS_C2          ", 54, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
278   //
279   //    Air 
280   AliMedium(15, "AIR_C0          ", 15, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
281   AliMedium(35, "AIR_C1          ", 35, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
282   AliMedium(55, "AIR_C2          ", 55, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
283   //
284   //    Vacuum 
285   AliMedium(16, "VA_C0           ", 16, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
286   AliMedium(36, "VA_C1           ", 36, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
287   AliMedium(56, "VA_C2           ", 56, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
288   //
289   //    Concrete 
290   AliMedium(17, "CC_C0           ", 17, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
291   AliMedium(37, "CC_C1           ", 37, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
292   AliMedium(57, "CC_C2           ", 57, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
293   //
294   //    Polyethilene 
295   AliMedium(18, "CH2_C0          ", 18, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
296   AliMedium(38, "CH2_C1          ", 38, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
297   AliMedium(58, "CH2_C2          ", 58, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
298   //
299   //    Steel 
300   AliMedium(19, "ST_C0           ", 19, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
301   AliMedium(39, "ST_C1           ", 39, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
302   AliMedium(59, "ST_C3           ", 59, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
303   //
304   // Polymer Concrete 
305   AliMedium(20, "PCc_C0           ", 20, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
306   AliMedium(40, "PCc_C1           ", 40, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
307   AliMedium(60, "PCc_C3           ", 60, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
308 }
309
310 //_____________________________________________________________________________
311 void AliABSO::Init()
312 {
313   //
314   // Initialisation of the muon absorber after it has been built
315   Int_t i;
316   //
317   printf("\n");
318   for(i=0;i<35;i++) printf("*");
319   printf(" ABSO_INIT ");
320   for(i=0;i<35;i++) printf("*");
321   printf("\n");
322   //
323   for(i=0;i<80;i++) printf("*");
324   printf("\n");
325 }
326  
327 Int_t  AliABSO::GetMatId(Int_t imat) const 
328 {
329 // Get geant material number
330     Int_t kmat=(*fIdmate)[imat]; 
331     return kmat;
332 }