]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/AliPHOSv0.cxx
AliPHOSv0, AliPHOSv4 could not be instantiated because methods from the pure abstract...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv0.cxx
1 /**************************************************************************
2  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  *                                                                        *
4  * Author: The ALICE Off-line Project.                                    *
5  * Contributors are mentioned in the code where appropriate.              *
6  *                                                                        *
7  * Permission to use, copy, modify and distribute this software and its   *
8  * documentation strictly for non-commercial purposes is hereby granted   *
9  * without fee, provided that the above copyright notice appears in all   *
10  * copies and that both the copyright notice and this permission notice   *
11  * appear in the supporting documentation. The authors make no claims     *
12  * about the suitability of this software for any purpose. It is          *
13  * provided "as is" without express or implied warranty.                  *
14  **************************************************************************/
15
16 /* $Id$ */
17
18 //_________________________________________________________________________
19 // Implementation version v0 of PHOS Manager class 
20 // Layout EMC + PPSD has name GPS2  
21 // An object of this class does not produce hits nor digits
22 // It is the one to use if you do not want to produce outputs in TREEH or TREED
23 //                  
24 //*-- Author: Yves Schutz (SUBATECH)
25
26
27 // --- ROOT system ---
28
29 #include "TBRIK.h"
30 #include "TNode.h"
31 #include "TRandom.h"
32
33
34 // --- Standard library ---
35
36 #include <stdio.h>
37 #include <string.h>
38 #include <stdlib.h>
39 #include <strstream.h>
40
41 // --- AliRoot header files ---
42
43 #include "AliPHOSv0.h"
44 #include "AliRun.h"
45 #include "AliConst.h"
46
47 ClassImp(AliPHOSv0)
48
49 //____________________________________________________________________________
50 AliPHOSv0::AliPHOSv0(const char *name, const char *title):
51   AliPHOS(name,title)
52 {
53   // ctor : title is used to identify the layout
54   //        GPS2 = 5 modules (EMC + PPSD)   
55  
56   // gets an instance of the geometry parameters class  
57    
58   fGeom =  AliPHOSGeometry::GetInstance(title, "") ; 
59
60   if (fGeom->IsInitialized() ) 
61     cout << "AliPHOS" << Version() << " : PHOS geometry intialized for " << fGeom->GetName() << endl ;
62   else
63     cout << "AliPHOS" << Version() << " : PHOS geometry initialization failed !" << endl ;   
64
65 }
66
67 //____________________________________________________________________________
68 void AliPHOSv0::BuildGeometry()
69 {
70   // Build the PHOS geometry for the ROOT display
71   //BEGIN_HTML
72   /*
73     <H2>
74      PHOS in ALICE displayed by root
75     </H2>
76     <UL>
77     <LI> All Views
78     <P>
79     <CENTER>
80     <IMG Align=BOTTOM ALT="All Views" SRC="../images/AliPHOSv0AllViews.gif"> 
81     </CENTER></P></LI>
82     <LI> Front View
83     <P>
84     <CENTER>
85     <IMG Align=BOTTOM ALT="Front View" SRC="../images/AliPHOSv0FrontView.gif"> 
86     </CENTER></P></LI>
87      <LI> 3D View 1
88     <P>
89     <CENTER>
90     <IMG Align=BOTTOM ALT="3D View 1" SRC="../images/AliPHOSv03DView1.gif"> 
91     </CENTER></P></LI>
92     <LI> 3D View 2
93     <P>
94     <CENTER>
95     <IMG Align=BOTTOM ALT="3D View 2" SRC="../images/AliPHOSv03DView2.gif"> 
96     </CENTER></P></LI>
97     </UL>
98   */
99   //END_HTML  
100
101   this->BuildGeometryforPHOS() ; 
102   if ( ( strcmp(fGeom->GetName(), "GPS2" ) == 0 ) ) 
103     this->BuildGeometryforPPSD() ;
104   else
105     cout << "AliPHOSv0::BuildGeometry : no charged particle identification system installed" << endl; 
106
107 }
108
109 //____________________________________________________________________________
110 void AliPHOSv0:: BuildGeometryforPHOS(void)
111 {
112  // Build the PHOS-EMC geometry for the ROOT display
113
114   const Int_t kColorPHOS = kRed ;
115   const Int_t kColorXTAL = kBlue ;
116
117   Double_t const kRADDEG = 180.0 / kPI ;
118  
119   new TBRIK( "OuterBox", "PHOS box", "void", fGeom->GetOuterBoxSize(0)/2, 
120                                              fGeom->GetOuterBoxSize(1)/2, 
121                                              fGeom->GetOuterBoxSize(2)/2 );
122
123   // Textolit Wall box, position inside PHOS 
124   
125   new TBRIK( "TextolitBox", "PHOS Textolit box ", "void", fGeom->GetTextolitBoxSize(0)/2, 
126                                                           fGeom->GetTextolitBoxSize(1)/2, 
127                                                           fGeom->GetTextolitBoxSize(2)/2);
128
129   // Polystyrene Foam Plate
130
131   new TBRIK( "UpperFoamPlate", "PHOS Upper foam plate", "void", fGeom->GetTextolitBoxSize(0)/2, 
132                                                                 fGeom->GetSecondUpperPlateThickness()/2, 
133                                                                 fGeom->GetTextolitBoxSize(2)/2 ) ; 
134
135   // Air Filled Box
136  
137   new TBRIK( "AirFilledBox", "PHOS air filled box", "void", fGeom->GetAirFilledBoxSize(0)/2, 
138                                                             fGeom->GetAirFilledBoxSize(1)/2, 
139                                                             fGeom->GetAirFilledBoxSize(2)/2 );
140
141   // Crystals Box
142
143   Float_t xtlX = fGeom->GetCrystalSize(0) ; 
144   Float_t xtlY = fGeom->GetCrystalSize(1) ; 
145   Float_t xtlZ = fGeom->GetCrystalSize(2) ; 
146
147   Float_t xl =  fGeom->GetNPhi() * ( xtlX + 2 * fGeom->GetGapBetweenCrystals() ) / 2.0 + fGeom->GetModuleBoxThickness() ;
148   Float_t yl =  ( xtlY + fGeom->GetCrystalSupportHeight() + fGeom->GetCrystalWrapThickness() + fGeom->GetCrystalHolderThickness() ) / 2.0 
149              + fGeom->GetModuleBoxThickness() / 2.0 ;
150   Float_t zl =  fGeom->GetNZ() * ( xtlZ + 2 * fGeom->GetGapBetweenCrystals() ) / 2.0 +  fGeom->GetModuleBoxThickness() ;
151   
152   new TBRIK( "CrystalsBox", "PHOS crystals box", "void", xl, yl, zl ) ;
153
154 // position PHOS into ALICE
155
156   Float_t r = fGeom->GetIPtoOuterCoverDistance() + fGeom->GetOuterBoxSize(1) / 2.0 ;
157   Int_t number = 988 ; 
158   Float_t pphi =  TMath::ATan( fGeom->GetOuterBoxSize(0)  / ( 2.0 * fGeom->GetIPtoOuterCoverDistance() ) ) ;
159   pphi *= kRADDEG ;
160   TNode * top = gAlice->GetGeometry()->GetNode("alice") ;
161  
162   char * nodename = new char[20] ;  
163   char * rotname  = new char[20] ; 
164
165   for( Int_t i = 1; i <= fGeom->GetNModules(); i++ ) { 
166    Float_t angle = pphi * 2 * ( i - fGeom->GetNModules() / 2.0 - 0.5 ) ;
167    sprintf(rotname, "%s%d", "rot", number++) ;
168    new TRotMatrix(rotname, rotname, 90, angle, 90, 90 + angle, 0, 0);
169    top->cd();
170    sprintf(nodename,"%s%d", "Module", i) ;    
171    Float_t x =  r * TMath::Sin( angle / kRADDEG ) ;
172    Float_t y = -r * TMath::Cos( angle / kRADDEG ) ;
173    TNode * outerboxnode = new TNode(nodename, nodename, "OuterBox", x, y, 0, rotname ) ;
174    outerboxnode->SetLineColor(kColorPHOS) ;
175    fNodes->Add(outerboxnode) ;
176    outerboxnode->cd() ; 
177    // now inside the outer box the textolit box
178    y = ( fGeom->GetOuterBoxThickness(1) -  fGeom->GetUpperPlateThickness() ) / 2.  ;
179    sprintf(nodename,"%s%d", "TexBox", i) ;  
180    TNode * textolitboxnode = new TNode(nodename, nodename, "TextolitBox", 0, y, 0) ; 
181    textolitboxnode->SetLineColor(kColorPHOS) ;
182    fNodes->Add(textolitboxnode) ;
183    // upper foam plate inside outre box
184    outerboxnode->cd() ; 
185    sprintf(nodename, "%s%d", "UFPlate", i) ;
186    y =  ( fGeom->GetTextolitBoxSize(1) - fGeom->GetSecondUpperPlateThickness() ) / 2.0 ;
187    TNode * upperfoamplatenode = new TNode(nodename, nodename, "UpperFoamPlate", 0, y, 0) ; 
188    upperfoamplatenode->SetLineColor(kColorPHOS) ;
189    fNodes->Add(upperfoamplatenode) ;  
190    // air filled box inside textolit box (not drawn)
191    textolitboxnode->cd();
192    y = ( fGeom->GetTextolitBoxSize(1) - fGeom->GetAirFilledBoxSize(1) ) / 2.0 -  fGeom->GetSecondUpperPlateThickness() ;
193    sprintf(nodename, "%s%d", "AFBox", i) ;
194    TNode * airfilledboxnode = new TNode(nodename, nodename, "AirFilledBox", 0, y, 0) ; 
195    fNodes->Add(airfilledboxnode) ; 
196    // crystals box inside air filled box
197    airfilledboxnode->cd() ; 
198    y = fGeom->GetAirFilledBoxSize(1) / 2.0 - yl 
199        - ( fGeom->GetIPtoCrystalSurface() - fGeom->GetIPtoOuterCoverDistance() - fGeom->GetModuleBoxThickness() 
200        -  fGeom->GetUpperPlateThickness() -  fGeom->GetSecondUpperPlateThickness() ) ; 
201    sprintf(nodename, "%s%d", "XTBox", i) ; 
202    TNode * crystalsboxnode = new TNode(nodename, nodename, "CrystalsBox", 0, y, 0) ;    
203    crystalsboxnode->SetLineColor(kColorXTAL) ; 
204    fNodes->Add(crystalsboxnode) ; 
205   }
206
207   delete[] rotname ;  
208   delete[] nodename ;
209 }
210
211 //____________________________________________________________________________
212 void AliPHOSv0:: BuildGeometryforPPSD(void)
213 {
214  //  Build the PHOS-PPSD geometry for the ROOT display
215  //BEGIN_HTML
216   /*
217     <H2>
218      PPSD displayed by root
219     </H2>
220     <UL>
221     <LI> Zoom on PPSD: Front View
222     <P>
223     <CENTER>
224     <IMG Align=BOTTOM ALT="PPSD Front View" SRC="../images/AliPHOSv0PPSDFrontView.gif"> 
225     </CENTER></P></LI>
226     <LI> Zoom on PPSD: Perspective View
227     <P>
228     <CENTER>
229     <IMG Align=BOTTOM ALT="PPSD Prespective View" SRC="../images/AliPHOSv0PPSDPerspectiveView.gif"> 
230     </CENTER></P></LI>
231     </UL>
232   */
233   //END_HTML  
234   Double_t const kRADDEG = 180.0 / kPI ;
235
236   const Int_t kColorPHOS = kRed ;
237   const Int_t kColorPPSD = kGreen ;
238   const Int_t kColorGas  = kBlue ;  
239   const Int_t kColorAir  = kYellow ; 
240
241   // Box for a full PHOS module
242
243   new TBRIK( "PPSDBox", "PPSD box", "void",  fGeom->GetPPSDBoxSize(0)/2, 
244                                              fGeom->GetPPSDBoxSize(1)/2, 
245                                              fGeom->GetPPSDBoxSize(2)/2 );
246
247   // Box containing one micromegas module 
248
249   new TBRIK( "PPSDModule", "PPSD module", "void",  fGeom->GetPPSDModuleSize(0)/2, 
250                                                    fGeom->GetPPSDModuleSize(1)/2, 
251                                                    fGeom->GetPPSDModuleSize(2)/2 );
252  // top lid
253
254   new TBRIK ( "TopLid", "Micromegas top lid", "void",  fGeom->GetPPSDModuleSize(0)/2,
255                                                        fGeom->GetLidThickness()/2,
256                                                        fGeom->GetPPSDModuleSize(2)/2 ) ; 
257  // composite panel (top and bottom)
258
259   new TBRIK ( "TopPanel", "Composite top panel", "void",  ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() )/2,
260                                                             fGeom->GetCompositeThickness()/2,
261                                                           ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() )/2 ) ;  
262   
263   new TBRIK ( "BottomPanel", "Composite bottom panel", "void",  ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() )/2,
264                                                                   fGeom->GetCompositeThickness()/2,
265                                                                 ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() )/2 ) ; 
266  // gas gap (conversion and avalanche)
267
268   new TBRIK ( "GasGap", "gas gap", "void",  ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() )/2,
269                                             ( fGeom->GetConversionGap() +  fGeom->GetAvalancheGap() )/2,
270                                             ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() )/2 ) ; 
271
272  // anode and cathode 
273
274   new TBRIK ( "Anode", "Anode", "void",  ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() )/2,
275                                            fGeom->GetAnodeThickness()/2,
276                                          ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() )/2 ) ; 
277
278   new TBRIK ( "Cathode", "Cathode", "void",  ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() )/2,
279                                                fGeom->GetCathodeThickness()/2,
280                                              ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() )/2 ) ; 
281  // PC  
282
283   new TBRIK ( "PCBoard", "Printed Circuit", "void",  ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() )/2,
284                                                        fGeom->GetPCThickness()/2,
285                                                      ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() )/2 ) ; 
286  // Gap between Lead and top micromegas
287
288   new TBRIK ( "LeadToM", "Air Gap top", "void", fGeom->GetPPSDBoxSize(0)/2,
289                                                 fGeom->GetMicro1ToLeadGap()/2,
290                                                 fGeom->GetPPSDBoxSize(2)/2  ) ;  
291  
292 // Gap between Lead and bottom micromegas
293
294   new TBRIK ( "MToLead", "Air Gap bottom", "void", fGeom->GetPPSDBoxSize(0)/2,
295                                                    fGeom->GetLeadToMicro2Gap()/2,
296                                                    fGeom->GetPPSDBoxSize(2)/2  ) ; 
297  // Lead converter
298    
299   new TBRIK ( "Lead", "Lead converter", "void", fGeom->GetPPSDBoxSize(0)/2,
300                                                 fGeom->GetLeadConverterThickness()/2,
301                                                 fGeom->GetPPSDBoxSize(2)/2  ) ; 
302
303      // position PPSD into ALICE
304
305   char * nodename = new char[20] ;  
306   char * rotname  = new char[20] ; 
307
308   Float_t r = fGeom->GetIPtoTopLidDistance() + fGeom->GetPPSDBoxSize(1) / 2.0 ;
309   Int_t number = 988 ; 
310   TNode * top = gAlice->GetGeometry()->GetNode("alice") ;
311  
312   for( Int_t i = 1; i <= fGeom->GetNModules(); i++ ) { // the number of PHOS modules
313     Float_t angle = fGeom->GetPHOSAngle(i) ;
314     sprintf(rotname, "%s%d", "rotg", number++) ;
315     new TRotMatrix(rotname, rotname, 90, angle, 90, 90 + angle, 0, 0);
316     top->cd();
317     sprintf(nodename, "%s%d", "Moduleg", i) ;    
318     Float_t x =  r * TMath::Sin( angle / kRADDEG ) ;
319     Float_t y = -r * TMath::Cos( angle / kRADDEG ) ;
320     TNode * ppsdboxnode = new TNode(nodename , nodename ,"PPSDBox", x, y, 0, rotname ) ;
321     ppsdboxnode->SetLineColor(kColorPPSD) ;
322     fNodes->Add(ppsdboxnode) ;
323     ppsdboxnode->cd() ;
324     // inside the PPSD box: 
325     //   1.   fNumberOfModulesPhi x fNumberOfModulesZ top micromegas
326     x = ( fGeom->GetPPSDBoxSize(0) - fGeom->GetPPSDModuleSize(0) ) / 2. ;  
327     {
328       for ( Int_t iphi = 1; iphi <= fGeom->GetNumberOfModulesPhi(); iphi++ ) { // the number of micromegas modules in phi per PHOS module
329         Float_t z = ( fGeom->GetPPSDBoxSize(2) - fGeom->GetPPSDModuleSize(2) ) / 2. ;
330         TNode * micro1node ; 
331         for ( Int_t iz = 1; iz <= fGeom->GetNumberOfModulesZ(); iz++ ) { // the number of micromegas modules in z per PHOS module
332           y = ( fGeom->GetPPSDBoxSize(1) - fGeom->GetMicromegas1Thickness() ) / 2. ; 
333           sprintf(nodename, "%s%d%d%d", "Mic1", i, iphi, iz) ;
334           micro1node  = new TNode(nodename, nodename, "PPSDModule", x, y, z) ;
335           micro1node->SetLineColor(kColorPPSD) ;  
336           fNodes->Add(micro1node) ; 
337           // inside top micromegas
338           micro1node->cd() ; 
339           //      a. top lid
340           y = ( fGeom->GetMicromegas1Thickness() - fGeom->GetLidThickness() ) / 2. ; 
341           sprintf(nodename, "%s%d%d%d", "Lid", i, iphi, iz) ;
342           TNode * toplidnode = new TNode(nodename, nodename, "TopLid", 0, y, 0) ;
343           toplidnode->SetLineColor(kColorPPSD) ;  
344           fNodes->Add(toplidnode) ; 
345           //      b. composite panel
346           y = y - fGeom->GetLidThickness() / 2. - fGeom->GetCompositeThickness() / 2. ; 
347           sprintf(nodename, "%s%d%d%d", "CompU", i, iphi, iz) ;
348           TNode * compupnode = new TNode(nodename, nodename, "TopPanel", 0, y, 0) ;
349           compupnode->SetLineColor(kColorPPSD) ;  
350           fNodes->Add(compupnode) ; 
351           //      c. anode
352           y = y - fGeom->GetCompositeThickness() / 2. - fGeom->GetAnodeThickness()  / 2. ; 
353           sprintf(nodename, "%s%d%d%d", "Ano", i, iphi, iz) ;
354           TNode * anodenode = new TNode(nodename, nodename, "Anode", 0, y, 0) ;
355           anodenode->SetLineColor(kColorPHOS) ;  
356           fNodes->Add(anodenode) ; 
357           //      d.  gas 
358           y = y - fGeom->GetAnodeThickness() / 2. - ( fGeom->GetConversionGap() +  fGeom->GetAvalancheGap() ) / 2. ; 
359           sprintf(nodename, "%s%d%d%d", "GGap", i, iphi, iz) ;
360           TNode * ggapnode = new TNode(nodename, nodename, "GasGap", 0, y, 0) ;
361           ggapnode->SetLineColor(kColorGas) ;  
362           fNodes->Add(ggapnode) ;          
363           //      f. cathode
364           y = y - ( fGeom->GetConversionGap() +  fGeom->GetAvalancheGap() ) / 2. - fGeom->GetCathodeThickness()  / 2. ; 
365           sprintf(nodename, "%s%d%d%d", "Cathode", i, iphi, iz) ;
366           TNode * cathodenode = new TNode(nodename, nodename, "Cathode", 0, y, 0) ;
367           cathodenode->SetLineColor(kColorPHOS) ;  
368           fNodes->Add(cathodenode) ;        
369           //      g. printed circuit
370           y = y - fGeom->GetCathodeThickness() / 2. - fGeom->GetPCThickness()  / 2. ; 
371           sprintf(nodename, "%s%d%d%d", "PC", i, iphi, iz) ;
372           TNode * pcnode = new TNode(nodename, nodename, "PCBoard", 0, y, 0) ;
373           pcnode->SetLineColor(kColorPPSD) ;  
374           fNodes->Add(pcnode) ;        
375           //      h. composite panel
376           y = y - fGeom->GetPCThickness() / 2. - fGeom->GetCompositeThickness()  / 2. ; 
377           sprintf(nodename, "%s%d%d%d", "CompDown", i, iphi, iz) ;
378           TNode * compdownnode = new TNode(nodename, nodename, "BottomPanel", 0, y, 0) ;
379           compdownnode->SetLineColor(kColorPPSD) ;  
380           fNodes->Add(compdownnode) ;   
381           z = z - fGeom->GetPPSDModuleSize(2) ;
382           ppsdboxnode->cd() ;
383         } // end of Z module loop     
384         x = x -  fGeom->GetPPSDModuleSize(0) ; 
385         ppsdboxnode->cd() ;
386       } // end of phi module loop
387     }
388     //   2. air gap      
389     ppsdboxnode->cd() ;
390     y = ( fGeom->GetPPSDBoxSize(1) - 2 * fGeom->GetMicromegas1Thickness() - fGeom->GetMicro1ToLeadGap() ) / 2. ; 
391     sprintf(nodename, "%s%d", "GapUp", i) ;
392     TNode * gapupnode = new TNode(nodename, nodename, "LeadToM", 0, y, 0) ;
393     gapupnode->SetLineColor(kColorAir) ;  
394     fNodes->Add(gapupnode) ;        
395     //   3. lead converter
396     y = y - fGeom->GetMicro1ToLeadGap() / 2. - fGeom->GetLeadConverterThickness() / 2. ; 
397     sprintf(nodename, "%s%d", "LeadC", i) ;
398     TNode * leadcnode = new TNode(nodename, nodename, "Lead", 0, y, 0) ;
399     leadcnode->SetLineColor(kColorPPSD) ;  
400     fNodes->Add(leadcnode) ;        
401     //   4. air gap
402     y = y - fGeom->GetLeadConverterThickness() / 2. - fGeom->GetLeadToMicro2Gap()  / 2. ; 
403     sprintf(nodename, "%s%d", "GapDown", i) ;
404     TNode * gapdownnode = new TNode(nodename, nodename, "MToLead", 0, y, 0) ;
405     gapdownnode->SetLineColor(kColorAir) ;  
406     fNodes->Add(gapdownnode) ;        
407     //    5.  fNumberOfModulesPhi x fNumberOfModulesZ bottom micromegas
408     x = ( fGeom->GetPPSDBoxSize(0) - fGeom->GetPPSDModuleSize(0) ) / 2. - fGeom->GetPhiDisplacement() ;  
409     {
410       for ( Int_t iphi = 1; iphi <= fGeom->GetNumberOfModulesPhi(); iphi++ ) { 
411         Float_t z = ( fGeom->GetPPSDBoxSize(2) - fGeom->GetPPSDModuleSize(2) ) / 2.  - fGeom->GetZDisplacement() ;;
412         TNode * micro2node ; 
413         for ( Int_t iz = 1; iz <= fGeom->GetNumberOfModulesZ(); iz++ ) { 
414           y = - ( fGeom->GetPPSDBoxSize(1) - fGeom->GetMicromegas2Thickness() ) / 2. ; 
415           sprintf(nodename, "%s%d%d%d", "Mic2", i, iphi, iz) ;
416           micro2node  = new TNode(nodename, nodename, "PPSDModule", x, y, z) ;
417           micro2node->SetLineColor(kColorPPSD) ;  
418           fNodes->Add(micro2node) ; 
419           // inside bottom micromegas
420           micro2node->cd() ; 
421           //      a. top lid
422           y = ( fGeom->GetMicromegas2Thickness() - fGeom->GetLidThickness() ) / 2. ; 
423           sprintf(nodename, "%s%d", "Lidb", i) ;
424           TNode * toplidbnode = new TNode(nodename, nodename, "TopLid", 0, y, 0) ;
425           toplidbnode->SetLineColor(kColorPPSD) ;  
426           fNodes->Add(toplidbnode) ; 
427           //      b. composite panel
428           y = y - fGeom->GetLidThickness() / 2. - fGeom->GetCompositeThickness() / 2. ; 
429           sprintf(nodename, "%s%d", "CompUb", i) ;
430           TNode * compupbnode = new TNode(nodename, nodename, "TopPanel", 0, y, 0) ;
431           compupbnode->SetLineColor(kColorPPSD) ;  
432           fNodes->Add(compupbnode) ; 
433           //      c. anode
434           y = y - fGeom->GetCompositeThickness() / 2. - fGeom->GetAnodeThickness()  / 2. ; 
435           sprintf(nodename, "%s%d", "Anob", i) ;
436           TNode * anodebnode = new TNode(nodename, nodename, "Anode", 0, y, 0) ;
437           anodebnode->SetLineColor(kColorPPSD) ;  
438           fNodes->Add(anodebnode) ; 
439           //      d. conversion gas
440           y = y - fGeom->GetAnodeThickness() / 2. - ( fGeom->GetConversionGap() +  fGeom->GetAvalancheGap() )  / 2. ; 
441           sprintf(nodename, "%s%d", "GGapb", i) ;
442           TNode * ggapbnode = new TNode(nodename, nodename, "GasGap", 0, y, 0) ;
443           ggapbnode->SetLineColor(kColorGas) ;  
444           fNodes->Add(ggapbnode) ;           
445           //      f. cathode
446           y = y - ( fGeom->GetConversionGap() + fGeom->GetAvalancheGap() ) / 2. - fGeom->GetCathodeThickness()  / 2. ; 
447           sprintf(nodename, "%s%d", "Cathodeb", i) ;
448           TNode * cathodebnode = new TNode(nodename, nodename, "Cathode", 0, y, 0) ;
449           cathodebnode->SetLineColor(kColorPPSD) ;  
450           fNodes->Add(cathodebnode) ;        
451           //      g. printed circuit
452           y = y - fGeom->GetCathodeThickness() / 2. - fGeom->GetPCThickness()  / 2. ; 
453           sprintf(nodename, "%s%d", "PCb", i) ;
454           TNode * pcbnode = new TNode(nodename, nodename, "PCBoard", 0, y, 0) ;
455           pcbnode->SetLineColor(kColorPPSD) ;  
456           fNodes->Add(pcbnode) ;        
457           //      h. composite pane
458           y = y - fGeom->GetPCThickness() / 2. - fGeom->GetCompositeThickness()  / 2. ; 
459           sprintf(nodename, "%s%d", "CompDownb", i) ;
460           TNode * compdownbnode = new TNode(nodename, nodename, "BottomPanel", 0, y, 0) ;
461           compdownbnode->SetLineColor(kColorPPSD) ;  
462           fNodes->Add(compdownbnode) ;        
463           z = z - fGeom->GetPPSDModuleSize(2) ;
464           ppsdboxnode->cd() ;
465         } // end of Z module loop     
466         x = x -  fGeom->GetPPSDModuleSize(0) ; 
467         ppsdboxnode->cd() ;
468       } // end of phi module loop
469     }
470   } // PHOS modules
471  
472   delete[] rotname ;  
473   delete[] nodename ; 
474
475 }
476
477 //____________________________________________________________________________
478 void AliPHOSv0::CreateGeometry()
479 {
480   // Create the PHOS geometry for Geant
481
482   AliPHOSv0 *phostmp = (AliPHOSv0*)gAlice->GetModule("PHOS") ;
483
484   if ( phostmp == NULL ) {
485     
486     fprintf(stderr, "PHOS detector not found!\n") ;
487     return;
488     
489   }
490   // Get pointer to the array containing media indeces
491   Int_t *idtmed = fIdtmed->GetArray() - 699 ;
492
493   Float_t bigbox[3] ; 
494   bigbox[0] =   fGeom->GetOuterBoxSize(0) / 2.0 ;
495   bigbox[1] = ( fGeom->GetOuterBoxSize(1) + fGeom->GetPPSDBoxSize(1) ) / 2.0 ;
496   bigbox[2] =   fGeom->GetOuterBoxSize(2) / 2.0 ;
497   
498   gMC->Gsvolu("PHOS", "BOX ", idtmed[798], bigbox, 3) ;
499   
500   this->CreateGeometryforPHOS() ; 
501   if ( strcmp( fGeom->GetName(), "GPS2") == 0  ) 
502     this->CreateGeometryforPPSD() ;
503   else
504     cout << "AliPHOSv0::CreateGeometry : no charged particle identification system installed" << endl; 
505   
506   // --- Position  PHOS mdules in ALICE setup ---
507   
508   Int_t idrotm[99] ;
509   Double_t const kRADDEG = 180.0 / kPI ;
510   
511   for( Int_t i = 1; i <= fGeom->GetNModules(); i++ ) {
512     
513     Float_t angle = fGeom->GetPHOSAngle(i) ;
514     AliMatrix(idrotm[i-1], 90.0, angle, 90.0, 90.0+angle, 0.0, 0.0) ;
515  
516     Float_t r = fGeom->GetIPtoOuterCoverDistance() + ( fGeom->GetOuterBoxSize(1) + fGeom->GetPPSDBoxSize(1) ) / 2.0 ;
517
518     Float_t xP1 = r * TMath::Sin( angle / kRADDEG ) ;
519     Float_t yP1 = -r * TMath::Cos( angle / kRADDEG ) ;
520
521     gMC->Gspos("PHOS", i, "ALIC", xP1, yP1, 0.0, idrotm[i-1], "ONLY") ;
522  
523   } // for GetNModules
524
525 }
526
527 //____________________________________________________________________________
528 void AliPHOSv0::CreateGeometryforPHOS()
529 {
530   // Create the PHOS-EMC geometry for GEANT
531     //BEGIN_HTML
532   /*
533     <H2>
534     Geant3 geometry tree of PHOS-EMC in ALICE
535     </H2>
536     <P><CENTER>
537     <IMG Align=BOTTOM ALT="EMC geant tree" SRC="../images/EMCinAlice.gif"> 
538     </CENTER><P>
539   */
540   //END_HTML  
541   
542   // Get pointer to the array containing media indexes
543   Int_t *idtmed = fIdtmed->GetArray() - 699 ;
544
545   // ---
546   // --- Define PHOS box volume, fPUFPill with thermo insulating foam ---
547   // --- Foam Thermo Insulating outer cover dimensions ---
548   // --- Put it in bigbox = PHOS
549
550   Float_t dphos[3] ; 
551   dphos[0] =  fGeom->GetOuterBoxSize(0) / 2.0 ;
552   dphos[1] =  fGeom->GetOuterBoxSize(1) / 2.0 ;
553   dphos[2] =  fGeom->GetOuterBoxSize(2) / 2.0 ;
554
555   gMC->Gsvolu("EMCA", "BOX ", idtmed[706], dphos, 3) ;
556
557   Float_t yO =  - fGeom->GetPPSDBoxSize(1)  / 2.0 ;
558
559   gMC->Gspos("EMCA", 1, "PHOS", 0.0, yO, 0.0, 0, "ONLY") ; 
560
561   // ---
562   // --- Define Textolit Wall box, position inside EMCA ---
563   // --- Textolit Wall box dimentions ---
564  
565  
566   Float_t dptxw[3];
567   dptxw[0] = fGeom->GetTextolitBoxSize(0) / 2.0 ;
568   dptxw[1] = fGeom->GetTextolitBoxSize(1) / 2.0 ;
569   dptxw[2] = fGeom->GetTextolitBoxSize(2) / 2.0 ;
570
571   gMC->Gsvolu("PTXW", "BOX ", idtmed[707], dptxw, 3);
572
573   yO =   (  fGeom->GetOuterBoxThickness(1) -   fGeom->GetUpperPlateThickness() ) / 2.  ;
574    
575   gMC->Gspos("PTXW", 1, "EMCA", 0.0, yO, 0.0, 0, "ONLY") ;
576
577   // --- 
578   // --- Define Upper Polystyrene Foam Plate, place inside PTXW ---
579   // --- immediately below Foam Thermo Insulation Upper plate ---
580
581   // --- Upper Polystyrene Foam plate thickness ---
582  
583   Float_t  dpufp[3] ;
584   dpufp[0] = fGeom->GetTextolitBoxSize(0) / 2.0 ; 
585   dpufp[1] = fGeom->GetSecondUpperPlateThickness() / 2. ;
586   dpufp[2] = fGeom->GetTextolitBoxSize(2) /2.0 ; 
587
588   gMC->Gsvolu("PUFP", "BOX ", idtmed[703], dpufp, 3) ;
589   
590   yO = ( fGeom->GetTextolitBoxSize(1) -  fGeom->GetSecondUpperPlateThickness() ) / 2.0 ;
591   
592   gMC->Gspos("PUFP", 1, "PTXW", 0.0, yO, 0.0, 0, "ONLY") ;
593   
594   // ---
595   // --- Define air-filled box, place inside PTXW ---
596   // --- Inner AIR volume dimensions ---
597  
598
599   Float_t  dpair[3] ;
600   dpair[0] = fGeom->GetAirFilledBoxSize(0) / 2.0 ;
601   dpair[1] = fGeom->GetAirFilledBoxSize(1) / 2.0 ;
602   dpair[2] = fGeom->GetAirFilledBoxSize(2) / 2.0 ;
603
604   gMC->Gsvolu("PAIR", "BOX ", idtmed[798], dpair, 3) ;
605   
606   yO = ( fGeom->GetTextolitBoxSize(1) -  fGeom->GetAirFilledBoxSize(1) ) / 2.0 -   fGeom->GetSecondUpperPlateThickness() ;
607   
608   gMC->Gspos("PAIR", 1, "PTXW", 0.0, yO, 0.0, 0, "ONLY") ;
609
610 // --- Dimensions of PbWO4 crystal ---
611
612   Float_t xtlX =  fGeom->GetCrystalSize(0) ; 
613   Float_t xtlY =  fGeom->GetCrystalSize(1) ; 
614   Float_t xtlZ =  fGeom->GetCrystalSize(2) ; 
615
616   Float_t dptcb[3] ;  
617   dptcb[0] =  fGeom->GetNPhi() * ( xtlX + 2 *  fGeom->GetGapBetweenCrystals() ) / 2.0 + fGeom->GetModuleBoxThickness() ;
618   dptcb[1] = ( xtlY +  fGeom->GetCrystalSupportHeight() +  fGeom->GetCrystalWrapThickness() + fGeom->GetCrystalHolderThickness() ) / 2.0 
619              + fGeom->GetModuleBoxThickness() / 2.0 ;
620   dptcb[2] = fGeom->GetNZ() * ( xtlZ + 2 * fGeom->GetGapBetweenCrystals() ) / 2.0 +  fGeom->GetModuleBoxThickness() ;
621   
622   gMC->Gsvolu("PTCB", "BOX ", idtmed[706], dptcb, 3) ;
623
624   yO =  fGeom->GetAirFilledBoxSize(1) / 2.0 - dptcb[1] 
625        - ( fGeom->GetIPtoCrystalSurface() - fGeom->GetIPtoOuterCoverDistance() - fGeom->GetModuleBoxThickness() 
626        -  fGeom->GetUpperPlateThickness() -  fGeom->GetSecondUpperPlateThickness() ) ;
627   
628   gMC->Gspos("PTCB", 1, "PAIR", 0.0, yO, 0.0, 0, "ONLY") ;
629
630   // ---
631   // --- Define Crystal BLock filled with air, position it inside PTCB ---
632   Float_t dpcbl[3] ; 
633   
634   dpcbl[0] = fGeom->GetNPhi() * ( xtlX + 2 * fGeom->GetGapBetweenCrystals() ) / 2.0 ;
635   dpcbl[1] = ( xtlY + fGeom->GetCrystalSupportHeight() + fGeom->GetCrystalWrapThickness() + fGeom->GetCrystalHolderThickness() ) / 2.0 ;
636   dpcbl[2] = fGeom->GetNZ() * ( xtlZ + 2 * fGeom->GetGapBetweenCrystals() ) / 2.0 ;
637   
638   gMC->Gsvolu("PCBL", "BOX ", idtmed[798], dpcbl, 3) ;
639   
640   // --- Divide PCBL in X (phi) and Z directions --
641   gMC->Gsdvn("PROW", "PCBL", Int_t (fGeom->GetNPhi()), 1) ;
642   gMC->Gsdvn("PCEL", "PROW", Int_t (fGeom->GetNZ()), 3) ;
643
644   yO = -fGeom->GetModuleBoxThickness() / 2.0 ;
645   
646   gMC->Gspos("PCBL", 1, "PTCB", 0.0, yO, 0.0, 0, "ONLY") ;
647
648   // ---
649   // --- Define STeel (actually, it's titanium) Cover volume, place inside PCEL
650   Float_t  dpstc[3] ; 
651   
652   dpstc[0] = ( xtlX + 2 * fGeom->GetCrystalWrapThickness() ) / 2.0 ;
653   dpstc[1] = ( xtlY + fGeom->GetCrystalSupportHeight() + fGeom->GetCrystalWrapThickness() + fGeom->GetCrystalHolderThickness() ) / 2.0 ;
654   dpstc[2] = ( xtlZ + 2 * fGeom->GetCrystalWrapThickness()  + 2 *  fGeom->GetCrystalHolderThickness() ) / 2.0 ;
655   
656   gMC->Gsvolu("PSTC", "BOX ", idtmed[704], dpstc, 3) ;
657
658   gMC->Gspos("PSTC", 1, "PCEL", 0.0, 0.0, 0.0, 0, "ONLY") ;
659
660   // ---
661   // --- Define Tyvek volume, place inside PSTC ---
662   Float_t  dppap[3] ;
663
664   dppap[0] = xtlX / 2.0 + fGeom->GetCrystalWrapThickness() ;
665   dppap[1] = ( xtlY + fGeom->GetCrystalSupportHeight() + fGeom->GetCrystalWrapThickness() ) / 2.0 ;
666   dppap[2] = xtlZ / 2.0 + fGeom->GetCrystalWrapThickness() ;
667   
668   gMC->Gsvolu("PPAP", "BOX ", idtmed[702], dppap, 3) ;
669   
670   yO = ( xtlY + fGeom->GetCrystalSupportHeight() + fGeom->GetCrystalWrapThickness() ) / 2.0 
671               - ( xtlY +  fGeom->GetCrystalSupportHeight() +  fGeom->GetCrystalWrapThickness() + fGeom->GetCrystalHolderThickness() ) / 2.0 ;
672    
673   gMC->Gspos("PPAP", 1, "PSTC", 0.0, yO, 0.0, 0, "ONLY") ;
674
675   // ---
676   // --- Define PbWO4 crystal volume, place inside PPAP ---
677   Float_t  dpxtl[3] ; 
678
679   dpxtl[0] = xtlX / 2.0 ;
680   dpxtl[1] = xtlY / 2.0 ;
681   dpxtl[2] = xtlZ / 2.0 ;
682   
683   gMC->Gsvolu("PXTL", "BOX ", idtmed[699], dpxtl, 3) ;
684
685   yO = ( xtlY + fGeom->GetCrystalSupportHeight() + fGeom->GetCrystalWrapThickness() ) / 2.0 - xtlY / 2.0 - fGeom->GetCrystalWrapThickness() ;
686   
687   gMC->Gspos("PXTL", 1, "PPAP", 0.0, yO, 0.0, 0, "ONLY") ;
688
689   // ---
690   // --- Define crystal support volume, place inside PPAP ---
691   Float_t dpsup[3] ; 
692
693   dpsup[0] = xtlX / 2.0 + fGeom->GetCrystalWrapThickness()  ;
694   dpsup[1] = fGeom->GetCrystalSupportHeight() / 2.0 ;
695   dpsup[2] = xtlZ / 2.0 +  fGeom->GetCrystalWrapThickness() ;
696
697   gMC->Gsvolu("PSUP", "BOX ", idtmed[798], dpsup, 3) ;
698
699   yO =  fGeom->GetCrystalSupportHeight() / 2.0 - ( xtlY +  fGeom->GetCrystalSupportHeight() + fGeom->GetCrystalWrapThickness() ) / 2.0 ;
700
701   gMC->Gspos("PSUP", 1, "PPAP", 0.0, yO, 0.0, 0, "ONLY") ;
702
703   // ---
704   // --- Define PIN-diode volume and position it inside crystal support ---
705   // --- right behind PbWO4 crystal
706
707   // --- PIN-diode dimensions ---
708
709  
710   Float_t dppin[3] ;
711   dppin[0] = fGeom->GetPinDiodeSize(0) / 2.0 ;
712   dppin[1] = fGeom->GetPinDiodeSize(1) / 2.0 ;
713   dppin[2] = fGeom->GetPinDiodeSize(2) / 2.0 ;
714  
715   gMC->Gsvolu("PPIN", "BOX ", idtmed[705], dppin, 3) ;
716  
717   yO = fGeom->GetCrystalSupportHeight() / 2.0 - fGeom->GetPinDiodeSize(1) / 2.0 ;
718  
719   gMC->Gspos("PPIN", 1, "PSUP", 0.0, yO, 0.0, 0, "ONLY") ;
720
721   // ---
722   // --- Define Upper Cooling Panel, place it on top of PTCB ---
723   Float_t dpucp[3] ;
724  // --- Upper Cooling Plate thickness ---
725  
726   dpucp[0] = dptcb[0] ;
727   dpucp[1] = fGeom->GetUpperCoolingPlateThickness() ;
728   dpucp[2] = dptcb[2] ;
729   
730   gMC->Gsvolu("PUCP", "BOX ", idtmed[701], dpucp,3) ;
731   
732   yO = (  fGeom->GetAirFilledBoxSize(1) -  fGeom->GetUpperCoolingPlateThickness() ) / 2. 
733        - ( fGeom->GetIPtoCrystalSurface() - fGeom->GetIPtoOuterCoverDistance() - fGeom->GetModuleBoxThickness()
734            - fGeom->GetUpperPlateThickness() - fGeom->GetSecondUpperPlateThickness() - fGeom->GetUpperCoolingPlateThickness() ) ; 
735   
736   gMC->Gspos("PUCP", 1, "PAIR", 0.0, yO, 0.0, 0, "ONLY") ;
737
738   // ---
739   // --- Define Al Support Plate, position it inside PAIR ---
740   // --- right beneath PTCB ---
741  // --- Al Support Plate thickness ---
742  
743   Float_t dpasp[3] ;
744   dpasp[0] =  fGeom->GetAirFilledBoxSize(0) / 2.0 ;
745   dpasp[1] = fGeom->GetSupportPlateThickness() / 2.0 ;
746   dpasp[2] =  fGeom->GetAirFilledBoxSize(2) / 2.0 ;
747   
748   gMC->Gsvolu("PASP", "BOX ", idtmed[701], dpasp, 3) ;
749   
750   yO = (  fGeom->GetAirFilledBoxSize(1) - fGeom->GetSupportPlateThickness() ) / 2. 
751        -  ( fGeom->GetIPtoCrystalSurface() - fGeom->GetIPtoOuterCoverDistance()
752            - fGeom->GetUpperPlateThickness() - fGeom->GetSecondUpperPlateThickness() + dpcbl[1] * 2 ) ;
753   
754   gMC->Gspos("PASP", 1, "PAIR", 0.0, yO, 0.0, 0, "ONLY") ;
755
756   // ---
757   // --- Define Thermo Insulating Plate, position it inside PAIR ---
758   // --- right beneath PASP ---
759   // --- Lower Thermo Insulating Plate thickness ---
760   
761   Float_t dptip[3] ;
762   dptip[0] = fGeom->GetAirFilledBoxSize(0) / 2.0 ;
763   dptip[1] = fGeom->GetLowerThermoPlateThickness() / 2.0 ;
764   dptip[2] = fGeom->GetAirFilledBoxSize(2) / 2.0 ;
765
766   gMC->Gsvolu("PTIP", "BOX ", idtmed[706], dptip, 3) ;
767
768   yO =  ( fGeom->GetAirFilledBoxSize(1) - fGeom->GetLowerThermoPlateThickness() ) / 2. 
769        -  ( fGeom->GetIPtoCrystalSurface() - fGeom->GetIPtoOuterCoverDistance() - fGeom->GetUpperPlateThickness() 
770             - fGeom->GetSecondUpperPlateThickness() + dpcbl[1] * 2 + fGeom->GetSupportPlateThickness() ) ;
771
772   gMC->Gspos("PTIP", 1, "PAIR", 0.0, yO, 0.0, 0, "ONLY") ;
773
774   // ---
775   // --- Define Textolit Plate, position it inside PAIR ---
776   // --- right beneath PTIP ---
777   // --- Lower Textolit Plate thickness ---
778  
779   Float_t dptxp[3] ;
780   dptxp[0] = fGeom->GetAirFilledBoxSize(0) / 2.0 ;
781   dptxp[1] = fGeom->GetLowerTextolitPlateThickness() / 2.0 ;
782   dptxp[2] = fGeom->GetAirFilledBoxSize(2) / 2.0 ;
783
784   gMC->Gsvolu("PTXP", "BOX ", idtmed[707], dptxp, 3) ;
785
786   yO =  ( fGeom->GetAirFilledBoxSize(1) - fGeom->GetLowerTextolitPlateThickness() ) / 2. 
787        -  ( fGeom->GetIPtoCrystalSurface() - fGeom->GetIPtoOuterCoverDistance() - fGeom->GetUpperPlateThickness() 
788             - fGeom->GetSecondUpperPlateThickness() + dpcbl[1] * 2 + fGeom->GetSupportPlateThickness() 
789             +  fGeom->GetLowerThermoPlateThickness() ) ;
790
791   gMC->Gspos("PTXP", 1, "PAIR", 0.0, yO, 0.0, 0, "ONLY") ;
792
793 }
794
795 //____________________________________________________________________________
796 void AliPHOSv0::CreateGeometryforPPSD()
797 {
798   // Create the PHOS-PPSD geometry for GEANT
799
800   //BEGIN_HTML
801   /*
802     <H2>
803     Geant3 geometry tree of PHOS-PPSD in ALICE
804     </H2>
805     <P><CENTER>
806     <IMG Align=BOTTOM ALT="PPSD geant tree" SRC="../images/PPSDinAlice.gif"> 
807     </CENTER><P>
808   */
809   //END_HTML  
810
811   // Get pointer to the array containing media indexes
812   Int_t *idtmed = fIdtmed->GetArray() - 699 ;
813   
814   // The box containing all ppsd's for one PHOS module filled with air 
815   Float_t ppsd[3] ; 
816   ppsd[0] = fGeom->GetPPSDBoxSize(0) / 2.0 ;  
817   ppsd[1] = fGeom->GetPPSDBoxSize(1) / 2.0 ; 
818   ppsd[2] = fGeom->GetPPSDBoxSize(2) / 2.0 ;
819
820   gMC->Gsvolu("PPSD", "BOX ", idtmed[798], ppsd, 3) ;
821
822   Float_t yO =  fGeom->GetOuterBoxSize(1) / 2.0 ;
823
824   gMC->Gspos("PPSD", 1, "PHOS", 0.0, yO, 0.0, 0, "ONLY") ; 
825
826   // Now we build a micromegas module
827   // The box containing the whole module filled with epoxy (FR4)
828
829   Float_t mppsd[3] ;  
830   mppsd[0] = fGeom->GetPPSDModuleSize(0) / 2.0 ;  
831   mppsd[1] = fGeom->GetPPSDModuleSize(1) / 2.0 ;  
832   mppsd[2] = fGeom->GetPPSDModuleSize(2) / 2.0 ;
833
834   gMC->Gsvolu("MPPS", "BOX ", idtmed[708], mppsd, 3) ;  
835  
836   // Inside mppsd :
837   // 1. The Top Lid made of epoxy (FR4) 
838
839   Float_t tlppsd[3] ; 
840   tlppsd[0] = fGeom->GetPPSDModuleSize(0) / 2.0 ; 
841   tlppsd[1] = fGeom->GetLidThickness() / 2.0 ;
842   tlppsd[2] = fGeom->GetPPSDModuleSize(2) / 2.0 ;
843
844   gMC->Gsvolu("TLPS", "BOX ", idtmed[708], tlppsd, 3) ; 
845
846   Float_t  y0 = ( fGeom->GetMicromegas1Thickness() - fGeom->GetLidThickness() ) / 2. ; 
847
848   gMC->Gspos("TLPS", 1, "MPPS", 0.0, y0, 0.0, 0, "ONLY") ; 
849  
850   // 2. the upper panel made of composite material
851
852   Float_t upppsd[3] ; 
853   upppsd[0] = ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() ) / 2.0 ;
854   upppsd[1] = fGeom->GetCompositeThickness() / 2.0 ;
855   upppsd[2] = ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() ) / 2.0 ;
856  
857   gMC->Gsvolu("UPPS", "BOX ", idtmed[709], upppsd, 3) ; 
858   
859   y0 = y0 - fGeom->GetLidThickness() / 2. - fGeom->GetCompositeThickness() / 2. ; 
860
861   gMC->Gspos("UPPS", 1, "MPPS", 0.0, y0, 0.0, 0, "ONLY") ; 
862
863   // 3. the anode made of Copper
864   
865   Float_t anppsd[3] ; 
866   anppsd[0] = ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() ) / 2.0 ; 
867   anppsd[1] = fGeom->GetAnodeThickness() / 2.0 ; 
868   anppsd[2] = ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() ) / 2.0  ; 
869
870   gMC->Gsvolu("ANPS", "BOX ", idtmed[710], anppsd, 3) ; 
871   
872   y0 = y0 - fGeom->GetCompositeThickness() / 2. - fGeom->GetAnodeThickness()  / 2. ; 
873   
874   gMC->Gspos("ANPS", 1, "MPPS", 0.0, y0, 0.0, 0, "ONLY") ; 
875
876   // 4. the conversion gap + avalanche gap filled with gas
877
878   Float_t ggppsd[3] ; 
879   ggppsd[0] = ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() ) / 2.0 ;
880   ggppsd[1] = ( fGeom->GetConversionGap() +  fGeom->GetAvalancheGap() ) / 2.0 ; 
881   ggppsd[2] = ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() ) / 2.0 ;
882
883   gMC->Gsvolu("GGPS", "BOX ", idtmed[715], ggppsd, 3) ; 
884   
885   // --- Divide GGPP in X (phi) and Z directions --
886   gMC->Gsdvn("GROW", "GGPS", fGeom->GetNumberOfPadsPhi(), 1) ;
887   gMC->Gsdvn("GCEL", "GROW", fGeom->GetNumberOfPadsZ() , 3) ;
888
889   y0 = y0 - fGeom->GetAnodeThickness() / 2.  - ( fGeom->GetConversionGap() +  fGeom->GetAvalancheGap() ) / 2. ; 
890
891   gMC->Gspos("GGPS", 1, "MPPS", 0.0, y0, 0.0, 0, "ONLY") ; 
892
893
894   // 6. the cathode made of Copper
895
896   Float_t cappsd[3] ;
897   cappsd[0] = ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() ) / 2.0 ;
898   cappsd[1] = fGeom->GetCathodeThickness() / 2.0 ; 
899   cappsd[2] = ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() ) / 2.0  ;
900
901   gMC->Gsvolu("CAPS", "BOX ", idtmed[710], cappsd, 3) ; 
902
903   y0 = y0 - ( fGeom->GetAvalancheGap() +  fGeom->GetAvalancheGap() ) / 2. - fGeom->GetCathodeThickness()  / 2. ; 
904
905   gMC->Gspos("CAPS", 1, "MPPS", 0.0, y0, 0.0, 0, "ONLY") ; 
906
907   // 7. the printed circuit made of G10       
908
909   Float_t pcppsd[3] ; 
910   pcppsd[0] = ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() ) / 2,.0 ; 
911   pcppsd[1] = fGeom->GetPCThickness() / 2.0 ; 
912   pcppsd[2] = ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() ) / 2.0 ;
913
914   gMC->Gsvolu("PCPS", "BOX ", idtmed[711], cappsd, 3) ; 
915
916   y0 = y0 - fGeom->GetCathodeThickness() / 2. - fGeom->GetPCThickness()  / 2. ; 
917
918   gMC->Gspos("PCPS", 1, "MPPS", 0.0, y0, 0.0, 0, "ONLY") ; 
919
920   // 8. the lower panel made of composite material
921                                                     
922   Float_t lpppsd[3] ; 
923   lpppsd[0] = ( fGeom->GetPPSDModuleSize(0) - fGeom->GetMicromegasWallThickness() ) / 2.0 ; 
924   lpppsd[1] = fGeom->GetCompositeThickness() / 2.0 ; 
925   lpppsd[2] = ( fGeom->GetPPSDModuleSize(2) - fGeom->GetMicromegasWallThickness() ) / 2.0 ;
926
927   gMC->Gsvolu("LPPS", "BOX ", idtmed[709], lpppsd, 3) ; 
928  
929   y0 = y0 - fGeom->GetPCThickness() / 2. - fGeom->GetCompositeThickness()  / 2. ; 
930
931   gMC->Gspos("LPPS", 1, "MPPS", 0.0, y0, 0.0, 0, "ONLY") ; 
932
933   // Position the  fNumberOfModulesPhi x fNumberOfModulesZ modules (mppsd) inside PPSD to cover a PHOS module
934   // the top and bottom one's (which are assumed identical) :
935
936    Float_t yt = ( fGeom->GetPPSDBoxSize(1) - fGeom->GetMicromegas1Thickness() ) / 2. ; 
937    Float_t yb = - ( fGeom->GetPPSDBoxSize(1) - fGeom->GetMicromegas2Thickness() ) / 2. ; 
938
939    Int_t copyNumbertop = 0 ; 
940    Int_t copyNumberbot = fGeom->GetNumberOfModulesPhi() *  fGeom->GetNumberOfModulesZ() ; 
941
942    Float_t x  = ( fGeom->GetPPSDBoxSize(0) - fGeom->GetPPSDModuleSize(0) ) / 2. ;  
943
944    for ( Int_t iphi = 1; iphi <= fGeom->GetNumberOfModulesPhi(); iphi++ ) { // the number of micromegas modules in phi per PHOS module
945       Float_t z = ( fGeom->GetPPSDBoxSize(2) - fGeom->GetPPSDModuleSize(2) ) / 2. ;
946
947       for ( Int_t iz = 1; iz <= fGeom->GetNumberOfModulesZ(); iz++ ) { // the number of micromegas modules in z per PHOS module
948         gMC->Gspos("MPPS", ++copyNumbertop, "PPSD", x, yt, z, 0, "ONLY") ;
949         gMC->Gspos("MPPS", ++copyNumberbot, "PPSD", x, yb, z, 0, "ONLY") ; 
950         z = z - fGeom->GetPPSDModuleSize(2) ;
951       } // end of Z module loop   
952       x = x -  fGeom->GetPPSDModuleSize(0) ; 
953     } // end of phi module loop
954
955    // The Lead converter between two air gaps
956    // 1. Upper air gap
957
958    Float_t uappsd[3] ;
959    uappsd[0] = fGeom->GetPPSDBoxSize(0) / 2.0 ;
960    uappsd[1] = fGeom->GetMicro1ToLeadGap() / 2.0 ; 
961    uappsd[2] = fGeom->GetPPSDBoxSize(2) / 2.0 ;
962
963   gMC->Gsvolu("UAPPSD", "BOX ", idtmed[798], uappsd, 3) ; 
964
965   y0 = ( fGeom->GetPPSDBoxSize(1) - 2 * fGeom->GetMicromegas1Thickness() - fGeom->GetMicro1ToLeadGap() ) / 2. ; 
966
967   gMC->Gspos("UAPPSD", 1, "PPSD", 0.0, y0, 0.0, 0, "ONLY") ; 
968
969    // 2. Lead converter
970  
971   Float_t lcppsd[3] ; 
972   lcppsd[0] = fGeom->GetPPSDBoxSize(0) / 2.0 ;
973   lcppsd[1] = fGeom->GetLeadConverterThickness() / 2.0 ; 
974   lcppsd[2] = fGeom->GetPPSDBoxSize(2) / 2.0 ;
975  
976   gMC->Gsvolu("LCPPSD", "BOX ", idtmed[712], lcppsd, 3) ; 
977   
978   y0 = y0 - fGeom->GetMicro1ToLeadGap() / 2. - fGeom->GetLeadConverterThickness() / 2. ; 
979
980   gMC->Gspos("LCPPSD", 1, "PPSD", 0.0, y0, 0.0, 0, "ONLY") ; 
981
982   // 3. Lower air gap
983
984   Float_t lappsd[3] ; 
985   lappsd[0] = fGeom->GetPPSDBoxSize(0) / 2.0 ; 
986   lappsd[1] = fGeom->GetLeadToMicro2Gap() / 2.0 ; 
987   lappsd[2] = fGeom->GetPPSDBoxSize(2) / 2.0 ;
988
989   gMC->Gsvolu("LAPPSD", "BOX ", idtmed[798], lappsd, 3) ; 
990     
991   y0 = y0 - fGeom->GetLeadConverterThickness() / 2. - fGeom->GetLeadToMicro2Gap()  / 2. ; 
992   
993   gMC->Gspos("LAPPSD", 1, "PPSD", 0.0, y0, 0.0, 0, "ONLY") ; 
994    
995 }
996
997
998 //____________________________________________________________________________
999 void AliPHOSv0::Init(void)
1000 {
1001   // Just prints an information message
1002   
1003   Int_t i;
1004
1005   printf("\n");
1006   for(i=0;i<35;i++) printf("*");
1007   printf(" PHOS_INIT ");
1008   for(i=0;i<35;i++) printf("*");
1009   printf("\n");
1010
1011   // Here the PHOS initialisation code (if any!)
1012
1013   for(i=0;i<80;i++) printf("*");
1014   printf("\n");
1015   
1016 }
1017