]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STRUCT/AliHALL.cxx
Corrections to obey the coding conventions
[u/mrichter/AliRoot.git] / STRUCT / AliHALL.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 //  Experimental Hall                                                        //
21 //  This class contains the description of the experimental hall             //
22 //                                                                           //
23 //Begin_Html
24 /*
25 <img src="picts/AliHALLClass.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 "AliHALL.h"
40 #include "AliRun.h"
41 #include "AliMagF.h"
42 #include "AliConst.h"
43  
44 ClassImp(AliHALL)
45  
46 //_____________________________________________________________________________
47 AliHALL::AliHALL()
48 {
49   //
50   // Default constructor for the experimental Hall
51   //
52 }
53  
54 //_____________________________________________________________________________
55 AliHALL::AliHALL(const char *name, const char *title)
56        : AliModule(name,title)
57 {
58   //
59   // Standard constructor for the experimental Hall
60   //
61   SetMarkerColor(7);
62   SetMarkerStyle(2);
63   SetMarkerSize(0.4);
64 }
65  
66 //_____________________________________________________________________________
67 void AliHALL::CreateGeometry()
68 {
69   //
70   // Create the geometry of the exprimental hall
71   //
72   //Begin_Html
73   /*
74     <img src="picts/AliHALLTree.gif">
75   */
76   //End_Html
77   //
78   // If ZDC is not present the experimental hall includes a short
79   // section of the accelerator tunnel
80   //
81   //Begin_Html
82   /*
83     <img src="picts/AliHALLSmall.gif">
84   */
85   //End_Html
86   //
87   // If ZDC is present the experimental hall includes the accelerator
88   // tunnel beyond the ZDC
89   //
90   //Begin_Html
91   /*
92     <img src="picts/AliHALLLarge.gif">
93   */
94   //End_Html
95
96   
97   Float_t r2;
98   Float_t phid, phim, tpar[3], pbox[3], h, r, tspar[5];
99   Float_t w1, dh, am, bm, dl,cm, hm, dr, dx, xl;
100   Int_t idrotm[1999];
101   Float_t trdpar[4], trapar[11], hullen;
102   Float_t phi;
103   
104   Int_t *idtmed = fIdtmed->GetArray()-1899;
105   
106   //     RB24/26 TUNNEL FLOOR 
107   
108   r   = 220.;
109   h   = 140.;
110   phi = TMath::ACos(h / r);
111   xl  = r * TMath::Sin(phi);
112   dr  = 100.;
113   dh  = dr * TMath::Cos(phi);
114   dl  = dr * TMath::Sin(phi);
115   if (gAlice->GetModule("ZDC") == 0) {
116     
117     //     No ZDC 
118     hullen = 250.;
119   } else {
120     
121     //     ZDC is present 
122     hullen = 6400.;
123   }
124   trdpar[0] = xl + dl;
125   trdpar[1] = xl;
126   trdpar[2] = hullen;
127   trdpar[3] = dh / 2.;
128   AliMatrix(idrotm[1900], 90., 0., 0., 0., 90., 90.);
129   AliMatrix(idrotm[1901], 270., 0., 90., 90., 0., 0.);
130   gMC->Gsvolu("HUFL", "TRD1", idtmed[1956], trdpar, 4);
131   r2 = hullen + 2020.;
132   gMC->Gspos("HUFL", 1, "ALIC", 70.,-100-trdpar[3] , r2, idrotm[1900], "ONLY");
133   
134   //     RB24/26 wall 
135   
136   phid     = phi * 57.296;
137   tspar[0] = r;
138   tspar[1] = r + dr;
139   tspar[2] = hullen;
140   tspar[3] = phid - 90.;
141   tspar[4] = 270. - phid;
142   gMC->Gsvolu("HUWA", "TUBS", idtmed[1956], tspar, 5);
143   gMC->Gspos("HUWA", 1, "ALIC", 70., 40.,2020+hullen , 0, "ONLY");
144   
145   //     tunnelplug 
146   
147   tpar[0] = 0.;
148   tpar[1] = 50.;
149   tpar[2] = 60.;
150   gMC->Gsvolu("HUP2", "TUBE", idtmed[1954], tpar, 3);
151   
152   //     END WALL 
153   
154   pbox[0] = 1200.;
155   pbox[1] = 1300.;
156   pbox[2] = 60.;
157   gMC->Gsvolu("HEW1", "BOX ", idtmed[1956], pbox, 3);
158   gMC->Gspos("HUP2", 1, "HEW1", 0.,-404., 0.,   0, "ONLY");
159   gMC->Gspos("HEW1", 1, "ALIC", 0., 404., 1960, 0, "ONLY");
160   
161   //     hall floor 
162   
163   phid      = 16.197;
164   trdpar[0] = 700.;
165   trdpar[1] = TMath::Tan(phid * kDegrad) * 190. + 700.;
166   trdpar[2] = 550.;
167   trdpar[3] = 95.;
168   gMC->Gsvolu("HHF1", "TRD1", idtmed[1956], trdpar, 4);
169   gMC->Gspos("HHF1", 1, "ALIC", 0., -801., 1350., idrotm[1900], "ONLY");
170   gMC->Gspos("HHF1", 2, "ALIC", 0., -801.,-1350., idrotm[1900], "ONLY");
171   
172   //     hall side walls 
173   
174   trapar[0] = 550.;
175   trapar[1] = 0.;
176   trapar[2] = 0.;
177   trapar[3] = 1273.78/2;
178   trapar[4] = 235.;
179   trapar[5] = 50.;
180   trapar[6] = TMath::ATan((trapar[4] - trapar[5]) / 2. / trapar[3]) * kRaddeg;
181   trapar[7] = trapar[3];
182   trapar[8] = trapar[4];
183   trapar[9] = trapar[5];
184   trapar[10] = trapar[6];
185   dx = trapar[4] * 1.5 + 700. - trapar[5] * .5;
186   gMC->Gsvolu("HHW1", "TRAP", idtmed[1956], trapar, 11);
187   gMC->Gspos("HHW1", 1, "ALIC", dx, -896+trapar[3],  1350., 0, "ONLY");
188   gMC->Gspos("HHW1", 2, "ALIC",-dx, -896+trapar[3],  1350., idrotm[1901], "ONLY");
189   gMC->Gspos("HHW1", 3, "ALIC", dx, -896+trapar[3], -1350., 0, "ONLY");
190   gMC->Gspos("HHW1", 4, "ALIC",-dx, -896+trapar[3], -1350., idrotm[1901], "ONLY");
191   pbox[0] = 50.;
192   pbox[1] = (500. - (trapar[3] * 2. - 896.)) / 2.;
193   pbox[2] = 1900.;
194   gMC->Gsvolu("HBW1", "BOX ", idtmed[1956], pbox, 3);
195   gMC->Gspos("HBW1", 1, "ALIC",  1120., 500-pbox[1], 0., 0, "ONLY");
196   gMC->Gspos("HBW1", 2, "ALIC", -1120., 500-pbox[1], 0., 0, "ONLY");
197   
198   //     slanted wall close to L3 magnet 
199   
200   phim = 45.;
201   hm   = 790.;
202   //rm   = hm / TMath::Cos(phim / 2. * kDegrad);
203   am   = hm * TMath::Tan(phim / 2. * kDegrad);
204   bm   = (hm + 76.) / hm * am;
205   cm   = bm * 2. / TMath::Sqrt(2.);
206   trapar[0] = 800.;
207   trapar[1] = 0.;
208   trapar[2] = 0.;
209   trapar[3] = (1273.78 - cm) / 2.;
210   trapar[4] = 235. - cm * TMath::Tan(phid * kDegrad) / 2.;
211   trapar[5] = 50.;
212   trapar[6] = TMath::ATan((trapar[4] - trapar[5]) / 2. / trapar[3]) * kRaddeg;
213   trapar[7] = trapar[3];
214   trapar[8] = trapar[4];
215   trapar[9] = trapar[5];
216   trapar[10] = trapar[6];
217   w1 = trapar[4];
218   dx = cm*TMath::Tan(phid * kDegrad) + 700. + trapar[4] * 1.5 - trapar[5] * .5;
219   gMC->Gsvolu("HHW2", "TRAP", idtmed[1956], trapar, 11);
220   r2 = cm - 896. + trapar[3];
221   gMC->Gspos("HHW2", 1, "ALIC", dx, r2, 0., 0, "ONLY");
222   gMC->Gspos("HHW2", 2, "ALIC",-dx, r2, 0., idrotm[1901], "ONLY");
223   trapar[3]  = cm / 2.;
224   trapar[4]  = w1 + cm / 2.;
225   trapar[5]  = w1;
226   trapar[6]  = TMath::ATan(.5) * kRaddeg;
227   trapar[7]  = trapar[3];
228   trapar[8]  = trapar[4];
229   trapar[9]  = trapar[5];
230   trapar[10] = trapar[6];
231   dx = 1170. - trapar[4] * .5 - trapar[5] * .5;
232   gMC->Gsvolu("HHW3", "TRAP", idtmed[1956], trapar, 11);
233   r2 = trapar[3] - 896.;
234   gMC->Gspos("HHW3", 1, "ALIC", dx, r2, 0., 0, "ONLY");
235   gMC->Gspos("HHW3", 2, "ALIC",-dx, r2, 0., idrotm[1901], "ONLY");
236   
237
238   tspar[0] = 1070.;
239   tspar[1] = 1170.;
240   tspar[2] = 1900.;
241   tspar[3] = 0.;
242   tspar[4] = 180.;
243   gMC->Gsvolu("HHC1", "TUBS", idtmed[1956], tspar, 5);
244   gMC->Gspos("HHC1", 1, "ALIC", 0., 500., 0., 0, "ONLY");
245   trdpar[0] = 1170 - trapar[4] * 2.;
246   trdpar[1] = trdpar[0] + TMath::Tan(phim * kDegrad) * 76.;
247   trdpar[2] = 800.;
248   trdpar[3] = 38.;
249   gMC->Gsvolu("HHF2", "TRD1", idtmed[1956], trdpar, 4);
250   gMC->Gspos("HHF2", 1, "ALIC", 0., -858., 0., idrotm[1900], "ONLY");
251   
252   //     pillars for working platform 
253   
254   pbox[0] = 40.;
255   pbox[1] = 97.;
256   pbox[2] = 550.;
257   gMC->Gsvolu("HPIL", "BOX ", idtmed[1956], pbox, 3);
258   gMC->Gspos("HPIL", 1, "ALIC", 165.,-706+pbox[1] , 1350., 0, "ONLY");
259   gMC->Gspos("HPIL", 2, "ALIC",-165.,-706+pbox[1] , 1350., 0, "ONLY");
260   
261   //     simple concrete beam shield 
262   
263   Float_t ppgon[10];
264   ppgon[0] =    45.;
265   ppgon[1] =   360.;
266   ppgon[2] =     4.;
267   ppgon[3] =     2.;
268   ppgon[4] = -1800.;
269   ppgon[5] =   150.;
270   ppgon[6] =   250.;
271   ppgon[7] =  -720.;
272   ppgon[8] =   150.;
273   ppgon[9] =   250.;
274
275   gMC->Gsvolu("HMBS", "PGON", idtmed[1956], ppgon, 10);
276   gMC->Gspos("HMBS", 1, "ALIC", 0., 70., 0., 0, "ONLY");
277 /*
278   ppgon[4] = -1800.;
279   ppgon[5] =     0.;
280   ppgon[6] =   150.;
281   ppgon[7] = -1300.;
282   ppgon[8] =     0.;
283   ppgon[9] =   150.;
284   gMC->Gsvolu("HMBT", "PGON", idtmed[1956], ppgon, 10);
285
286   ppgon[4] = -1800.;
287   ppgon[5] =     0.;
288   ppgon[6] =    10.;
289   ppgon[7] = -1300.;
290   ppgon[8] =     0.;
291   ppgon[9] =    10.;
292   gMC->Gsvolu("HMBU", "PGON", idtmed[1954], ppgon, 10);
293
294   gMC->Gspos("HMBU", 1, "HMBT", 0., -70., 0., 0, "ONLY");
295
296   gMC->Gspos("HMBT", 1, "ALIC", 0.,  70., 0., 0, "ONLY");
297 */  
298 }
299
300 //_____________________________________________________________________________
301 void AliHALL::CreateMaterials()
302 {
303   //
304   // Create materials for the experimental hall
305   //
306   
307
308   Int_t   isxfld = gAlice->Field()->Integ();
309   Float_t sxmgmx = gAlice->Field()->Max();
310   
311   Float_t aconc[10] = { 1.,12.01,15.994,22.99,24.305,26.98,28.086,39.1,40.08,55.85 };
312   Float_t zconc[10] = { 1.,6.,8.,11.,12.,13.,14.,19.,20.,26. };
313   Float_t wconc[10] = { .01,.001,.529107,.016,.002,.033872,.337021,.013,.044,.014 };
314   
315   Float_t epsil, stmin, deemax, tmaxfd, stemax;
316
317   //     FOR CONCRETE 
318   
319   AliMaterial(10, "IRON$     ", 55.85, 26., 7.87, 1.76, 17.1);
320   AliMaterial(30, "IRON$     ", 55.85, 26., 7.87, 1.76, 17.1);
321   AliMaterial(50, "IRON$     ", 55.85, 26., 7.87, 1.76, 17.1);
322   AliMaterial(15, "AIR$      ", 14.61, 7.3, .001205, 30423.24, 67500);
323   AliMaterial(35, "AIR$      ", 14.61, 7.3, .001205, 30423.24, 67500);
324   AliMaterial(55, "AIR$      ", 14.61, 7.3, .001205, 30423.24, 67500);
325   AliMixture(17, "CONCRETE$", aconc, zconc, 2.35, 10, wconc);
326   AliMixture(37, "CONCRETE$", aconc, zconc, 2.35, 10, wconc);
327   AliMixture(57, "CONCRETE$", aconc, zconc, 2.35, 10, wconc);
328   
329   // **************** 
330   //     Defines tracking media parameters. 
331   //     Les valeurs sont commentees pour laisser le defaut 
332   //     a GEANT (version 3-21, page CONS200), f.m. 
333   epsil  = .001;  // Tracking precision, 
334   stemax = -1.;   // Maximum displacement for multiple scat 
335   tmaxfd = -20.;  // Maximum angle due to field deflection 
336   deemax = -.3;   // Maximum fractional energy loss, DLS 
337   stmin  = -.8;
338   // *************** 
339   
340   //     IRON 
341   
342   AliMedium(10, "FE_C0             ", 10, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
343   AliMedium(30, "FE_C1             ", 30, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
344   AliMedium(50, "FE_C2             ", 50, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
345   
346   //    Air 
347   
348   AliMedium(15, "AIR_C0           ", 15, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
349   AliMedium(35, "AIR_C1           ", 35, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
350   AliMedium(55, "AIR_C2           ", 55, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
351   
352   //    Concrete 
353   
354   AliMedium(17, "CC_C0            ", 17, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
355   AliMedium(37, "CC_C1            ", 37, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
356   AliMedium(57, "CC_C2            ", 57, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
357 }
358
359 //_____________________________________________________________________________
360 void AliHALL::Init()
361 {
362   //
363   // Initialise the HALL after it has been built
364   //
365   Int_t i;
366   //
367   if(fDebug) {
368     printf("\n%s: ",ClassName());
369     for(i=0;i<35;i++) printf("*");
370     printf(" HALL_INIT ");
371     for(i=0;i<35;i++) printf("*");
372     printf("\n%s: ",ClassName());
373     //
374     // Here the HALL initialisation code (if any!)
375     for(i=0;i<80;i++) printf("*");
376     printf("\n");
377   }
378 }
379
380 //_____________________________________________________________________________
381 void AliHALL::DrawModule() const
382 {
383   //
384   // Draw a shaded view of Experimental Hall
385   //
386
387   // Set everything unseen
388   gMC->Gsatt("*", "seen", -1);
389   // 
390   // Set ALIC mother transparent
391   gMC->Gsatt("ALIC","SEEN",0);
392   //
393   // Set the volumes visible
394   gMC->Gsatt("HUFL","seen",1);
395   gMC->Gsatt("HUWA","seen",1);
396   gMC->Gsatt("HUP2","seen",1);
397   gMC->Gsatt("HEW1","seen",1);
398   gMC->Gsatt("HHF1","seen",1);
399   gMC->Gsatt("HHW1","seen",1);
400   gMC->Gsatt("HBW1","seen",1);
401   gMC->Gsatt("HHW2","seen",1);
402   gMC->Gsatt("HHW3","seen",1);
403   gMC->Gsatt("HHC1","seen",1);
404   gMC->Gsatt("HHF2","seen",1);
405   gMC->Gsatt("HPIL","seen",1);
406   gMC->Gsatt("HMBS","seen",1);
407   gMC->Gsatt("HBBS","seen",1);
408   gMC->Gsatt("HPBS","seen",1);
409   gMC->Gsatt("HXFI","seen",1);
410   gMC->Gsatt("HXII","seen",1);
411   //
412   gMC->Gdopt("hide", "on");
413   gMC->Gdopt("shad", "on");
414   gMC->Gsatt("*", "fill", 7);
415   gMC->SetClipBox(".");
416   if (gAlice->GetModule("ZDC") == 0) {
417     //
418     // ZDC is not present
419     //
420     gMC->SetClipBox("*", 0, 3000, -3000, 3000, -6000, 6000);
421     gMC->DefaultRange();
422     gMC->Gdraw("alic", 40, 30, 0, 12, 7.5, .005, .005);
423   } else {
424     //
425     // ZDC is present
426     //
427     gMC->SetClipBox("*", 0, 2000, -2000, 2000, -2000, 16000);
428     gMC->DefaultRange();
429     gMC->Gdraw("alic", 40, 30, 0, 17.5, 10, .0019, .0019);
430   }
431   gMC->Gdhead(1111, "Experimental Hall");
432   gMC->Gdman(18, 2, "MAN");
433 }
434