]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STRUCT/AliDIPOv2.cxx
(martin) pt vs eta correction matrix calculation macro using CorrectionMatrix2D class.
[u/mrichter/AliRoot.git] / STRUCT / AliDIPOv2.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 //  Magnetic Dipole version 1                                                //
21 //                                                                           //
22 //Begin_Html
23 /*
24 <img src="picts/AliDIPOv2Class.gif">
25 </pre>
26 <br clear=left>
27 <font size=+2 color=red>
28 <p>The responsible person for this module is
29 <a href="mailto:andreas.morsch@cern.ch">Andreas Morsch</a>.
30 </font>
31 <pre>
32 */
33 //End_Html
34 //                                                                           //
35 //                                                                           //
36
37 #include <TVirtualMC.h>
38
39 #include "AliConst.h"
40 #include "AliDIPOv2.h"
41 #include "AliMagF.h"
42 #include "AliRun.h"
43  
44 ClassImp(AliDIPOv2)
45  
46 //_____________________________________________________________________________
47 AliDIPOv2::AliDIPOv2() 
48 {
49   //
50   // Last design of magnetic dipole version 2
51   //
52 }
53  
54 //_____________________________________________________________________________
55 AliDIPOv2::AliDIPOv2(const char *name, const char *title)
56   : AliDIPO(name,title)
57 {
58   //
59   // Standard constructor for the magnetic dipole version 2    
60    SetMarkerColor(7);
61    SetMarkerStyle(2);
62    SetMarkerSize(0.4);
63 }
64
65 void AliDIPOv2::CreateGeometry()
66 {
67   //
68   // Creation of the geometry of the magnetic DIPOLE version 2
69   //
70
71     CreateSpectrometerDipole();
72     CreateCompensatorDipole();
73 }
74
75
76 //_____________________________________________________________________________
77 void AliDIPOv2::CreateSpectrometerDipole()
78 {
79   //
80   // Creation of the geometry of the magnetic DIPOLE version 2
81   //
82
83   Float_t cpar[5], tpar[18], ypar[12];
84   Float_t dz, dx, dy;
85   Int_t idrotm[1899];
86   Float_t accMax, the1, phi1, the2, phi2, the3, phi3;
87   
88   Int_t *idtmed = fIdtmed->GetArray()-1799;
89
90 //  const Int_t kCoil = 1813;
91 //  const Int_t kCable= 1811;
92
93   const Int_t kCoil = 1808;
94   const Int_t kCable= 1808;
95   
96   accMax = 9.;   // ANGLE POLAIRE MAXIMUM 
97
98   //       DIPOLE MAGNET 
99   const Float_t kZDipole = 975; 
100
101   tpar[ 0] = 0.; 
102   tpar[ 1] = 360.;
103   tpar[ 2] = 4.; 
104   //
105   tpar[ 3] = -250.55 + kZDipole;
106   tpar[ 4] =  30.1;
107   tpar[ 5] = 527.34; 
108   //
109   tpar[ 6] = 37. + kZDipole;
110   tpar[ 7] =  30.1;
111   tpar[ 8] = 527.34;
112   //
113   tpar[ 9] = 37. + kZDipole;
114   tpar[10] = tpar[ 9] * TMath::Tan(2. * TMath::Pi() / 180.);
115   tpar[11] = 527.34;
116   //
117   tpar[12] = 260.55 + kZDipole;
118   tpar[13] = tpar[12] * TMath::Tan(2. * TMath::Pi() / 180.);
119   tpar[14] = 527.34;
120   gMC->Gsvolu("DDIP", "PCON", idtmed[1874], tpar, 15);
121   //
122   //       Coils 
123   // air - m.f. 
124   cpar[0] = 207.;
125   cpar[1] = 274.;
126   cpar[2] = 37.65;
127   cpar[3] = 119.;
128   cpar[4] = 241.; 
129   //   coil - high cuts
130   gMC->Gsvolu("DC1 ", "TUBS", idtmed[kCoil+40], cpar, 5);
131   cpar[3] = -61.;
132   cpar[4] = 61.;
133   gMC->Gsvolu("DC2 ", "TUBS", idtmed[kCoil+40], cpar, 5);
134
135   //  coil - low cuts cuts
136   cpar[0] = 207.;
137 //  cpar[1] = cpar[0] + 10.;
138   cpar[1] = 217;
139   cpar[3] = 119.;
140   cpar[4] = 241.;
141
142   gMC->Gsvolu("DC3 ", "TUBS", idtmed[kCoil], cpar, 5);
143   cpar[0] = 207.; 
144   cpar[1] = 217; 
145   cpar[3] = -61.;
146   cpar[4] = 61.;
147   gMC->Gsvolu("DC4 ", "TUBS", idtmed[kCoil], cpar, 5);
148
149   gMC->Gspos("DC3 ", 1, "DC1 ", 0., 0., 0., 0, "ONLY");
150   gMC->Gspos("DC4 ", 1, "DC2 ", 0., 0., 0., 0, "ONLY");
151
152 //  dz =  37.65 - 243.55
153   dz = -205.9-2.45;
154   dx = 5.;
155   gMC->Gspos("DC1 ", 1, "DDIP",  dx, 0.,  dz+kZDipole, 0, "ONLY");
156   gMC->Gspos("DC1 ", 2, "DDIP",  dx, 0., -dz+kZDipole, 0, "ONLY");
157   gMC->Gspos("DC2 ", 1, "DDIP", -dx, 0.,  dz+kZDipole, 0, "ONLY");
158   gMC->Gspos("DC2 ", 2, "DDIP", -dx, 0., -dz+kZDipole, 0, "ONLY");
159   the1 = 180.;
160   phi1 = 0.;
161   the2 = 90.;
162   phi2 = 151.;
163   the3 = 90.;
164   phi3 = 61.;
165   AliMatrix(idrotm[1800], the1, phi1, the2, phi2, the3, phi3);
166   phi2 = 29.;  //90-61
167   the3 = -90.;
168   phi3 = -61.;
169   AliMatrix(idrotm[1801], the1, phi1, the2, phi2, the3, phi3);
170   the1 = 0.;
171   phi1 = 0.;
172   the2 = 90.;
173   phi2 = 151.;
174   the3 = 90.;
175   phi3 = 61.;
176   AliMatrix(idrotm[1802], the1, phi1, the2, phi2, the3, phi3);
177   phi2 = 29.;
178   the3 = -90.;
179   phi3 = -61.;
180   AliMatrix(idrotm[1803], the1, phi1, the2, phi2, the3, phi3);
181
182   cpar[0] = 25.;
183   cpar[1] = 100.3; //25+75.3
184   cpar[2] = 33.5;
185   cpar[3] = 270.;
186   cpar[4] = 360.;
187 //*  coil high cuts
188   gMC->Gsvolu("DC11", "TUBS", idtmed[kCoil+40], cpar, 5);
189
190   dx = TMath::Sin(30.5*kDegrad) * -(207.+33.5)+5./TMath::Sin(30.5*kDegrad); 
191   dy = TMath::Cos(30.5*kDegrad) * -(207.+33.5);  
192   dz = cpar[1] - 243.55-2.45;
193   gMC->Gspos("DC11", 1, "DDIP",  dx, dy,  dz+kZDipole, idrotm[1800], "ONLY");
194   gMC->Gspos("DC11", 2, "DDIP",  dx, dy, -dz+kZDipole, idrotm[1802], "ONLY");
195   gMC->Gspos("DC11", 3, "DDIP", -dx, dy,  dz+kZDipole, idrotm[1801], "ONLY");
196   gMC->Gspos("DC11", 4, "DDIP", -dx, dy, -dz+kZDipole, idrotm[1803], "ONLY");
197
198
199
200 //* ... higher cuts
201   cpar[0] = 25.;
202   cpar[1] = 100.3; //25+75.3
203   cpar[2] = 33.5;
204   cpar[3] = 0.;
205   cpar[4] = 90.;
206 //*  coil high cuts
207   gMC->Gsvolu("DC12", "TUBS", idtmed[kCoil+40], cpar, 5);
208
209   dx = TMath::Sin(30.5*kDegrad) * -(207.+33.5)+5./TMath::Sin(30.5*kDegrad); 
210   dy = TMath::Cos(30.5*kDegrad) *(207.+33.5);  
211   dz = cpar[1] - 243.55-2.45;
212   gMC->Gspos("DC12", 1, "DDIP",  dx, dy,  dz+kZDipole, idrotm[1801], "ONLY");
213   gMC->Gspos("DC12", 2, "DDIP",  dx, dy, -dz+kZDipole, idrotm[1803], "ONLY");
214   gMC->Gspos("DC12", 3, "DDIP", -dx, dy,  dz+kZDipole, idrotm[1800], "ONLY");
215   gMC->Gspos("DC12", 4, "DDIP", -dx, dy, -dz+kZDipole, idrotm[1802], "ONLY");
216
217   the1 = 90.;
218   phi1 = 61.;
219   the2 = 90.;
220   phi2 = 151.;
221   the3 = 0.;
222   phi3 = 0.;
223   AliMatrix(idrotm[1804], the1, phi1, the2, phi2, the3, phi3);
224   the1 = 90.;
225   phi1 = -61.;
226   the2 = 90.;
227   phi2 = -151.;
228   AliMatrix(idrotm[1805], the1, phi1, the2, phi2, the3, phi3);
229   the1 = 90.;
230   phi1 = 119.; //180 -61
231   the2 = 90.;
232   phi2 = 209.; //270-61
233   AliMatrix(idrotm[1806], the1, phi1, the2, phi2, the3, phi3);
234   the1 = 90.;
235   phi1 = -119.;
236   the2 = 90.;
237   phi2 = -209.;
238   AliMatrix(idrotm[1807], the1, phi1, the2, phi2, the3, phi3); 
239
240 //*  coil - high cuts
241
242   tpar[0] = 37.65;
243   tpar[1] = 33.5;
244   tpar[2] = 145.5;
245   gMC->Gsvolu("DL1 ", "BOX ", idtmed[kCoil+40], tpar, 3);
246
247 // coil - low cuts
248
249   tpar[0] = 5.;
250   dx = 37.65  - 5.;  
251   gMC->Gsvolu("DL2 ", "BOX ", idtmed[kCoil], tpar, 3);
252   gMC->Gspos("DL2 ", 1, "DL1 ", dx, 0., 0., 0, "ONLY");
253
254   dx =-53.62;
255   dy =-241.26819;
256   dz = 0.; 
257   gMC->Gspos("DL1 ", 1, "DDIP", dx,  dy, dz+kZDipole, idrotm[1804], "ONLY");
258   gMC->Gspos("DL1 ", 2, "DDIP", dx, -dy, dz+kZDipole, idrotm[1805], "ONLY");
259   gMC->Gspos("DL1 ", 3, "DDIP",-dx,  dy, dz+kZDipole, idrotm[1806], "ONLY");
260   gMC->Gspos("DL1 ", 4, "DDIP",-dx, -dy, dz+kZDipole, idrotm[1807], "ONLY");
261
262   // Contactor
263
264  //  high cuts
265
266   //Steel outer face planes
267
268   cpar[0] = 207.-18.6;
269   cpar[1] = 274.+18.6;
270   cpar[2] = 1.;
271   cpar[3] = -50.;
272   cpar[4] = 50.; 
273  
274   gMC->Gsvolu("DCO1", "TUBS", idtmed[1818], cpar, 5);
275   dx = -5.;
276   dz = 168.25-1.5-1.;
277   gMC->Gspos("DCO1", 1, "DDIP", dx, 0, dz+kZDipole, 0, "ONLY");
278   dz = 243.55+4.5+1.5+1.;
279   gMC->Gspos("DCO1", 2, "DDIP", dx, 0, dz+kZDipole, 0, "ONLY");
280   
281   // 9.06.2000
282
283   //  cpar[0] = 207.-18.6;
284   //  cpar[1] = 274.+18.6;
285   // cpar[2] = 1.;
286   cpar[3] = 180.-50.;
287   cpar[4] = 180.+50.; 
288  
289   gMC->Gsvolu("DCO2", "TUBS", idtmed[1818], cpar, 5);
290   dx = +5.;
291   dz = 168.25-1.5-1.;
292   gMC->Gspos("DCO2", 1, "DDIP", dx, 0, dz+kZDipole, 0, "ONLY");
293   dz = 243.55+4.5+1.5+1.;
294   gMC->Gspos("DCO2", 2, "DDIP", dx, 0, dz+kZDipole, 0, "ONLY");
295  
296
297
298   // Resin face planes
299
300   cpar[0] = 207.;
301   cpar[1] = 274.;
302   cpar[2] = .75;
303   cpar[3] = -50.;
304   cpar[4] = 50.; 
305  
306   gMC->Gsvolu("DCO3", "TUBS", idtmed[1812], cpar, 5);
307   dx = -5;
308   dz = 168.25-0.75;
309   gMC->Gspos("DCO3", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
310   dz = 243.55+4.5+0.75;
311   gMC->Gspos("DCO3", 2, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
312
313   // 9.06.2000
314
315   cpar[3] = 180.-50.;
316   cpar[4] = 180.+50.; 
317   gMC->Gsvolu("DCO4", "TUBS", idtmed[1812], cpar, 5);
318   dx = +5;
319   dz = 168.25-0.75;
320   gMC->Gspos("DCO4", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
321   dz = 243.55+4.5+0.75 ;
322   gMC->Gspos("DCO4", 2, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
323
324  
325   // G10 face plane
326
327   cpar[0] = 207.;
328   cpar[1] = 274.;
329   cpar[2] = 2.25;
330   cpar[3] = -50.;
331   cpar[4] = 50.; 
332  
333   gMC->Gsvolu("DCO5", "TUBS", idtmed[1810], cpar, 5);
334
335   dx = -5;
336   dz = 243.55+2.25;
337   gMC->Gspos("DCO5", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
338
339   // 9.06.2000
340
341   cpar[3] = 180.-50.;
342   cpar[4] = 180.+50.; 
343
344   gMC->Gsvolu("DCO6", "TUBS", idtmed[1810], cpar, 5);
345
346   dx = +5;
347   dz = 243.55+2.25;
348   gMC->Gspos("DCO6", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
349
350   //Steel supported planes
351
352   cpar[0] = 274.+1.5+2.;
353   cpar[1] = 274.+18.6;
354   cpar[2] = 1.;
355   cpar[3] = -50.;
356   cpar[4] = 50.;  
357  
358   gMC->Gsvolu("DCO7", "TUBS", idtmed[1818], cpar, 5);
359
360   dx = -5;
361   dz = 168.25+1.;
362   gMC->Gspos("DCO7", 1, "DDIP", dx, 0, dz+kZDipole, 0, "ONLY");
363
364   // 9.06.2000
365   cpar[0] = 274.+1.5+2.;
366   cpar[1] = 274.+18.6;
367   cpar[2] = 1.;
368   cpar[3] = 180.-50.;
369   cpar[4] = 180.+50.; 
370
371  
372   gMC->Gsvolu("DCO8", "TUBS", idtmed[1818], cpar, 5);
373
374   dx = +5;
375   dz = 168.25+1.;
376   gMC->Gspos("DCO8", 1, "DDIP", dx, 0, dz+kZDipole, 0, "ONLY");
377
378   //
379
380   cpar[0] = 207.- 18.6;
381   cpar[1] = 207.- 2.- 1.5;
382   cpar[2] = 1.;
383   cpar[3] = -50.;
384   cpar[4] = 50.; 
385
386   gMC->Gsvolu("DCO9", "TUBS", idtmed[1818], cpar, 5);
387
388   dx = -5;
389   dz = 168.25+1.;
390   gMC->Gspos("DCO9", 1, "DDIP", dx, 0, dz+kZDipole, 0, "ONLY");
391
392   // 9.06.2000
393
394   cpar[0] = 207.- 18.6;
395   cpar[1] = 207.- 2.- 1.5;
396   cpar[2] = 1.;
397   cpar[3] = 180.-50.;
398   cpar[4] = 180.+50.; 
399
400   gMC->Gsvolu("DCOA", "TUBS", idtmed[1818], cpar, 5);
401
402   dx = +5;
403   dz = 168.25+1.;
404   gMC->Gspos("DCOA", 1, "DDIP", dx, 0, dz+kZDipole, 0, "ONLY");
405
406
407   // Sides steel planes
408
409   cpar[0] = 207. - 1.5 -2.;
410   cpar[1] = 207. - 1.5;
411   cpar[2] = ((243.55+4.5+1.5)-168.25)/2;
412   cpar[3] = -50.;
413   cpar[4] = 50.; 
414  
415   gMC->Gsvolu("DCOB", "TUBS", idtmed[1818], cpar, 5);
416
417   cpar[0] = 274. + 1.5;
418   cpar[1] = 274. + 1.5 +2.;
419
420   gMC->Gsvolu("DCOC", "TUBS", idtmed[1818], cpar, 5);
421
422   dx=-5.;
423   dz = ((243.55+4.5+1.5)+168.25)/2;
424   gMC->Gspos("DCOB", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
425   gMC->Gspos("DCOC", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
426
427   // 9.06.2000
428
429   cpar[0] = 207. - 1.5 -2.;
430   cpar[1] = 207. - 1.5;
431   cpar[2] = ((243.55+4.5+1.5)-168.25)/2;
432   cpar[3] = 180.-50.;
433   cpar[4] = 180.+50.; 
434
435   gMC->Gsvolu("DCOD", "TUBS", idtmed[1818], cpar, 5);
436
437   cpar[0] = 274. + 1.5;
438   cpar[1] = 274. + 1.5 +2.;
439
440   gMC->Gsvolu("DCOE", "TUBS", idtmed[1818], cpar, 5);
441
442   dx=+5.;
443   dz = ((243.55+4.5+1.5)+168.25)/2;
444   gMC->Gspos("DCOD", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
445   gMC->Gspos("DCOE", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
446
447
448   // Top and bottom resin  planes
449
450   cpar[0] = 207. - 1.5;
451   cpar[1] = 207.;
452   cpar[2] = ((243.55+4.5+1.5)-168.25)/2;
453   cpar[3] = -50.;
454   cpar[4] = 50.; 
455  
456   gMC->Gsvolu("DCOF", "TUBS", idtmed[1812], cpar, 5);
457
458   cpar[0] = 274.;
459   cpar[1] = 274. + 1.5;
460
461   gMC->Gsvolu("DCOG", "TUBS", idtmed[1812], cpar, 5);
462
463
464   dx=-5.;
465   dz = ((243.55+4.5+1.5)+168.25)/2;
466   gMC->Gspos("DCOF", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
467   gMC->Gspos("DCOG", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
468
469   // 9.06.2000
470   cpar[0] = 207. - 1.5;
471   cpar[1] = 207.;
472   cpar[2] = ((243.55+4.5+1.5)-168.25)/2;
473
474   cpar[3] = 180.-50.;
475   cpar[4] = 180.+50.; 
476
477   gMC->Gsvolu("DCOH", "TUBS", idtmed[1812], cpar, 5);
478
479   cpar[0] = 274.;
480   cpar[1] = 274. + 1.5;
481
482   gMC->Gsvolu("DCOI", "TUBS", idtmed[1812], cpar, 5);
483
484
485   dx=+5.;
486   dz = ((243.55+4.5+1.5)+168.25)/2;
487   gMC->Gspos("DCOH", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
488   gMC->Gspos("DCOI", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
489
490
491   // Aluminum cabels
492
493   cpar[0] = 274. + 1.5  +2.;
494   cpar[1] = 274. + 1.5  +2. + 80.;
495   cpar[2] = 5.05/2;
496   cpar[3] = -24.;
497   cpar[4] = 24.; 
498  
499   gMC->Gsvolu("DCOJ", "TUBS", idtmed[kCable], cpar, 5);
500
501   //  dx = 274. + 1.5  +2. +40.;
502   //  dx = 5. + 1.5 +2. +40.;
503   //  dx = 5. + 1.5 +2.;
504   dx=-5.;
505   dz = 168.25 + 5.05 + 5.05/2;
506   gMC->Gspos("DCOJ", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
507
508   dz = 243.55 - 5.05/2;
509   gMC->Gspos("DCOJ", 2, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
510
511   // 9.06.2000
512
513   cpar[3] = 180.-24.;
514   cpar[4] = 180.+24.; 
515
516    gMC->Gsvolu("DCOK", "TUBS", idtmed[kCable], cpar, 5);
517
518   //  dx = 274. + 1.5  +2. +40.;
519   //  dx = 5. + 1.5 +2. +40.;
520   //  dx = 5. + 1.5 +2.;
521   dx=+5.;
522   dz = 168.25 + 5.05 + 5.05/2;
523   gMC->Gspos("DCOK", 1, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
524
525   dz = 243.55 - 5.05/2;
526   gMC->Gspos("DCOK", 2, "DDIP", dx,  0, dz+kZDipole, 0, "ONLY");
527
528  
529   //   YOKE 
530
531 // Top and bottom blocks
532   ypar[0] = 298.1; 
533   ypar[1] = 69.5;
534   ypar[2] = 155.75;
535
536 // iron- high cuts
537   gMC->Gsvolu("DY1 ", "BOX ", idtmed[1858], ypar, 3);
538   ypar[0] = 144.+10.; 
539   ypar[1] = 193.3+10.;
540   ypar[2] = 5.;
541   ypar[3] = 155.75;
542   dy = -69.5 + 5.;
543 // iron- low cuts
544   gMC->Gsvolu("DY11", "TRD1", idtmed[1818], ypar, 4);
545   gMC->Gspos("DY11", 1, "DY1 ", 0.,  dy, 0., 0, "ONLY");
546
547   dy = 365.5;
548   dz = 4.95;
549   gMC->Gspos("DY1 ", 1, "DDIP", 0.,  dy, -dz+kZDipole, 0, "ONLY");
550
551   the1 = 270.;
552   phi1 = 0.;
553   the2 = 270.;
554   phi2 = 90.;
555   the3 = 0.;
556   phi3 = 0.;
557   AliMatrix(idrotm[1808], the1, phi1, the2, phi2, the3, phi3);
558   gMC->Gspos("DY1 ", 2, "DDIP", 0., -dy, -dz+kZDipole, idrotm[1808] , "ONLY");
559
560 // side walls
561   //  ypar[0] = 579./2.; 
562   ypar[0] = 296.; 
563   ypar[1] = 0.;
564   ypar[2] = 0.;
565   ypar[3] = 155.75;
566   ypar[4] = 47.9;
567   ypar[5] = 72.55;
568   ypar[6] = 4.3058039629;
569   // z+ 
570   ypar[7] = 155.75;
571   ypar[8] = 47.9;
572   ypar[9] = 72.55;
573   ypar[10] = 4.3058039629;
574
575 // iron - high cuts
576
577   gMC->Gsvolu("DY2 ", "TRAP", idtmed[1858], ypar,11);
578
579   ypar[4] = 47.9 -5.;
580   ypar[5] = 72.55 -5.;
581
582   ypar[8] = 47.9 -5.;
583   ypar[9] = 72.55 -5.;
584
585
586 // iron - low cuts
587
588   gMC->Gsvolu("DY22", "TRAP", idtmed[1818], ypar,11);
589
590   dy = 0.;
591   dx = -5.;
592
593   gMC->Gspos("DY22", 1, "DY2 ", dx,  dy, 0., 0, "ONLY");
594
595   the1 = 90.;
596   phi1 = 180.;
597   the2 = 180.;
598   phi2 = 180.;
599   the3 = 90.;
600   phi3 = 90.;
601   AliMatrix(idrotm[1809], the1, phi1, the2, phi2, the3, phi3);
602
603   the1 = 90.;
604   phi1 = 0.;
605   the2 = 180.;
606   phi2 = 0.;
607   the3 = 90.;
608   phi3 = 90.;
609   AliMatrix(idrotm[1810], the1, phi1, the2, phi2, the3, phi3);
610
611   dx = 228.875;
612   dz = - 4.95;
613   
614   gMC->Gspos("DY2 ", 1, "DDIP",  dx, 0.0,  dz+kZDipole, idrotm[1809], "ONLY");
615   gMC->Gspos("DY2 ", 2, "DDIP", -dx, 0.0,  dz+kZDipole, idrotm[1810], "ONLY");
616   
617   AliMatrix(idrotm[1811], 270., 0., 90., 90., 180., 0.);
618   gMC->Gspos("DDIP", 1, "ALIC", 0., 0., 0., idrotm[1811], "ONLY");
619
620   gMC->Gsatt("DDIP", "SEEN", 0);
621 //  gMC->Gsatt("DC21", "SEEN", 0);
622 //  gMC->Gsatt("DC22", "SEEN", 0);
623 //  gMC->Gsatt("DC3 ", "SEEN", 0);
624 //  gMC->Gsatt("DC4 ", "SEEN", 0);
625 }
626
627
628 void AliDIPOv2::CreateCompensatorDipole()
629 {
630     //
631     //  Geometry of the compensator Dipole MBWMD (was MCB @ SPS)
632     // 
633     Int_t *idtmed = fIdtmed->GetArray()-1799;
634     Int_t idrotm[1899];
635 //
636     Float_t pbox[3] = {63., 63., 170.};
637     
638 //  Mother volumes
639     gMC->Gsvolu("DCM0", "BOX", idtmed[1814], pbox, 3);
640
641 //
642 //  Mother volume containing lower coil
643     pbox[0] = 58.5/2.;
644     pbox[1] = 30.0;
645     pbox[2] = 152.5;
646     
647     gMC->Gsvolu("DCML", "BOX", idtmed[1809], pbox, 3);
648 //
649 // Base
650     pbox[0] = 62.5;
651     pbox[1] = 15.0;
652     gMC->Gsvolu("DCBA", "BOX", idtmed[1809], pbox, 3);
653 //
654 // Coil: straight sections, horizontal
655     pbox[0] =   6.;
656     pbox[1] =  11.;
657     pbox[2] = 135.;
658     gMC->Gsvolu("DCH1", "BOX", idtmed[1816], pbox, 3);
659 //
660 // Coil: straight sections, horizontal
661     pbox[0] =   6.;
662     pbox[1] =  11.;
663     pbox[2] = 135.;
664     gMC->Gsvolu("DCH2", "BOX", idtmed[1816], pbox, 3);
665
666 //
667 // Mother volume containing upper coil
668     pbox[0] =    8.0;
669     pbox[1] =   17.5;
670     pbox[2] =  135.0;
671     gMC->Gsvolu("DCMU", "BOX", idtmed[1809], pbox, 3);
672
673 //
674 // Coil: straight sections, vertical
675     pbox[0] =  6.0;
676     pbox[1] =  9.5;
677     pbox[2] = 11.0;
678     
679     gMC->Gsvolu("DCCV", "BOX", idtmed[1816], pbox, 3);
680 //
681 // Coil: circular section 
682
683     Float_t ptubs[5];
684     ptubs[0] =  0.;
685     ptubs[1] = 35.;
686     ptubs[2] =  8.;
687     ptubs[3] =  0.;
688     ptubs[4] = 90.;
689 //    gMC->Gsvolu("DCC1", "TUBS", idtmed[1809], ptubs, 5);
690     ptubs[0] = 13.;
691     ptubs[1] = 35.;
692     ptubs[2] =  6.;
693     ptubs[3] =  0.;
694     ptubs[4] = 90.;
695     gMC->Gsvolu("DCC1", "TUBS", idtmed[1816], ptubs, 5);
696 //
697 // Clamps
698     Float_t ppgon[10];
699     ppgon[0] =  0.;
700     ppgon[1] = 90.;
701     ppgon[2] =  1.;
702     ppgon[3] =  2.;
703     ppgon[4] = -1.;
704     ppgon[5] =  0.;
705     ppgon[6] = 24.75;
706     ppgon[7] =  1.;
707     ppgon[8] =  0.;
708     ppgon[9] = 24.75;
709     gMC->Gsvolu("DCLA", "PGON", idtmed[1809], ppgon, 10);
710 //
711 // Assemble all
712 //
713     AliMatrix(idrotm[1811], -90., 0., 90., 90.,   0., 0.);
714     AliMatrix(idrotm[1812],   0., 0., 90., 90.,  90., 0.);  
715     AliMatrix(idrotm[1813], 180., 0., 90., 90.,  90., 0.);
716     AliMatrix(idrotm[1814],   0., 180., 90., 270.,  90., 0.);
717     AliMatrix(idrotm[1815], 180., 180., 90., 270.,  90., 0.);  
718         
719     gMC->Gspos("DCH1", 1, "DCML", 23.25, -13., -17.5, 0, "ONLY");
720     gMC->Gspos("DCCV", 1, "DCM0",  12., 19., -159., 0, "ONLY");
721     gMC->Gspos("DCCV", 2, "DCM0", -12., 19., -159., 0, "ONLY");
722     gMC->Gspos("DCCV", 3, "DCML", 23.25, 20.5, 141.5, 0, "ONLY");
723
724     gMC->Gspos("DCML", 1, "DCM0", -33.25, -2.5, 17.5, 0, "ONLY");
725     gMC->Gspos("DCML", 2, "DCM0",  33.25, -2.5, 17.5, idrotm[1811], "ONLY");
726
727
728     gMC->Gspos("DCH2", 1, "DCMU", 2., 6.5, 0., 0, "ONLY");
729     gMC->Gspos("DCMU", 1, "DCM0", -12., 45., 0., 0, "ONLY");
730     gMC->Gspos("DCMU", 2, "DCM0",  12., 45., 0., idrotm[1811], "ONLY");
731
732 //    gMC->Gspos("DCC2", 1, "DCC1", 0., 0., 0., 0, "ONLY");
733     
734     gMC->Gspos("DCC1", 1, "DCM0", -12., 27.5,  135., idrotm[1812], "ONLY");
735     gMC->Gspos("DCC1", 2, "DCM0",  12., 27.5,  135., idrotm[1812], "ONLY");
736     gMC->Gspos("DCC1", 3, "DCM0", -12., 27.5, -135., idrotm[1813], "ONLY");
737     gMC->Gspos("DCC1", 4, "DCM0",  12., 27.5, -135., idrotm[1813], "ONLY");
738
739     gMC->Gspos("DCC1", 5, "DCM0",  12., 27.5-32.+13., -135., idrotm[1815], "ONLY");
740     gMC->Gspos("DCC1", 6, "DCM0", -12., 27.5-32.+13., -135., idrotm[1815], "ONLY");
741     
742     gMC->Gspos("DCC1", 7, "DCML", 23.25, -13+13.+11., 117.5, idrotm[1814], "ONLY");
743
744     gMC->Gspos("DCLA", 1, "DCM0",  20., 27.5, -134., 0, "ONLY");
745     gMC->Gspos("DCLA", 2, "DCM0",  20., 27.5,  -44., 0, "ONLY");
746     gMC->Gspos("DCLA", 3, "DCM0",  20., 27.5,   46., 0, "ONLY");
747     gMC->Gspos("DCLA", 4, "DCM0",  20., 27.5,  134., 0, "ONLY");
748
749     gMC->Gspos("DCLA", 5, "DCM0",  -20., 27.5, -134., idrotm[1811], "ONLY");
750     gMC->Gspos("DCLA", 6, "DCM0",  -20., 27.5,  -44., idrotm[1811], "ONLY");
751     gMC->Gspos("DCLA", 7, "DCM0",  -20., 27.5,   46., idrotm[1811], "ONLY");
752     gMC->Gspos("DCLA", 8, "DCM0",  -20., 27.5,  134., idrotm[1811], "ONLY");
753
754
755     gMC->Gspos("DCBA", 1, "DCM0",  0., -47.5 , 17.5, 0, "ONLY");
756     AliMatrix(idrotm[1816], 270., 0., 90., 90.,  180., 0.);  
757     gMC->Gspos("DCM0", 1, "ALIC",  0., -6.75,  975., idrotm[1816], "ONLY");
758
759
760 }
761
762 //_____________________________________________________________________________
763 void AliDIPOv2::DrawModule() const
764 {
765   //
766   // Draw a shaded view of the muon absorber
767   //
768
769   // Set everything unseen
770   gMC->Gsatt("*", "seen", -1);
771   // 
772   // Set ALIC mother transparent
773   gMC->Gsatt("ALIC","SEEN",0);
774   //
775   // Set the volumes visible
776   gMC->Gsatt("DDIP","seen",0);
777   gMC->Gsatt("DC1 ","seen",1);
778   gMC->Gsatt("DC2 ","seen",1);
779   gMC->Gsatt("DC3 ","seen",1);
780   gMC->Gsatt("DC4 ","seen",1);
781   gMC->Gsatt("DC11","seen",1);
782   gMC->Gsatt("DC21","seen",1);
783   gMC->Gsatt("DC12","seen",1);
784   gMC->Gsatt("DC22","seen",1);
785   gMC->Gsatt("DL1 ","seen",1);
786   gMC->Gsatt("DL2 ","seen",1);
787   gMC->Gsatt("DY1 ","seen",1);
788   gMC->Gsatt("DY2 ","seen",1);
789   gMC->Gsatt("DYL ","seen",1);
790   gMC->Gsatt("DY3 ","seen",1);
791  // gMC->Gsatt("DY4 ","seen",1);
792  // gMC->Gsatt("DY5 ","seen",1);
793  // gMC->Gsatt("DY6 ","seen",1);
794 //  gMC->Gsatt("DY7 ","seen",1);
795   //
796   gMC->Gdopt("hide", "on");
797   gMC->Gdopt("shad", "on");
798   gMC->Gsatt("*", "fill", 7);
799   gMC->SetClipBox(".");
800   gMC->SetClipBox(".");
801   gMC->DefaultRange();
802   gMC->Gdraw("alic", 30, 30, 0, 17, 13.5, .019, .019);
803   gMC->Gdhead(1111, "Magnetic Dipole Version 2");
804   gMC->Gdman(16, 4, "MAN");
805 }
806
807
808
809
810 //_____________________________________________________________________________
811 void AliDIPOv2::CreateMaterials()
812 {
813   //
814   // Create Materials for Magnetic Dipole version 2
815   //
816   
817   Int_t isxfld1   = gAlice->Field()->Integ();
818   Int_t isxfld2   = gAlice->Field()->PrecInteg();
819   Float_t sxmgmx  = gAlice->Field()->Max();
820   
821   
822   Float_t asteel[4] = { 55.847,51.9961,58.6934,28.0855 };
823   Float_t zsteel[4] = { 26.,24.,28.,14. };
824   Float_t wsteel[4] = { .715,.18,.1,.005 };
825
826   Float_t acoil[3]  = { 26.98,1.01,16. };
827   Float_t zcoil[3]  = { 13.,1.,8. };
828   Float_t wcoil[3]  = { .66,.226,.114 };
829
830   Float_t aresi[3]  = { 1.01,12.011,16.};
831   Float_t zresi[3]  = { 1.,6.,8. };
832   Float_t wresi[3]  = { .0644,.7655,.1701 };
833
834   Float_t aG10[5] = { 1.01,12.011,16.,28.085 ,79.904 };
835   Float_t zG10[5] = { 1.,6.,8.,14.,35. };
836   Float_t wG10[5] = { .02089,.22338,.28493,.41342,.05738 };
837
838     // AIR
839
840   Float_t aAir[4]={12.0107,14.0067,15.9994,39.948};
841   Float_t zAir[4]={6.,7.,8.,18.};
842   Float_t wAir[4]={0.000124,0.755267,0.231781,0.012827};
843   Float_t dAir = 1.20479E-3;
844   Float_t dAir1 = 1.20479E-10;
845
846   
847   Float_t epsil, stmin, deemax, tmaxfd, stemax;
848   
849   // --- Define the various materials for GEANT --- 
850   //     Aluminum 
851   AliMaterial( 9, "ALUMINIUM0$", 26.98, 13., 2.7, 8.9, 37.2);
852   AliMaterial(29, "ALUMINIUM1$", 26.98, 13., 2.7, 8.9, 37.2);
853   AliMaterial(49, "ALUMINIUM2$", 26.98, 13., 2.7, 8.9, 37.2);
854   
855   //     Iron 
856   AliMaterial(10, "IRON0$     ", 55.85, 26., 7.87, 1.76, 17.1);
857   AliMaterial(30, "IRON1$     ", 55.85, 26., 7.87, 1.76, 17.1);
858   AliMaterial(50, "IRON2$     ", 55.85, 26., 7.87, 1.76, 17.1);
859   //     Copper
860   AliMaterial(17, "COPPER0$   ", 63.55, 29., 8.96, 1.43, 15.1);
861   AliMaterial(37, "COPPER1$   ", 63.55, 29., 8.96, 1.43, 15.1);
862   AliMaterial(57, "COPPER2$   ", 63.55, 29., 8.96, 1.43, 15.1);
863   //     Air 
864   AliMixture(15, "AIR0$      ", aAir, zAir, dAir, 4, wAir);
865   AliMixture(35, "AIR1$      ", aAir, zAir, dAir, 4, wAir);
866   AliMixture(55, "AIR2$      ", aAir, zAir, dAir, 4, wAir);
867   AliMixture(75, "AIR_MUON   ", aAir, zAir, dAir, 4, wAir);
868   //     Vacuum 
869   AliMixture(16, "VACUUM0$ ", aAir, zAir, dAir1, 4, wAir);
870   AliMixture(36, "VACUUM1$ ", aAir, zAir, dAir1, 4, wAir);
871   AliMixture(56, "VACUUM2$ ", aAir, zAir, dAir1, 4, wAir);
872   
873   //     stainless Steel 
874   AliMixture(19, "STAINLESS STEEL0$", asteel, zsteel, 7.88, 4, wsteel);
875   AliMixture(39, "STAINLESS STEEL1$", asteel, zsteel, 7.88, 4, wsteel);
876   AliMixture(59, "STAINLESS STEEL2$", asteel, zsteel, 7.88, 4, wsteel);
877   
878   //     Coil 
879   AliMixture(14, "Al0$", acoil, zcoil, 2.122, 3, wcoil);
880   AliMixture(34, "Al1$", acoil, zcoil, 2.122, 3, wcoil);
881   AliMixture(54, "Al2$", acoil, zcoil, 2.122, 3, wcoil);
882
883   //RESIN
884   AliMixture(13, "RESIN0$", aresi, zresi, 1.05, 3, wresi);
885   AliMixture(33, "RESIN1$", aresi, zresi, 1.05, 3, wresi);
886   AliMixture(53, "RESIN2$", aresi, zresi, 1.05, 3, wresi);  
887
888   //G10
889   AliMixture(11, "G100$", aG10, zG10, 1.7, 5, wG10);
890   AliMixture(31, "G101$", aG10, zG10, 1.7, 5, wG10);
891   AliMixture(51, "G102$", aG10, zG10, 1.7, 5, wG10); 
892  
893   // **************** 
894   //     Defines tracking media parameters. 
895   //     Les valeurs sont commentees pour laisser le defaut 
896   //     a GEANT (version 3-21, page CONS200), f.m. 
897   epsil  = .001;  // Tracking precision, 
898   stemax = -1.;   // Maximum displacement for multiple scat 
899   tmaxfd = -20.;  // Maximum angle due to field deflection 
900   deemax = -.3;   // Maximum fractional energy loss, DLS 
901   stmin  = -.8;
902   // *************** 
903   
904   //    Aluminum 
905   AliMedium( 9, "ALU_C0          ",  9, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
906   AliMedium(29, "ALU_C1          ", 29, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
907   AliMedium(49, "ALU_C2          ", 49, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
908   
909   //    Iron 
910   AliMedium(10, "FE_C0           ", 10, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
911   AliMedium(30, "FE_C1           ", 30, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
912   AliMedium(50, "FE_C2           ", 50, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
913   
914   //    Air 
915   AliMedium(15, "AIR_C0          ", 15, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
916   AliMedium(35, "AIR_C1          ", 35, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
917   AliMedium(55, "AIR_C2          ", 55, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
918   AliMedium(75, "AIR_MUON        ", 75, 0, isxfld2, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
919   
920   //    Vacuum 
921   AliMedium(16, "VA_C0           ", 16, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
922   AliMedium(36, "VA_C1           ", 36, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
923   AliMedium(56, "VA_C2           ", 56, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
924   
925   //    Steel 
926   AliMedium(19, "ST_C0           ", 19, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
927   AliMedium(39, "ST_C1           ", 39, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
928   AliMedium(59, "ST_C3           ", 59, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
929   
930   //    Coil 
931   AliMedium(14, "Coil_C1         ", 14, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
932   AliMedium(34, "Coil_C2         ", 34, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
933   AliMedium(54, "Coil_C3         ", 54, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
934
935   //    Resin 
936   AliMedium(13, "RESIN_C0        ", 13, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
937   AliMedium(33, "RESIN_C1        ", 33, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
938   AliMedium(53, "RESIN_C2        ", 53, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
939
940   //    G10 
941   AliMedium(11, "G10_C0          ", 11, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
942   AliMedium(31, "G10_C1          ", 31, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
943   AliMedium(51, "G10_C2          ", 51, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
944   //
945   //    Copper
946   AliMedium(17, "Cu_C0           ", 17, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
947   AliMedium(37, "Cu_C1           ", 37, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
948   AliMedium(57, "Cu_C2           ", 57, 0, isxfld1, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
949
950 }
951
952
953
954
955
956