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