]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/AliSHIL.cxx
User stepping methods added (E. Futo)
[u/mrichter/AliRoot.git] / STRUCT / AliSHIL.cxx
CommitLineData
4c039060 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/*
17$Log$
9e1a0ddb 18Revision 1.10 2000/10/02 21:28:15 fca
19Removal of useless dependecies via forward declarations
20
94de3818 21Revision 1.9 2000/06/11 12:38:40 morsch
22Coding rule violations corrected
23
b43eb0dc 24Revision 1.8 2000/02/23 13:48:33 morsch
25Detailed composition of insulation material.
26
9af0a493 27Revision 1.7 2000/01/12 15:37:57 morsch
28Base class only
29
3f4d1718 30Revision 1.6 1999/09/29 09:24:30 fca
31Introduction of the Copyright and cvs Log
32
4c039060 33*/
34
fe4da5cc 35///////////////////////////////////////////////////////////////////////////////
36// //
37// Muon Shield Class //
38// This class contains a description of the muon shield //
39// //
40//Begin_Html
41/*
1439f98e 42<img src="picts/AliSHILClass.gif">
fe4da5cc 43*/
44//End_Html
45// //
46// //
47///////////////////////////////////////////////////////////////////////////////
48
49#include "AliSHIL.h"
fe4da5cc 50#include "AliRun.h"
94de3818 51#include "AliMagF.h"
fe4da5cc 52#include "AliConst.h"
53
54ClassImp(AliSHIL)
55
56//_____________________________________________________________________________
57AliSHIL::AliSHIL()
58{
59 //
60 // Default constructor for muon shield
61 //
62}
63
64//_____________________________________________________________________________
65AliSHIL::AliSHIL(const char *name, const char *title)
b8032157 66 : AliModule(name,title)
fe4da5cc 67{
68 //
69 // Standard constructor for muon shield
70 //
71 SetMarkerColor(7);
72 SetMarkerStyle(2);
73 SetMarkerSize(0.4);
74}
75
fe4da5cc 76//_____________________________________________________________________________
77void AliSHIL::CreateGeometry()
78{
79 //
80 // Build muon shield geometry
81 //
fe4da5cc 82}
83
84//_____________________________________________________________________________
85void AliSHIL::CreateMaterials()
86{
87 //
88 // Defines materials for the muon shield
89 //
b43eb0dc 90 Int_t isxfld = gAlice->Field()->Integ();
91 Float_t sxmgmx = gAlice->Field()->Max();
3f4d1718 92// Steel
fe4da5cc 93 Float_t asteel[4] = { 55.847,51.9961,58.6934,28.0855 };
94 Float_t zsteel[4] = { 26.,24.,28.,14. };
95 Float_t wsteel[4] = { .715,.18,.1,.005 };
3f4d1718 96// PbW
fe4da5cc 97 Float_t apbw[2] = { 207.2,183.85 };
98 Float_t zpbw[2] = { 82.,74. };
99 Float_t wpbw[2] = { .5,.5 };
3f4d1718 100// Concrete
101 Float_t aconc[10] = { 1.,12.01,15.994,22.99,24.305,26.98,
102 28.086,39.1,40.08,55.85 };
103 Float_t zconc[10] = { 1.,6.,8.,11.,12.,13.,14.,19.,20.,26. };
104 Float_t wconc[10] = { .01,.001,.529107,.016,.002,.033872,
105 .337021,.013,.044,.014 };
106// Ni-Cu-W alloy
107 Float_t aniwcu[3] ={58.6934, 183.84, 63.546};
108 Float_t zniwcu[3] ={28., 74., 29};
109 Float_t wniwcu[3] ={0.015,0.95,0.035};
110//
111// Insulation powder
9af0a493 112// Si O Ti Al
113 Float_t ains[4] ={28.0855, 15.9994, 47.867, 26.982};
114 Float_t zins[4] ={14., 8. , 22. , 13. };
115 Float_t wins[4] ={ 0.3019, 0.4887, 0.1914, 0.018};
116
fe4da5cc 117 Float_t epsil, stmin, tmaxfd, deemax, stemax;
118
119 // STEEL
120
121
122 // LEAD/TUNGSTEN MIXTURE
123
124
125 // --- Define the various materials for GEANT ---
126 // Aluminum
127 AliMaterial(9, "ALUMINIUM$", 26.98, 13., 2.7, 8.9, 37.2);
128 AliMaterial(29, "ALUMINIUM$", 26.98, 13., 2.7, 8.9, 37.2);
129 AliMaterial(49, "ALUMINIUM$", 26.98, 13., 2.7, 8.9, 37.2);
130
131 // Iron
132 AliMaterial(10, "IRON$ ", 55.85, 26., 7.87, 1.76, 17.1);
133 AliMaterial(30, "IRON$ ", 55.85, 26., 7.87, 1.76, 17.1);
134 AliMaterial(50, "IRON$ ", 55.85, 26., 7.87, 1.76, 17.1);
9af0a493 135
136 //
137 // Copper
138 AliMaterial(11, "COPPER$ ", 63.55, 29., 8.96, 1.43, 15.1);
139 AliMaterial(31, "COPPER$ ", 63.55, 29., 8.96, 1.43, 15.1);
140 AliMaterial(51, "COPPER$ ", 63.55, 29., 8.96, 1.43, 15.1);
fe4da5cc 141
142 // Tungsten
143 AliMaterial(12, "TUNGSTEN$ ", 183.85, 74., 19.3, .35, 10.3);
144 AliMaterial(32, "TUNGSTEN$ ", 183.85, 74., 19.3, .35, 10.3);
145 AliMaterial(52, "TUNGSTEN$ ", 183.85, 74., 19.3, .35, 10.3);
146
147 // Lead
148 AliMaterial(13, "LEAD$ ", 207.19, 82., 11.35, .56, 18.5);
149 AliMaterial(33, "LEAD$ ", 207.19, 82., 11.35, .56, 18.5);
150 AliMaterial(53, "LEAD$ ", 207.19, 82., 11.35, .56, 18.5);
151
152 // Air
153 AliMaterial(15, "AIR$ ", 14.61, 7.3, .001205, 30423.24, 67500);
154 AliMaterial(35, "AIR$ ", 14.61, 7.3, .001205, 30423.24, 67500);
155 AliMaterial(55, "AIR$ ", 14.61, 7.3, .001205, 30423.24, 67500);
156
157 // Vacuum
158 AliMaterial(16, "VACUUM$ ", 1e-16, 1e-16, 1e-16, 1e16, 1e16);
159 AliMaterial(36, "VACUUM$ ", 1e-16, 1e-16, 1e-16, 1e16, 1e16);
160 AliMaterial(56, "VACUUM$ ", 1e-16, 1e-16, 1e-16, 1e16, 1e16);
161
3f4d1718 162 // Stainless Steel
fe4da5cc 163 AliMixture(19, "STAINLESS STEEL$", asteel, zsteel, 7.88, 4, wsteel);
164 AliMixture(39, "STAINLESS STEEL$", asteel, zsteel, 7.88, 4, wsteel);
165 AliMixture(59, "STAINLESS STEEL$", asteel, zsteel, 7.88, 4, wsteel);
166
167 // Lead/Tungsten
168 AliMixture(20, "LEAD/TUNGSTEN$", apbw, zpbw, 15.325, 2, wpbw);
169 AliMixture(40, "LEAD/TUNGSTEN$", apbw, zpbw, 15.325, 2, wpbw);
170 AliMixture(60, "LEAD/TUNGSTEN$", apbw, zpbw, 15.325, 2, wpbw);
3f4d1718 171
172 // Ni-W-Cu
173 AliMixture(21, "Ni-W-Cu$", aniwcu, zniwcu, 18.78, 3, wniwcu);
174 AliMixture(41, "Ni-W-Cu$", aniwcu, zniwcu, 18.78, 3, wniwcu);
175 AliMixture(61, "Ni-W-Cu$", aniwcu, zniwcu, 18.78, 3, wniwcu);
176
177 // Concrete
178 AliMixture(17, "CONCRETE$", aconc, zconc, 2.35, 10, wconc);
179 AliMixture(37, "CONCRETE$", aconc, zconc, 2.35, 10, wconc);
180 AliMixture(57, "CONCRETE$", aconc, zconc, 2.35, 10, wconc);
181
182 // Insulation powder
9af0a493 183 AliMixture(14, "INSULATION$", ains, zins, 0.41, 4, wins);
184 AliMixture(34, "INSULATION$", ains, zins, 0.41, 4, wins);
185 AliMixture(54, "INSULATION$", ains, zins, 0.41, 4, wins);
fe4da5cc 186
187 // ****************
188 // Defines tracking media parameters.
189 // Les valeurs sont commentees pour laisser le defaut
190 // a GEANT (version 3-21, page CONS200), f.m.
191 epsil = .001; // Tracking precision,
192 stemax = -1.; // Maximum displacement for multiple scat
193 tmaxfd = -20.; // Maximum angle due to field deflection
194 deemax = -.3; // Maximum fractional energy loss, DLS
195 stmin = -.8;
196 // ***************
197
198 // Aluminum
b43eb0dc 199 AliMedium(9, "ALU_C0 ", 9, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
200 AliMedium(29, "ALU_C1 ", 29, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
201 AliMedium(49, "ALU_C2 ", 49, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
fe4da5cc 202
203 // Iron
b43eb0dc 204 AliMedium(10, "FE_C0 ", 10, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
205 AliMedium(30, "FE_C1 ", 30, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
206 AliMedium(50, "FE_C2 ", 50, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
9af0a493 207
208 // Iron
b43eb0dc 209 AliMedium(11, "Cu_C0 ", 11, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
210 AliMedium(31, "Cu_C1 ", 31, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
211 AliMedium(51, "Cu_C2 ", 51, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
fe4da5cc 212
213 // Tungsten
b43eb0dc 214 AliMedium(12, "W_C0 ", 12, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
215 AliMedium(32, "W_C1 ", 32, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
216 AliMedium(52, "W_C2 ", 52, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
fe4da5cc 217
218 // Lead
b43eb0dc 219 AliMedium(13, "PB_C0 ", 13, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
220 AliMedium(33, "PB_C1 ", 33, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
221 AliMedium(53, "PB_C2 ", 53, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
3f4d1718 222
223 // Insulation Powder
b43eb0dc 224 AliMedium(14, "INS_C0 ", 14, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
225 AliMedium(34, "INS_C1 ", 34, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
226 AliMedium(54, "INS_C2 ", 54, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
fe4da5cc 227
228 // Air
b43eb0dc 229 AliMedium(15, "AIR_C0 ", 15, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
230 AliMedium(35, "AIR_C1 ", 35, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
231 AliMedium(55, "AIR_C2 ", 55, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
fe4da5cc 232
233 // Vacuum
b43eb0dc 234 AliMedium(16, "VA_C0 ", 16, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
235 AliMedium(36, "VA_C1 ", 36, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
236 AliMedium(56, "VA_C2 ", 56, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
fe4da5cc 237
238 // Steel
b43eb0dc 239 AliMedium(19, "ST_C0 ", 19, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
240 AliMedium(39, "ST_C1 ", 39, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
241 AliMedium(59, "ST_C3 ", 59, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
fe4da5cc 242
243 // Lead/Tungsten
b43eb0dc 244 AliMedium(20, "PB/W0 ", 20, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
245 AliMedium(40, "PB/W1 ", 40, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
246 AliMedium(60, "PB/W3 ", 60, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
3f4d1718 247
248 // Ni/Tungsten
b43eb0dc 249 AliMedium(21, "Ni/W0 ", 21, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
250 AliMedium(41, "Ni/W1 ", 41, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
251 AliMedium(61, "Ni/W3 ", 61, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
3f4d1718 252
253// Concrete
b43eb0dc 254 AliMedium(17, "CC_C0 ", 17, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
255 AliMedium(37, "CC_C1 ", 37, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
256 AliMedium(57, "CC_C2 ", 57, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
3f4d1718 257
fe4da5cc 258}
259
260//_____________________________________________________________________________
b8032157 261void AliSHIL::DrawModule ()
fe4da5cc 262{
b43eb0dc 263 // Drawing options
fe4da5cc 264}
265
266//_____________________________________________________________________________
267void AliSHIL::Init()
268{
269 //
270 // Initialise the muon shield after it has been built
271 //
272 Int_t i;
273 //
9e1a0ddb 274 if(fDebug) {
275 printf("\n%s: ",ClassName());
276 for(i=0;i<35;i++) printf("*");
277 printf(" SHIL_INIT ");
278 for(i=0;i<35;i++) printf("*");
279 printf("\n%s: ",ClassName());
280 //
281 // Here the SHIL initialisation code (if any!)
282 for(i=0;i<80;i++) printf("*");
283 printf("\n");
284 }
fe4da5cc 285}
286
287