]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITSvPPRcoarseasymm.cxx
Some comments added
[u/mrichter/AliRoot.git] / ITS / AliITSvPPRcoarseasymm.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 /*
17 $Log$
18 Revision 1.13  2000/12/10 16:00:45  barbera
19 Added last definition of special media like end-ladder boxes and cones
20
21 Revision 1.12  2000/11/02 15:44:23  barbera
22 Services on the opposite side w.r.t the absorber modified to make room for rails
23
24 Revision 1.10  2000/10/27 17:19:50  barbera
25 Position of rails w.r.t. the interaction point corrected.
26
27 Revision 1.9  2000/10/27 13:31:29  barbera
28 Rails between ITS and TPC added.
29
30 Revision 1.8  2000/10/27 13:03:08  barbera
31 Small changes in the SPD volumes and materials
32
33 Revision 1.6  2000/10/16 14:45:37  barbera
34 Mother volume ITSD modified to avoid some overlaps
35
36 Revision 1.5  2000/10/16 13:49:15  barbera
37 Services volumes slightly modified and material added following Pierluigi Barberis' information
38
39 Revision 1.4  2000/10/07 15:33:07  barbera
40 Small corrections to the ITSV mother volume
41
42 Revision 1.3  2000/10/07 13:06:50  barbera
43 Some new materials and media defined
44
45 Revision 1.2  2000/10/07 10:58:15  barbera
46 Mother volume ITSV corrected
47
48 Revision 1.1  2000/10/06 23:09:24  barbera
49 New coarse geometry (asymmetric services
50
51 Revision 1.20  2000/10/02 21:28:08  fca
52 Removal of useless dependecies via forward declarations
53
54 Revision 1.19  2000/07/10 16:07:19  fca
55 Release version of ITS code
56
57 Revision 1.14.2.2  2000/05/19 10:09:21  nilsen
58 fix for bug with HP and Sun unix + fix for event display in ITS-working branch
59
60 Revision 1.14.2.1  2000/03/04 23:45:19  nilsen
61 Fixed up the comments/documentation.
62
63 Revision 1.14  1999/11/25 06:52:56  fca
64 Correct value of drca
65
66 Revision 1.13.2.1  1999/11/25 06:52:21  fca
67 Correct value of drca
68
69 Revision 1.13  1999/10/27 11:16:26  fca
70 Correction of problem in geometry
71
72 Revision 1.12  1999/10/22 08:25:25  fca
73 remove double definition of destructors
74
75 Revision 1.11  1999/10/22 08:16:49  fca
76 Correct destructors, thanks to I.Hrivnacova
77
78 Revision 1.10  1999/10/06 19:56:50  fca
79 Add destructor
80
81 Revision 1.9  1999/10/05 08:05:09  fca
82 Minor corrections for uninitialised variables.
83
84 Revision 1.8  1999/09/29 09:24:20  fca
85 Introduction of the Copyright and cvs Log
86
87 */
88
89 ///////////////////////////////////////////////////////////////////////////////
90 //                                                                           //
91 //  Inner Traking System version PPR coarse asymmetric                                         //
92 //  This class contains the base procedures for the Inner Tracking System    //
93 //                                                                           //
94 // Authors: R. Barbera
95 // version 6.
96 // Created  2000.
97 //
98 //  NOTE: THIS IS THE COARSE ASYMMETRIC PPR geometry of the ITS. 
99 // THIS WILL NOT WORK
100 // with the geometry or module classes or any analysis classes. You are 
101 // strongly encouraged to uses AliITSv5.
102 //                                                                           //
103 ///////////////////////////////////////////////////////////////////////////////
104  
105 #include <TMath.h>
106 #include <TRandom.h>
107 #include <TVector.h>
108 #include <TGeometry.h>
109 #include <TNode.h>
110 #include <TTUBE.h>
111 #include <TFile.h>    // only required for Tracking function?
112 #include <TCanvas.h>
113 #include <TObjArray.h>
114 #include <TClonesArray.h>
115
116
117 #include "AliMC.h"
118 #include "AliMagF.h"
119 #include "AliConst.h"
120
121 #include "AliITShit.h"
122 #include "AliITSvPPRcoarseasymm.h"
123 #include "AliRun.h"
124
125
126 ClassImp(AliITSvPPRcoarseasymm)
127  
128 //_____________________________________________________________________________
129 AliITSvPPRcoarseasymm::AliITSvPPRcoarseasymm() {
130 ////////////////////////////////////////////////////////////////////////
131 //    Standard default constructor for the ITS version 6.
132 ////////////////////////////////////////////////////////////////////////
133
134   fIdN = 6;
135   fIdName = new TString[fIdN];
136   fIdName[0] = "ITS1";
137   fIdName[1] = "ITS2";
138   fIdName[2] = "ITS3";
139   fIdName[3] = "ITS4";
140   fIdName[4] = "ITS5";
141   fIdName[5] = "ITS6";
142   fIdSens    = new Int_t[fIdN];
143   for (Int_t i=0;i<fIdN;i++) fIdSens[i]=fIdName[i].Length();
144 }
145 //_____________________________________________________________________________
146 AliITSvPPRcoarseasymm::AliITSvPPRcoarseasymm(const char *name, const char *title) : AliITS(name, title){
147 ////////////////////////////////////////////////////////////////////////
148 //    Standard constructor for the ITS version 6.
149 ////////////////////////////////////////////////////////////////////////
150
151   fIdN = 6;
152   fIdName = new TString[fIdN];
153   fIdName[0] = "ITS1";
154   fIdName[1] = "ITS2";
155   fIdName[2] = "ITS3";
156   fIdName[3] = "ITS4";
157   fIdName[4] = "ITS5";
158   fIdName[5] = "ITS6";
159   fIdSens    = new Int_t[fIdN];
160   for (Int_t i=0;i<fIdN;i++) fIdSens[i]=fIdName[i].Length();
161
162 }
163 //____________________________________________________________________________
164 AliITSvPPRcoarseasymm::AliITSvPPRcoarseasymm(const AliITSvPPRcoarseasymm &source){
165 ////////////////////////////////////////////////////////////////////////
166 //     Copy Constructor for ITS version 6.
167 ////////////////////////////////////////////////////////////////////////
168     if(&source == this) return;
169     printf("Not allowed to copy AliITSvPPRcoarseasymm\n");
170     return;
171 }
172 //_____________________________________________________________________________
173 AliITSvPPRcoarseasymm& AliITSvPPRcoarseasymm::operator=(const AliITSvPPRcoarseasymm &source){
174 ////////////////////////////////////////////////////////////////////////
175 //    Assignment operator for the ITS version 6.
176 ////////////////////////////////////////////////////////////////////////
177   if(&source == this) return *this;
178     printf("Not allowed to copy AliITSvPPRcoarseasymm\n");
179   return *this;
180 }
181 //_____________________________________________________________________________
182 AliITSvPPRcoarseasymm::~AliITSvPPRcoarseasymm() {
183 ////////////////////////////////////////////////////////////////////////
184 //    Standard destructor for the ITS version 6.
185 ////////////////////////////////////////////////////////////////////////
186 }
187
188 //__________________________________________________________________________
189 void AliITSvPPRcoarseasymm::BuildGeometry(){
190 ////////////////////////////////////////////////////////////////////////
191 //    Geometry builder for the ITS version 6.
192 ////////////////////////////////////////////////////////////////////////
193     TNode *node, *top;
194     const int kColorITS=kYellow;
195     //
196     top = gAlice->GetGeometry()->GetNode("alice");
197
198     new TTUBE("S_layer1","Layer1 of ITS","void",3.95,3.95+0.05475,12.25);
199     top->cd();
200     node = new TNode("Layer1","Layer1","S_layer1",0,0,0,"");
201     node->SetLineColor(kColorITS);
202     fNodes->Add(node);
203
204     new TTUBE("S_layer2","Layer2 of ITS","void",7.,7.+0.05475,16.3);
205     top->cd();
206     node = new TNode("Layer2","Layer2","S_layer2",0,0,0,"");
207     node->SetLineColor(kColorITS);
208     fNodes->Add(node);
209
210     new TTUBE("S_layer3","Layer3 of ITS","void",15.,15.+0.05288,21.1);
211     top->cd();
212     node = new TNode("Layer3","Layer3","S_layer3",0,0,0,"");
213     node->SetLineColor(kColorITS);
214     fNodes->Add(node);
215
216     new TTUBE("S_layer4","Layer4 of ITS","void",24,24+0.05288,29.6);
217     top->cd();
218     node = new TNode("Layer4","Layer4","S_layer4",0,0,0,"");
219     node->SetLineColor(kColorITS);
220     fNodes->Add(node);
221
222     new TTUBE("S_layer5","Layer5 of ITS","void",40,40+0.05382,45.1);
223     top->cd();
224     node = new TNode("Layer5","Layer5","S_layer5",0,0,0,"");
225     node->SetLineColor(kColorITS);
226     fNodes->Add(node);
227
228     new TTUBE("S_layer6","Layer6 of ITS","void",45,45+0.05382,50.4);
229     top->cd();
230     node = new TNode("Layer6","Layer6","S_layer6",0,0,0,"");
231     node->SetLineColor(kColorITS);
232     fNodes->Add(node);
233 }
234 //_____________________________________________________________________________
235 void AliITSvPPRcoarseasymm::CreateGeometry(){
236 ////////////////////////////////////////////////////////////////////////
237 //    This routine defines and Creates the geometry for version 6 of the ITS.
238 ////////////////////////////////////////////////////////////////////////
239   
240   //INNER RADII OF THE SILICON LAYERS 
241   Float_t rl[6]    = { 3.8095,7.,15.,24.,38.1,43.5765 };   
242   //THICKNESSES OF LAYERS (in % radiation length)
243   Float_t drl[6]   = { 1.03,1.03,0.94,0.95,0.91,0.87 };   
244   //HALF LENGTHS OF LAYERS  
245   Float_t dzl[6]   = { 14.35,14.35,25.1,32.1,49.405,55.27 };
246   //LENGTHS OF END-LADDER BOXES (ALL INCLUDED)
247   Float_t dzb[6]   = { 12.4,12.4,13.5,15.,7.5,7.5 };   
248   //THICKNESSES OF END-LADDER BOXES (ALL INCLUDED)
249   Float_t drb[6]   = { rl[1]-rl[0],0.2,5.,5.,4.,4. };        
250
251  
252   Float_t dits[3], rlim, zmax;
253   Float_t zpos;
254   Float_t pcits[15], xltpc;
255   Int_t idrotm[399], i;
256   Float_t dgh[50];
257   
258   Int_t *idtmed = fIdtmed->GetArray()-199;
259   
260   //     CONVERT INTO CM (RL(SI)=9.36 CM) 
261   for (i = 0; i < 6; ++i) {
262     drl[i] = drl[i] / 100. * 9.36;
263   }
264     
265   //     FIELD CAGE HALF LENGTH 
266   
267   rlim  = 56.;
268   zmax  = 76.708;
269   xltpc = 284.;
270   
271   // --- Define ghost volume containing the whole ITS (including services) 
272   //     and fill it with air 
273   
274   dgh[0] = 0.;
275   dgh[1] = 360.;
276   dgh[2] = 12.;
277   dgh[3] = -xltpc-5.-0.1;
278   dgh[4] = 44.9;
279   dgh[5] = 85.;
280   dgh[6] = -xltpc;
281   dgh[7] = 44.9;
282   dgh[8] = 85.;
283   dgh[9] = -xltpc;
284   dgh[10] = 44.9;
285   dgh[11] = 56.1;
286   dgh[12] = -100.7;
287   dgh[13] = 44.9;
288   dgh[14] = 56.1;
289   dgh[15] = -77.2;
290   dgh[16] = 44.9;
291   dgh[17] = 56.1;
292   dgh[18] = -40.;
293   dgh[19] = 3.295;
294   dgh[20] = 56.1; 
295   dgh[21] = 40.;
296   dgh[22] = 3.295;
297   dgh[23] = 56.1;
298   dgh[24] = 77.2;
299   dgh[25] = 44.9;
300   dgh[26] = 56.1;
301   dgh[27] = 100.7;
302   dgh[28] = 44.9;
303   dgh[29] = 56.1;
304   dgh[30] = xltpc;
305   dgh[31] = 61.5;
306   dgh[32] = 61.5+4.;
307   dgh[33] = xltpc;
308   dgh[34] = 61.5;
309   dgh[35] = 85.;
310   dgh[36] = xltpc+4.+0.1;
311   dgh[37] = 62.4;
312   dgh[38] = 85.;
313
314   gMC->Gsvolu("ITSV", "PCON", idtmed[275], dgh, 39);
315   
316   // --- Place the ghost volume in its mother volume (ALIC) and make it 
317   //     invisible 
318   
319   gMC->Gspos("ITSV", 1, "ALIC", 0., 0., 0., 0, "ONLY");
320   gMC->Gsatt("ITSV", "SEEN", 0); 
321
322
323   // --- Define ghost volume containing the six layers and fill it with air 
324   
325   dgh[0] = 0.;
326   dgh[1] = 360.;
327   dgh[2] = 4.;
328   dgh[3] = -77.2;
329   dgh[4] = 45.;
330   dgh[5] = 56.;
331   dgh[6] = -40.;     
332   dgh[7] = 3.3;
333   dgh[8] = 56.;
334   dgh[9] = 40.;
335   dgh[10] = 3.3;
336   dgh[11] = 56.;
337   dgh[12] = 77.2;
338   dgh[13] = 45.;
339   dgh[14] = 56.;
340   gMC->Gsvolu("ITSD", "PCON", idtmed[275], dgh, 15);
341   
342   // --- Place the ghost volume in its mother volume (ITSV) and make it 
343   //     invisible 
344   
345   gMC->Gspos("ITSD", 1, "ITSV", 0., 0., 0., 0, "ONLY");
346   //gMC->Gsatt("ITSD", "SEEN", 0);
347   
348   //     ITS LAYERS (SILICON) 
349   
350   dits[0] = rl[0];
351   dits[1] = rl[0] + drl[0];
352   dits[2] = dzl[0];
353   gMC->Gsvolu("ITS1", "TUBE", idtmed[199], dits, 3);
354   gMC->Gspos("ITS1", 1, "ITSD", 0., 0., 0., 0, "ONLY");
355   
356   dits[0] = rl[1];
357   dits[1] = rl[1] + drl[1];
358   dits[2] = dzl[1];
359   gMC->Gsvolu("ITS2", "TUBE", idtmed[199], dits, 3);
360   gMC->Gspos("ITS2", 1, "ITSD", 0., 0., 0., 0, "ONLY");
361   
362   dits[0] = rl[2];
363   dits[1] = rl[2] + drl[2];
364   dits[2] = dzl[2];
365   gMC->Gsvolu("ITS3", "TUBE", idtmed[224], dits, 3);
366   gMC->Gspos("ITS3", 1, "ITSD", 0., 0., 0., 0, "ONLY");
367   
368   dits[0] = rl[3];
369   dits[1] = rl[3] + drl[3];
370   dits[2] = dzl[3];
371   gMC->Gsvolu("ITS4", "TUBE", idtmed[224], dits, 3);
372   gMC->Gspos("ITS4", 1, "ITSD", 0., 0., 0., 0, "ONLY");
373   
374   dits[0] = rl[4];
375   dits[1] = rl[4] + drl[4];
376   dits[2] = dzl[4];
377   gMC->Gsvolu("ITS5", "TUBE", idtmed[249], dits, 3);
378   gMC->Gspos("ITS5", 1, "ITSD", 0., 0., 0., 0, "ONLY");
379   
380   dits[0] = rl[5];
381   dits[1] = rl[5] + drl[5];
382   dits[2] = dzl[5];
383   gMC->Gsvolu("ITS6", "TUBE", idtmed[249], dits, 3);
384   gMC->Gspos("ITS6", 1, "ITSD", 0., 0., 0., 0, "ONLY");
385   
386   // END-LADDER ELECTRONICS BOXES AND CABLES FOR SPD
387   
388   gMC->Gsvolu("IEL1", "TUBE", idtmed[208], dits, 0); 
389   for (i = 0; i < 2; i++) {
390     dits[0] = rl[i];
391     dits[1] = dits[0] + drb[i];
392     dits[2] = dzb[i] / 2.;
393     zpos = dzl[i] + dits[2];
394     gMC->Gsposp("IEL1", i+1, "ITSD", 0., 0., zpos, 0, "ONLY", dits, 3);
395     gMC->Gsposp("IEL1", i+1+6, "ITSD", 0., 0.,-zpos, 0, "ONLY", dits, 3);
396   }
397   
398   // END-LADDER ELECTRONICS BOXES AND CABLES FOR SDD
399   
400   gMC->Gsvolu("IEL2", "TUBE", idtmed[237], dits, 0); 
401   for (i = 2; i < 3; i++) {
402     dits[0] = rl[i]-2.5;
403     dits[1] = dits[0] + drb[i];
404     dits[2] = dzb[i] / 2.;
405     zpos = dzl[i] + dits[2];
406     gMC->Gsposp("IEL2", i+1, "ITSD", 0., 0., zpos, 0, "ONLY", dits, 3);
407     gMC->Gsposp("IEL2", i+1+6, "ITSD", 0., 0.,-zpos, 0, "ONLY", dits, 3);
408   }
409   for (i = 3; i < 4; i++) {
410     dits[0] = rl[i]-1.4;
411     dits[1] = dits[0] + drb[i];
412     dits[2] = dzb[i] / 2.;
413     zpos = dzl[i] + dits[2];
414     gMC->Gsposp("IEL2", i+1, "ITSD", 0., 0., zpos, 0, "ONLY", dits, 3);
415     gMC->Gsposp("IEL2", i+1+6, "ITSD", 0., 0.,-zpos, 0, "ONLY", dits, 3);
416   }
417   
418   // END-LADDER ELECTRONICS BOXES AND CABLES FOR SSD
419   
420   gMC->Gsvolu("IEL3", "TUBE", idtmed[263], dits, 0); 
421   for (i = 4; i < 5; i++) {
422     dits[0] = rl[i]+1.4;
423     dits[1] = dits[0] + drb[i];
424     dits[2] = dzb[i] / 2.;
425     zpos = dzl[i] + dits[2];
426     gMC->Gsposp("IEL3", i+1, "ITSD", 0., 0., zpos, 0, "ONLY", dits, 3);
427     gMC->Gsposp("IEL3", i+1+6, "ITSD", 0., 0.,-zpos, 0, "ONLY", dits, 3);
428   }    
429   for (i = 5; i < 6; i++) {
430     dits[0] = rl[i]+0.4235;
431     dits[1] = dits[0] + drb[i];
432     dits[2] = dzb[i] / 2.;
433     zpos = dzl[i] + dits[2];
434     gMC->Gsposp("IEL3", i+1, "ITSD", 0., 0., zpos, 0, "ONLY", dits, 3);
435     gMC->Gsposp("IEL3", i+1+6, "ITSD", 0., 0.,-zpos, 0, "ONLY", dits, 3);
436   }        
437
438   //    DEFINE THERMAL SCREEN FOR SPD
439   
440   pcits[0] = 8.3;
441   pcits[1] = 8.5;
442   pcits[2] = 42.5;
443   gMC->Gsvolu("ICY1", "TUBE", idtmed[274], pcits, 3);   
444   gMC->Gspos("ICY1", 1, "ITSD", 0., 0., 0., 0, "ONLY");
445
446   //    DEFINE END CONES FOR SDD
447   
448   pcits[0] = (59.-42.5)/2.;
449   pcits[1] = 8.5;
450   pcits[2] = 8.5+0.1;
451   pcits[3] = 28.;
452   pcits[4] = 28.+0.1;  
453   gMC->Gsvolu("ICO1", "CONE", idtmed[274], pcits, 5);    
454   AliMatrix(idrotm[200], 90., 0., 90., 90., 180., 0.);
455   gMC->Gspos("ICO1", 1, "ITSD", 0., 0., 42.5+pcits[0], 0, "ONLY");
456   gMC->Gspos("ICO1", 2, "ITSD", 0., 0., -(42.5+pcits[0]), idrotm[200], "ONLY");
457
458   //    DEFINE CYLINDER BETWEEN SDD AND SSD
459   
460   pcits[0] = (59.5-0.13/2.)/2.;
461   pcits[1] = (59.5+0.13/2.)/2.;
462   pcits[2] = 57.;
463   gMC->Gsvolu("ICY2", "TUBE", idtmed[274], pcits, 3);   
464   gMC->Gspos("ICY2", 1, "ITSD", 0., 0., 0., 0, "ONLY"); 
465
466   //    DEFINE END CONES FOR SSD
467   
468   pcits[0] = (74.-59.)/2.;
469   pcits[1] = 28.;
470   pcits[2] = 28.+0.1;
471   pcits[3] = 47.;
472   pcits[4] = 47.+0.1;
473   gMC->Gsvolu("ICO2", "CONE", idtmed[266], pcits, 5);    
474   gMC->Gspos("ICO2", 1, "ITSD", 0., 0., 59.+pcits[0], 0, "ONLY");
475   
476   // SERVICES
477     
478   // --- DEFINE CABLES AT THE END OF THE ITS CONES - COPPER PART
479   
480   dgh[0] = 45.;
481   dgh[1] = 45.+1.0;
482   dgh[2] = 9.5;
483   
484   gMC->Gsvolu("ICCU", "TUBE", idtmed[279], dgh, 3);  
485   gMC->Gspos("ICCU", 1, "ITSV", 0., 0., 86.7, 0, "ONLY");
486   gMC->Gspos("ICCU", 2, "ITSV", 0., 0., -86.7, idrotm[200], "ONLY");
487   
488   // --- DEFINE CABLES AT THE END OF THE ITS CONES - CARBON PART
489   
490   dgh[0] = 45.+1.0;
491   dgh[1] = 45.+1.0+1.5;
492   dgh[2] = 9.5;
493   
494   gMC->Gsvolu("ICCC", "TUBE", idtmed[274], dgh, 3);  
495   gMC->Gspos("ICCC", 1, "ITSV", 0., 0., 86.7, 0, "ONLY");
496   gMC->Gspos("ICCC", 2, "ITSV", 0., 0., -86.7, idrotm[200], "ONLY");  
497   
498   // --- DEFINE PATCH PANELS AT THE END OF THE ITS CONES
499   
500   dgh[0] = 45.;
501   dgh[1] = 56.;
502   dgh[2] = 2.25;
503   
504   gMC->Gsvolu("IPAN", "TUBE", idtmed[285], dgh, 3);  
505   gMC->Gspos("IPAN", 1, "ITSV", 0., 0., 98.45, 0, "ONLY");  
506   gMC->Gspos("IPAN", 2, "ITSV", 0., 0., -98.45, idrotm[200], "ONLY"); 
507   
508   // --- DEFINE CABLES/COOLING BELOW THE TPC ON THE ABSORBER SIDE - COPPER PART
509   //     UPPER PART
510   
511   dgh[0] = (xltpc-100.7)/2.;
512   dgh[1] = 45.2;
513   dgh[2] = 45.2+1.0;
514   dgh[3] = 61.8;
515   dgh[4] = 61.8+1.0;
516   dgh[5] = 12.;    
517   dgh[6] = 168.;
518   gMC->Gsvolu("ICU1", "CONS", idtmed[279], dgh, 7);    
519   gMC->Gspos("ICU1", 1, "ITSV", 0., 0., 100.7+dgh[0], 0, "ONLY");    
520   
521   // --- DEFINE CABLES/COOLING BELOW THE TPC ON THE ABSORBER SIDE - COPPER PART
522   //     LOWER PART
523   
524   dgh[0] = (xltpc-100.7)/2.;
525   dgh[1] = 45.2;
526   dgh[2] = 45.2+1.0;
527   dgh[3] = 61.8;
528   dgh[4] = 61.8+1.0;
529   dgh[5] = 192.;    
530   dgh[6] = 348.;
531   gMC->Gsvolu("ICU2", "CONS", idtmed[279], dgh, 7);    
532   gMC->Gspos("ICU2", 1, "ITSV", 0., 0., 100.7+dgh[0], 0, "ONLY");  
533
534    // --- DEFINE CABLES/COOLING BELOW THE TPC ON THE ABSORBER SIDE - CARBON PART
535    //     UPPER PART
536   
537   dgh[0] = (xltpc-100.7)/2.;
538   dgh[1] = 45.2+1.0;
539   dgh[2] = 45.2+1.0+1.5;
540   dgh[3] = 61.8+1.0;
541   dgh[4] = 61.8+1.0+1.5;
542   dgh[5] = 12.;    
543   dgh[6] = 168.;  
544   gMC->Gsvolu("ICC1", "CONS", idtmed[274], dgh, 7);    
545   gMC->Gspos("ICC1", 1, "ITSV", 0., 0., 100.7+dgh[0], 0, "ONLY");   
546   
547   // --- DEFINE CABLES/COOLING BELOW THE TPC ON THE ABSORBER SIDE - CARBON PART
548   //     LOWER PART
549   
550   dgh[0] = (xltpc-100.7)/2.;
551   dgh[1] = 45.2+1.0;
552   dgh[2] = 45.2+1.0+1.5;
553   dgh[3] = 61.8+1.0;
554   dgh[4] = 61.8+1.0+1.5;
555   dgh[5] = 192.;    
556   dgh[6] = 348.;  
557   gMC->Gsvolu("ICC2", "CONS", idtmed[274], dgh, 7);    
558   gMC->Gspos("ICC2", 1, "ITSV", 0., 0., 100.7+dgh[0], 0, "ONLY");  
559    
560   // --- DEFINE CABLES/COOLING BEHIND THE TPC ON THE ABSORBER SIDE - COPPER PART
561   //     UPPER PART
562     
563   dgh[0] = 62.5;
564   dgh[1] = 74.5;
565   dgh[2] = 0.5;
566   dgh[3] = 12.;
567   dgh[4] = 168.;
568   gMC->Gsvolu("ICU3", "TUBS", idtmed[279], dgh, 5);    
569   gMC->Gspos("ICU3", 1, "ITSV", 0., 0., xltpc+1.5+dgh[2], 0, "ONLY");  
570
571   // --- DEFINE CABLES/COOLING BEHIND THE TPC ON THE ABSORBER SIDE - COPPER PART
572   //     LOWER PART
573   
574   dgh[0] = 62.5;
575   dgh[1] = 74.5;
576   dgh[2] = 0.5;
577   dgh[3] = 192.;
578   dgh[4] = 348.;
579   gMC->Gsvolu("ICU4", "TUBS", idtmed[279], dgh, 5);    
580   gMC->Gspos("ICU4", 1, "ITSV", 0., 0., xltpc+1.5+dgh[2], 0, "ONLY");      
581      
582   // --- DEFINE CABLES/COOLING BEHIND THE TPC ON THE ABSORBER SIDE - CARBON PART
583   //     UPPER PART
584
585   dgh[0] = 62.5;
586   dgh[1] = 74.5;
587   dgh[2] = 0.75;
588   dgh[3] = 12.;
589   dgh[4] = 168.;
590   gMC->Gsvolu("ICC3", "TUBS", idtmed[274], dgh, 5);    
591   gMC->Gspos("ICC3", 1, "ITSV", 0., 0., xltpc+dgh[2], 0, "ONLY");   
592     
593   // --- DEFINE CABLES/COOLING BEHIND THE TPC ON THE ABSORBER SIDE - CARBON PART
594   //     LOWER PART
595
596   dgh[0] = 62.5;
597   dgh[1] = 74.5;
598   dgh[2] = 0.75;
599   dgh[3] = 192.;
600   dgh[4] = 348.;
601   gMC->Gsvolu("ICC4", "TUBS", idtmed[274], dgh, 5);    
602   gMC->Gspos("ICC4", 1, "ITSV", 0., 0., xltpc+dgh[2], 0, "ONLY");  
603   
604   // --- DEFINE CABLES/COOLING BELOW THE TPC ON THE OTHER SIDE W.R.T.
605   //     THE ABSORBER - COPPER PART - UPPER PART
606   
607   dgh[0] = 45.;
608   dgh[1] = 45.+1.0;
609   dgh[2] = (xltpc-100.7+1.5)/2.;
610   dgh[3] = 12.;
611   dgh[4] = 168.;
612   gMC->Gsvolu("ICU5", "TUBS", idtmed[279], dgh, 5);   
613   gMC->Gspos("ICU5", 1, "ITSV", 0., 0., -100.7-dgh[2], 0, "ONLY");  
614   
615   // --- DEFINE CABLES/COOLING BELOW THE TPC ON THE OTHER SIDE W.R.T.
616   //     THE ABSORBER - COPPER PART - LOWER PART
617   
618   dgh[0] = 45.;
619   dgh[1] = 45.+1.0;
620   dgh[2] = (xltpc-100.7+1.5)/2.;
621   dgh[3] = 192.;
622   dgh[4] = 348.;  
623   gMC->Gsvolu("ICU6", "TUBS", idtmed[279], dgh, 5);   
624   gMC->Gspos("ICU6", 1, "ITSV", 0., 0., -100.7-dgh[2], 0, "ONLY");    
625   
626   // --- DEFINE CABLES/COOLING BELOW THE TPC ON THE OTHER SIDE W.R.T.
627   //     THE ABSORBER - CARBON PART - UPPER PART
628   
629   dgh[0] = 45.+1.0;
630   dgh[1] = 45.+1.0+1.5;
631   dgh[2] = (xltpc-100.7)/2.;
632   dgh[3] = 12.;
633   dgh[4] = 168.;  
634   gMC->Gsvolu("ICC5", "TUBS", idtmed[274], dgh, 5);   
635   gMC->Gspos("ICC5", 1, "ITSV", 0., 0., -100.7-dgh[2], 0, "ONLY");   
636   
637   // --- DEFINE CABLES/COOLING BELOW THE TPC ON THE OTHER SIDE W.R.T.
638   //     THE ABSORBER - CARBON PART - LOWER PART
639   
640   dgh[0] = 45.+1.0;
641   dgh[1] = 45.+1.0+1.5;
642   dgh[2] = (xltpc-100.7)/2.;
643   dgh[3] = 192.;
644   dgh[4] = 348.;  
645   gMC->Gsvolu("ICC6", "TUBS", idtmed[274], dgh, 5);   
646   gMC->Gspos("ICC6", 1, "ITSV", 0., 0., -100.7-dgh[2], 0, "ONLY");      
647
648   // --- DEFINE CABLES/COOLING BEHIND THE TPC ON OTHER SIDE W.R.T. THE ABSORBER
649   //     COPPER PART - UPPER PART
650     
651   dgh[0] = 45.;
652   dgh[1] = 74.5;
653   dgh[2] = 0.5;
654   dgh[3] = 12.;
655   dgh[4] = 168.;  
656   gMC->Gsvolu("ICU7", "TUBS", idtmed[279], dgh, 5);   
657   gMC->Gspos("ICU7", 1, "ITSV", 0., 0., -(xltpc+1.5+dgh[2]), 0, "ONLY");  
658   
659   // --- DEFINE CABLES/COOLING BEHIND THE TPC ON OTHER SIDE W.R.T. THE ABSORBER
660   //     COPPER PART - LOWER PART
661     
662   dgh[0] = 45.;
663   dgh[1] = 74.5;
664   dgh[2] = 0.5;
665   dgh[3] = 192.;
666   dgh[4] = 348.;   
667   gMC->Gsvolu("ICU8", "TUBS", idtmed[279], dgh, 5);   
668   gMC->Gspos("ICU8", 1, "ITSV", 0., 0., -(xltpc+1.5+dgh[2]), 0, "ONLY");      
669     
670   // --- DEFINE CABLES/COOLING BEHIND THE TPC ON OTHER SIDE W.R.T. THE ABSORBER
671   //     CARBON PART - UPPER PART
672   
673   dgh[0] = 45.+1.0;
674   dgh[1] = 74.5;
675   dgh[2] = 0.75;
676   dgh[3] = 12.;
677   dgh[4] = 168.;   
678   gMC->Gsvolu("ICC7", "TUBS", idtmed[274], dgh, 5);   
679   gMC->Gspos("ICC7", 1, "ITSV", 0., 0., -(xltpc+dgh[2]), 0, "ONLY"); 
680   
681   // --- DEFINE CABLES/COOLING BEHIND THE TPC ON OTHER SIDE W.R.T. THE ABSORBER
682   //     CARBON PART - LOWER PART
683   
684   dgh[0] = 45.+1.0;
685   dgh[1] = 74.5;
686   dgh[2] = 0.75;
687   dgh[3] = 192.;
688   dgh[4] = 348.;     
689   gMC->Gsvolu("ICC8", "TUBS", idtmed[274], dgh, 5);   
690   gMC->Gspos("ICC8", 1, "ITSV", 0., 0., -(xltpc+dgh[2]), 0, "ONLY");        
691     
692   // --- DEFINE HOOK TO THE TPC ON OTHER SIDE W.R.T. THE ABSORBER - UPPER PART
693   
694   dgh[0] = 74.5;
695   dgh[1] = 79.5;
696   dgh[2] = 2.5;
697   dgh[3] = 12.;
698   dgh[4] = 168.;    
699   gMC->Gsvolu("IHK1", "TUBS", idtmed[284], dgh, 5);  
700   gMC->Gspos("IHK1", 1, "ITSV", 0., 0., -xltpc-dgh[2], 0, "ONLY");   
701   
702   // --- DEFINE HOOK TO THE TPC ON OTHER SIDE W.R.T. THE ABSORBER - LOWER PART
703   
704   dgh[0] = 74.5;
705   dgh[1] = 79.5;
706   dgh[2] = 2.5;
707   dgh[3] = 192.;
708   dgh[4] = 348.;    
709   gMC->Gsvolu("IHK2", "TUBS", idtmed[284], dgh, 5);  
710   gMC->Gspos("IHK2", 1, "ITSV", 0., 0., -xltpc-dgh[2], 0, "ONLY");      
711   
712   // --- DEFINE RAILS BETWEEN THE ITS AND THE TPC
713   
714   //dgh[0] = 0.85;
715   //dgh[1] = 10.;
716   //dgh[2] = 190.;  
717   //gMC->Gsvolu("IRAI", "BOX ", idtmed[285], dgh, 3);   
718   //gMC->Gspos("IRAI", 1, "ITSV", 53., 0., -69.5, 0, "ONLY");
719   //gMC->Gspos("IRAI", 2, "ITSV", -53., 0., -69.5, 0, "ONLY");        
720
721   // --- DEFINE CYLINDERS HOLDING RAILS BETWEEN THE ITS AND THE TPC
722   
723   dgh[0] = 58.;
724   dgh[1] = 59.;
725   dgh[2] = 0.6;    
726   gMC->Gsvolu("ICYL", "TUBE", idtmed[285], dgh, 3);   
727   gMC->Gspos("ICYL", 1, "ALIC", 0., 0., 74., 0, "ONLY");
728   gMC->Gspos("ICYL", 2, "ALIC", 0., 0., -74., idrotm[200], "ONLY");     
729   
730   // --- Outputs the geometry tree in the EUCLID/CAD format 
731   
732   if (fEuclidOut) {
733     gMC->WriteEuclid("ITSgeometry", "ITSV", 1, 5);
734   }
735 }
736 //_____________________________________________________________________________
737 void AliITSvPPRcoarseasymm::CreateMaterials(){
738 ////////////////////////////////////////////////////////////////////////
739   //
740   // Create ITS materials
741   //     This function defines the default materials used in the Geant
742   // Monte Carlo simulations for the geometries AliITSv1, AliITSv3,
743   // AliITSvPPRcoarseasymm.
744   // In general it is automatically replaced by
745   // the CreatMaterials routine defined in AliITSv?. Should the function
746   // CreateMaterials not exist for the geometry version you are using this
747   // one is used. See the definition found in AliITSv5 or the other routine
748   // for a complete definition.
749   //
750   // Water H2O
751   Float_t awat[2]  = { 1.00794,15.9994 };
752   Float_t zwat[2]  = { 1.,8. };
753   Float_t wwat[2]  = { 2.,1. };
754   Float_t denswat  = 1.;
755   // Freon
756   Float_t afre[2]  = { 12.011,18.9984032 };
757   Float_t zfre[2]  = { 6.,9. };
758   Float_t wfre[2]  = { 5.,12. };
759   Float_t densfre  = 1.5;
760   // Ceramics
761   //     94.4% Al2O3 , 2.8% SiO2 , 2.3% MnO , 0.5% Cr2O3 
762   Float_t acer[5]  = { 26.981539,15.9994,28.0855,54.93805,51.9961 };
763   Float_t zcer[5]  = { 13.,8.,14.,25.,      24. };
764   Float_t wcer[5]  = { .49976,1.01233,.01307,       .01782,.00342 };
765   Float_t denscer  = 3.6;
766   //
767   //     60% SiO2 , 40% G10FR4 
768   // PC board
769   Float_t apcb[3]  = { 28.0855,15.9994,17.749 };
770   Float_t zpcb[3]  = { 14.,8.,8.875 };
771   Float_t wpcb[3]  = { .28,.32,.4 };
772   Float_t denspcb  = 1.8;
773   // POLYETHYL
774   Float_t apoly[2] = { 12.01,1. };
775   Float_t zpoly[2] = { 6.,1. };
776   Float_t wpoly[2] = { .33,.67 };
777   // old SERVICES
778   Float_t zserv[4] = { 1.,6.,26.,29. };
779   Float_t aserv[4] = { 1.,12.,55.8,63.5 };
780   Float_t wserv[4] = { .014,.086,.42,.48 };
781   // Stainless steel
782   Float_t asteel[4] = { 55.847,51.9961,58.6934,28.0855 };
783   Float_t zsteel[4] = { 26.,24.,28.,14. };
784   Float_t wsteel[4] = { .715,.18,.1,.005 };
785   
786   
787   Int_t  isxfld  = gAlice->Field()->Integ();
788   Float_t sxmgmx = gAlice->Field()->Max();
789   
790   
791   // --- Define the various materials for GEANT --- 
792   
793   //  200-224 --> Silicon Pixel Detectors (detectors, chips, buses, cooling,..)
794   
795   AliMaterial(0, "SPD Si$",      28.0855, 14., 2.33, 9.36, 999);
796   AliMaterial(1, "SPD Si chip$", 28.0855, 14., 2.33, 9.36, 999);
797   AliMaterial(2, "SPD Si bus$",  28.0855, 14., 2.33, 9.36, 999);
798   AliMaterial(3, "SPD C$",       12.011,   6., 2.265,18.8, 999);
799   // v. dens 
800   AliMaterial(4, "SPD Air$",    14.61, 7.3, .001205, 30423., 999);
801   AliMaterial(5, "SPD Vacuum$", 1e-16, 1e-16, 1e-16, 1e16, 1e16);
802   AliMaterial(6, "SPD Al$",     26.981539, 13., 2.6989, 8.9, 999);
803   AliMixture( 7, "SPD Water $", awat, zwat, denswat, -2, wwat);
804   AliMixture( 8, "SPD Freon$",  afre, zfre, densfre, -2, wfre);
805   AliMaterial(9, "SPD End ladder$", 55.845, 26., 7.87/10., 1.76*10., 999); 
806   //AliMaterial(9, "SPD End ladder$", 55.845, 26., -7.87/10., -1.76*10., 999);   
807   AliMaterial(10, "SPD cone$",28.0855, 14., 2.33, 9.36, 999);       // check !!!!
808   // ** 
809   AliMedium(0, "SPD Si$",        0, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
810   AliMedium(1, "SPD Si chip$",   1, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
811   AliMedium(2, "SPD Si bus$",    2, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
812   AliMedium(3, "SPD C$",         3, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
813   AliMedium(4, "SPD Air$",       4, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
814   AliMedium(5, "SPD Vacuum$",    5, 0,isxfld,sxmgmx, 10.,1.00, .1, .100,10.00);
815   AliMedium(6, "SPD Al$",        6, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
816   AliMedium(7, "SPD Water $",    7, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
817   AliMedium(8, "SPD Freon$",     8, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
818   AliMedium(9, "SPD End ladder$",9, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
819   AliMedium(10, "SPD cone$",    10, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);   
820   
821   //  225-249 --> Silicon Drift Detectors (detectors, chips, buses, cooling,..)
822   
823   AliMaterial(25, "SDD Si$",      28.0855, 14., 2.33,  9.36, 999);
824   AliMaterial(26, "SDD Si chip$", 28.0855, 14., 2.33,  9.36, 999);
825   AliMaterial(27, "SDD Si bus$",  28.0855, 14., 2.33,  9.36, 999);
826   AliMaterial(28, "SDD C$",       12.011,   6., 2.265,18.8,  999);
827   // v. dens 
828   AliMaterial(29, "SDD Air$",     14.61, 7.3, .001205, 30423., 999);
829   AliMaterial(30, "SDD Vacuum$",  1e-16, 1e-16, 1e-16, 1e16,  1e16);
830   AliMaterial(31, "SDD Al$",      26.981539, 13., 2.6989, 8.9, 999);
831   // After a call with ratios by number (negative number of elements), 
832   // the ratio array is changed to the ratio by weight, so all successive 
833   // calls with the same array must specify the number of elements as 
834   // positive 
835   AliMixture(32, "SDD Water $", awat, zwat, denswat, 2, wwat);
836   // After a call with ratios by number (negative number of elements), 
837   // the ratio array is changed to the ratio by weight, so all successive 
838   // calls with the same array must specify the number of elements as 
839   // positive 
840   AliMixture( 33, "SDD Freon$", afre, zfre, densfre, 2, wfre);
841   AliMixture( 34, "SDD PCB$",   apcb, zpcb, denspcb, 3, wpcb);
842   AliMaterial(35, "SDD Copper$", 63.546, 29., 8.96, 1.43, 999);
843   AliMixture( 36, "SDD Ceramics$", acer, zcer, denscer, -5, wcer);
844   AliMaterial(37, "SDD Kapton$", 12.011, 6., 1.3, 31.27, 999);
845   AliMaterial(38, "SDD End ladder$", 69.9298, 29.8246, 0.3824, 36.5103, 999); 
846   AliMaterial(39, "SDD cone$",63.546, 29., 1.15, 1.265, 999);       
847   //AliMaterial(38, "SDD End ladder$", 69.9298, 29.8246, -0.3824, -36.5103, 999); 
848   //AliMaterial(39, "SDD cone$",63.546, 29., -1.15, -1.265, 999);       
849
850   // ** 
851   // check A and Z 
852   AliMedium(25, "SDD Si$",        25, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
853   AliMedium(26, "SDD Si chip$",   26, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
854   AliMedium(27, "SDD Si bus$",    27, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
855   AliMedium(28, "SDD C$",         28, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
856   AliMedium(29, "SDD Air$",       29, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
857   AliMedium(30, "SDD Vacuum$",    30, 0,isxfld,sxmgmx, 10.,1.00, .1, .100,10.00);
858   AliMedium(31, "SDD Al$",        31, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
859   AliMedium(32, "SDD Water $",    32, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
860   AliMedium(33, "SDD Freon$",     33, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
861   AliMedium(34, "SDD PCB$",       34, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
862   AliMedium(35, "SDD Copper$",    35, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
863   AliMedium(36, "SDD Ceramics$",  36, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
864   AliMedium(37, "SDD Kapton$",    37, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
865   AliMedium(38, "SDD End ladder$",38, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
866   AliMedium(39, "SDD cone$",      39, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
867   
868   //  250-274 --> Silicon Strip Detectors (detectors, chips, buses, cooling,..)
869   
870   AliMaterial(50, "SSD Si$",      28.0855, 14., 2.33, 9.36, 999.);
871   AliMaterial(51, "SSD Si chip$", 28.0855, 14., 2.33, 9.36, 999.);
872   AliMaterial(52, "SSD Si bus$",  28.0855, 14., 2.33, 9.36, 999.);
873   AliMaterial(53, "SSD C$",       12.011,   6., 2.265,18.8, 999.);
874   // v. dens 
875   AliMaterial(54, "SSD Air$",     14.61, 7.3, .001205, 30423., 999);
876   AliMaterial(55, "SSD Vacuum$",  1e-16, 1e-16, 1e-16, 1e16, 1e16);
877   AliMaterial(56, "SSD Al$",      26.981539, 13., 2.6989, 8.9, 999);
878   // After a call with ratios by number (negative number of elements), 
879   // the ratio array is changed to the ratio by weight, so all successive 
880   // calls with the same array must specify the number of elements as 
881   // positive 
882   AliMixture(57, "SSD Water $", awat, zwat, denswat, 2, wwat);
883   // After a call with ratios by number (negative number of elements), 
884   // the ratio array is changed to the ratio by weight, so all successive 
885   // calls with the same array must specify the number of elements as 
886   // positive 
887   AliMixture(58, "SSD Freon$", afre, zfre, densfre, 2, wfre);
888   AliMixture(59, "SSD PCB$",   apcb, zpcb, denspcb, 3, wpcb);
889   AliMaterial(60, "SSD Copper$", 63.546, 29., 8.96, 1.43, 999.);
890   // After a call with ratios by number (negative number of elements), 
891   // the ratio array is changed to the ratio by weight, so all successive 
892   // calls with the same array must specify the number of elements as 
893   // positive 
894   AliMixture( 61, "SSD Ceramics$", acer, zcer, denscer, 5, wcer);
895   AliMaterial(62, "SSD Kapton$", 12.011, 6., 1.3, 31.27, 999.);
896   // check A and Z 
897   AliMaterial(63, "SSD G10FR4$", 17.749, 8.875, 1.8, 21.822, 999.);
898   AliMaterial(64, "SSD End ladder$", 32.0988, 15.4021, 0.68, 35.3238, 999); 
899   AliMaterial(65, "SSD cone$",63.546, 29., 1.15, 1.265, 999);  
900   //AliMaterial(64, "SSD End ladder$", 32.0988, 15.4021, -0.68, -35.3238, 999); 
901   //AliMaterial(65, "SSD cone$",63.546, 29., -1.15, -1.265, 999);    
902   // ** 
903   AliMedium(50, "SSD Si$",        50, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
904   AliMedium(51, "SSD Si chip$",   51, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
905   AliMedium(52, "SSD Si bus$",    52, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
906   AliMedium(53, "SSD C$",         53, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
907   AliMedium(54, "SSD Air$",       54, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
908   AliMedium(55, "SSD Vacuum$",    55, 0,isxfld,sxmgmx, 10.,1.00, .1, .100,10.00);
909   AliMedium(56, "SSD Al$",        56, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
910   AliMedium(57, "SSD Water $",    57, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
911   AliMedium(58, "SSD Freon$",     58, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
912   AliMedium(59, "SSD PCB$",       59, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
913   AliMedium(60, "SSD Copper$",    60, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
914   AliMedium(61, "SSD Ceramics$",  61, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
915   AliMedium(62, "SSD Kapton$",    62, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
916   AliMedium(63, "SSD G10FR4$",    63, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
917   AliMedium(64, "SSD End ladder$",64, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
918   AliMedium(65, "SSD cone$",      65, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
919
920   //     275-299 --> General (end-caps, frames, cooling, cables, etc.) 
921   
922   AliMaterial(75, "GEN C$", 12.011, 6., 2.265, 18.8, 999.);
923   // verify density 
924   AliMaterial(76, "GEN Air$", 14.61, 7.3, .001205, 30423., 999);
925   AliMaterial(77, "GEN Vacuum$", 1e-16, 1e-16, 1e-16, 1e16, 1e16);
926   AliMixture( 78, "GEN POLYETHYL$", apoly, zpoly, .95, -2, wpoly);
927   AliMixture( 79, "GEN SERVICES$",  aserv, zserv, 4.68, 4, wserv);
928   AliMaterial(80, "GEN Copper$", 63.546, 29., 8.96, 1.43, 999.);
929   // After a call with ratios by number (negative number of elements), 
930   // the ratio array is changed to the ratio by weight, so all successive 
931   // calls with the same array must specify the number of elements as 
932   // positive 
933   AliMixture(81, "GEN Water $", awat, zwat, denswat, 2, wwat);
934 //  AliMaterial(82, "GEN Cables$", 12.011, 6., 2.265, 18.8, 999.);  // check !!!
935 //  AliMaterial(83, "GEN patch pan$", 12.011, 6., 2.265, 18.8, 999.);  // check !!!  
936 //  AliMaterial(84, "GEN serv$", 12.011, 6., 2.265, 18.8, 999.);  // check !!!  
937   AliMixture(85, "GEN Inox$", asteel, zsteel, 7.88, 4, wsteel);
938   AliMaterial(86, "GEN Al$",      26.981539, 13., 2.6989, 8.9, 999);
939   // ** 
940   AliMedium(75,"GEN C$",        75, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
941   AliMedium(76,"GEN Air$",      76, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
942   AliMedium(77,"GEN Vacuum$",   77, 0,isxfld,sxmgmx, 10., .10, .1, .100,10.00);
943   AliMedium(78,"GEN POLYETHYL$",78, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
944   AliMedium(79,"GEN SERVICES$", 79, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
945   AliMedium(80,"GEN Copper$",   80, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
946   AliMedium(81,"GEN Water $",   81, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
947 //  AliMedium(82,"GEN Cables$",   82, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
948 //  AliMedium(83,"GEN patch pan$",83, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);  
949 //  AliMedium(84,"GEN serv$",     84, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
950   AliMedium(85,"GEN Inox$",     85, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
951   AliMedium(86, "GEN Al$",      86, 0,isxfld,sxmgmx, 10., .01, .1, .003, .003);
952 }
953 //_____________________________________________________________________________
954 void AliITSvPPRcoarseasymm::Init(){
955 ////////////////////////////////////////////////////////////////////////
956 //     Initialise the ITS after it has been created.
957 ////////////////////////////////////////////////////////////////////////
958
959     //
960     AliITS::Init();
961     fMajorVersion = 1;
962     fMinorVersion = 0;
963 }  
964  
965 //_____________________________________________________________________________
966 void AliITSvPPRcoarseasymm::DrawModule(){
967 ////////////////////////////////////////////////////////////////////////
968 //     Draw a shaded view of the FMD version 6.
969 ////////////////////////////////////////////////////////////////////////
970   
971   // Set everything unseen
972   gMC->Gsatt("*", "seen", -1);
973   // 
974   // Set ALIC mother visible
975   gMC->Gsatt("ALIC","SEEN",0);
976   //
977   // Set the volumes visible
978   gMC->Gsatt("ITSD","SEEN",0);
979   gMC->Gsatt("ITS1","SEEN",1);
980   gMC->Gsatt("ITS2","SEEN",1);
981   gMC->Gsatt("ITS3","SEEN",1);
982   gMC->Gsatt("ITS4","SEEN",1);
983   gMC->Gsatt("ITS5","SEEN",1);
984   gMC->Gsatt("ITS6","SEEN",1);
985
986   gMC->Gsatt("IPCB","SEEN",1);
987   gMC->Gsatt("ICO2","SEEN",1);
988   gMC->Gsatt("ICER","SEEN",0);
989   gMC->Gsatt("ISI2","SEEN",0);
990   gMC->Gsatt("IPLA","SEEN",0);
991   gMC->Gsatt("ICO3","SEEN",0);
992   gMC->Gsatt("IEPX","SEEN",0);
993   gMC->Gsatt("ISI3","SEEN",1);
994   gMC->Gsatt("ISUP","SEEN",0);
995   gMC->Gsatt("ICHO","SEEN",0);
996   gMC->Gsatt("ICMO","SEEN",0);
997   gMC->Gsatt("ICMD","SEEN",0);
998   gMC->Gsatt("ICCO","SEEN",1);
999   gMC->Gsatt("ICCM","SEEN",0);
1000   gMC->Gsatt("ITMD","SEEN",0);
1001   gMC->Gsatt("ITTT","SEEN",1);
1002
1003   //
1004   gMC->Gdopt("hide", "on");
1005   gMC->Gdopt("shad", "on");
1006   gMC->Gsatt("*", "fill", 7);
1007   gMC->SetClipBox(".");
1008   gMC->SetClipBox("*", 0, 300, -300, 300, -300, 300);
1009   gMC->DefaultRange();
1010   gMC->Gdraw("alic", 40, 30, 0, 11, 10, .07, .07);
1011   gMC->Gdhead(1111, "Inner Tracking System Version 1");
1012   gMC->Gdman(17, 6, "MAN");
1013 }
1014 //_____________________________________________________________________________
1015 void AliITSvPPRcoarseasymm::StepManager(){
1016 ////////////////////////////////////////////////////////////////////////
1017 //    Called for every step in the ITS, then calls the AliITShit class
1018 // creator with the information to be recoreded about that hit.
1019 ////////////////////////////////////////////////////////////////////////
1020
1021 /*
1022   Int_t         copy, id;
1023   Float_t       hits[8];
1024   Int_t         vol[4];
1025   TLorentzVector position, momentum;
1026 //  TClonesArray &lhits = *fHits;
1027 //
1028 // no hits for this coarse asymmetric version.
1029 //
1030
1031   //
1032   // Track status
1033   vol[3] = 0;
1034   if(gMC->IsTrackInside())      vol[3] +=  1;
1035   if(gMC->IsTrackEntering())    vol[3] +=  2;
1036   if(gMC->IsTrackExiting())     vol[3] +=  4;
1037   if(gMC->IsTrackOut())         vol[3] +=  8;
1038   if(gMC->IsTrackDisappeared()) vol[3] += 16;
1039   if(gMC->IsTrackStop())        vol[3] += 32;
1040   if(gMC->IsTrackAlive())       vol[3] += 64;
1041   //
1042   // Fill hit structure.
1043   if( !(gMC->TrackCharge()) ) return;
1044     //
1045     // Only entering charged tracks
1046     if((id=gMC->CurrentVolID(copy))==fIdSens[0]) {  
1047       vol[0]=1;
1048       id=gMC->CurrentVolOffID(1,copy);      
1049       vol[1]=copy;
1050       id=gMC->CurrentVolOffID(2,copy);
1051       vol[2]=copy;                       
1052     } else if(id==fIdSens[1]) {
1053       vol[0]=2;
1054       id=gMC->CurrentVolOffID(1,copy);       
1055       vol[1]=copy;
1056       id=gMC->CurrentVolOffID(2,copy);
1057       vol[2]=copy;                    
1058     } else if(id==fIdSens[2]) {
1059       vol[0]=3;
1060       vol[1]=copy;
1061       id=gMC->CurrentVolOffID(1,copy);
1062       vol[2]=copy;             
1063     } else if(id==fIdSens[3]) {
1064       vol[0]=4;
1065       vol[1]=copy;
1066       id=gMC->CurrentVolOffID(1,copy);
1067       vol[2]=copy;                  
1068     } else if(id==fIdSens[4]) {
1069       vol[0]=5;
1070       vol[1]=copy;
1071       id=gMC->CurrentVolOffID(1,copy);
1072       vol[2]=copy;               
1073     } else if(id==fIdSens[5]) {
1074       vol[0]=6;
1075       vol[1]=copy;
1076       id=gMC->CurrentVolOffID(1,copy);
1077       vol[2]=copy;                      
1078     } else return;
1079     gMC->TrackPosition(position);
1080     gMC->TrackMomentum(momentum);
1081     hits[0]=position[0];
1082     hits[1]=position[1];
1083     hits[2]=position[2];          
1084     hits[3]=momentum[0];
1085     hits[4]=momentum[1];
1086     hits[5]=momentum[2];
1087     hits[6]=gMC->Edep();
1088     hits[7]=gMC->TrackTime();
1089 //    new(lhits[fNhits++]) AliITShit(fIshunt,gAlice->CurrentTrack(),vol,hits);
1090 //
1091 // no hits for this coarse asymmetric version.
1092 //
1093 */
1094 }
1095 /*
1096 //____________________________________________________________________________
1097 void AliITSvPPRcoarseasymm::Streamer(TBuffer &R__b){
1098 ////////////////////////////////////////////////////////////////////////
1099 //    A dummy Streamer function for this class AliITSvPPRcoarseasymm. By default it
1100 // only streams the AliITS class as it is required. Since this class
1101 // dosen't contain any "real" data to be saved, it doesn't.
1102 ////////////////////////////////////////////////////////////////////////
1103
1104    if (R__b.IsReading()) {
1105       Version_t R__v = R__b.ReadVersion(); if (R__v) { }
1106       AliITS::Streamer(R__b);
1107    } else {
1108       R__b.WriteVersion(AliITSvPPRcoarseasymm::IsA());
1109       AliITS::Streamer(R__b);
1110    } // end if R__b.IsReading()
1111 }
1112 */