]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITSv11GeometrySSD.h
In Open() and GotoEvent() try the ESD operations first, fallback to run-loader.
[u/mrichter/AliRoot.git] / ITS / AliITSv11GeometrySSD.h
CommitLineData
9b0c60ab 1#ifndef ALIITSV11GEOMETRYSSD_H
2#define ALIITSV11GEOMETRYSSD_H
d7599219 3//*************************************************************************
4// class AliITSv11GeometrySSD
5// Enrico Cattaruzza ecattar@ts.infn.it
6//*************************************************************************
9b0c60ab 7/* Copyright(c) 2007-2009, ALICE Experiment at CERN, All rights reserved. *
8 * See cxx source for full Copyright notice */
9/* $Id$ */
d7599219 10class TGeoVolume;
851c0ce3 11class TGeoShape;
d7599219 12class TGeoCombiTrans;
13class TGeoMedium;
14class TGeoCompositeShape;
44285dfa 15class TGeoMatrix;
d7599219 16class TVector3;
17class TGeoArb8;
18class TList;
19class TGeoTube;
20class TGeoHMatrix;
bf210566 21class TGeoTranslation;
22class TGeoXtru;
23class TGeoVolumeAssembly;
9acf2ecc 24#include "AliITSv11Geometry.h"
25class AliITSv11GeometrySSD: public AliITSv11Geometry {
d7599219 26public:
27 AliITSv11GeometrySSD();
44285dfa 28 AliITSv11GeometrySSD(const AliITSv11GeometrySSD &source);
29 AliITSv11GeometrySSD& operator=(const AliITSv11GeometrySSD &source);
d7599219 30 virtual ~AliITSv11GeometrySSD(){};
31 /////////////////////////////////////////////////////////////////////////
32 // Public methods
33 /////////////////////////////////////////////////////////////////////////
47f8de53 34 void CreateMaterials(); // Method setting the materials
9b0c60ab 35 TGeoMedium* GetMedium(const char* mediumName); // It returns the Medium
02d4acf9 36 const char* GetSenstiveVolumeName5() const {return fgSSDsensitiveVolName5;};
bf210566 37 // it returns the Sensitive Volume of Layer 5
02d4acf9 38 const char* GetSenstiveVolumeName6() const {return fgSSDsensitiveVolName6;};
bf210566 39 // it returns the Sensitive Volume of Layer 6
40 TGeoVolumeAssembly* GetLadderSegment(Int_t i){return fladdersegment[i];}; // Get Ladder Segment
41 TGeoVolumeAssembly* GetEndLadderSegment(Int_t i){return fendladdersegment[i];}; // Get End Ladder Segment
42 TGeoVolume* GetLadder(Int_t i) {return fladder[i];}; // Get Ladder
ca86fdb4 43// TGeoVolumeAssembly* GetLadder(Int_t i) {return fladder[i];}; // Get Ladder
e5bf64ae 44 TGeoVolumeAssembly* GetLayer(Int_t i)const {return i==5? fSSDLayer5 : fSSDLayer6;}; // Get Layer
9b0c60ab 45 TGeoVolume** GetEndCapAssembly(); // End Cap Assembly
bf210566 46 void SetLadderSegment(); // Set Ladder Elementary Segment
47 void SetEndLadderSegment(); // Set End Ladder Segment
48 void SetLadder(); // Set Ladder
49 void SetLayer(); // Set Layer
47f8de53 50 void SetSSDCone(); // Set SSD Cone
fcfbdd23 51 TGeoVolume* SetSSDCables(); // Set SSD Cables
bf210566 52 void Layer5(TGeoVolume* moth); // Setting Layer 5 into mother volume
53 void Layer6(TGeoVolume* moth); // Setting Layer 6 into mother volume
9b0c60ab 54 void LadderSupportLayer5(TGeoVolume* moth); // Setting Ladder Support of Layer 5
55 void LadderSupportLayer6(TGeoVolume* moth); // Setting Ladder Support of Layer 6
56 void EndCapSupportSystemLayer5(TGeoVolume* moth); // Setting End Cap Support + End Cap Assembly Layer 5
57 void EndCapSupportSystemLayer6(TGeoVolume* moth); // Setting End Cap Support + End Cap Assembly Layer 6
47f8de53 58 void SSDCone(TGeoVolume* moth); // Setting SSD Cone;
fcfbdd23 59 void SSDCables(TGeoVolume* moth); // Setting SSD Cables;
d7599219 60private:
bf210566 61 /////////////////////////////////////////////////////////////////////////////////
62 // Names of the Sensitive Volumes of Layer 5 and Layer 6
63 /////////////////////////////////////////////////////////////////////////////////
02d4acf9 64 static const char* fgSSDsensitiveVolName5; // sens. vol. name for lay. 5
65 static const char* fgSSDsensitiveVolName6; // sens. vol. name for lay. 6
e21cdd03 66 /////////////////////////////////////////////////////////////////////////////////
67 // Variable for Vertical Disalignement of Modules
68 /////////////////////////////////////////////////////////////////////////////////
69 static const Double_t fgkSSDModuleVerticalDisalignment; // Vertical Disalignement of Volume
ca86fdb4 70 static const Double_t fgkSSDModuleVerticalDisalignment2; // Vertical Disalignement of Volume
71 static const Double_t fgkSSDTolerance; // SSD Tolerance
d7599219 72 /////////////////////////////////////////////////////////////////////////
73 // Layer5 (lengths are in mm and angles in degrees)
74 /////////////////////////////////////////////////////////////////////////
44285dfa 75 static const Double_t fgkSSDLay5LadderLength; // Ladder Layer5 Length
76 static const Int_t fgkSSDLay5SensorsNumber; // Ladder Layer5 Sensor Number
77 static const Int_t fgkSSDLay5LadderNumber; // Ladder Layer5 Number
78 static const Double_t fgkSSDLay5RadiusMin; // Ladder Layer5 Min Radius
79 static const Double_t fgkSSDLay5RadiusMax; // Ladder Layer5 Max Radius
80 static const Double_t fgkLay5CenterITSPosition; // ITS center position respect
81 // to Ladder Layer5
d7599219 82 /////////////////////////////////////////////////////////////////////////
83 // Layer6 (lengths are in mm and angles in degrees)
84 /////////////////////////////////////////////////////////////////////////
44285dfa 85 static const Double_t fgkSSDLay6LadderLength; // Ladder Layer6 Length
86 static const Int_t fgkSSDLay6SensorsNumber; // Ladder Layer6 Sensor Number
87 static const Int_t fgkSSDLay6LadderNumber; // Ladder Layer6 Number
88 static const Double_t fgkSSDLay6RadiusMin; // Ladder Layer6 Min Radius
89 static const Double_t fgkSSDLay6RadiusMax; // Ladder Layer6 Max Radius
90 static const Double_t fgkLay6CenterITSPosition; // ITS center position respect
91 // to Ladder Layer6
d7599219 92 /////////////////////////////////////////////////////////////////////////
93 // SSD Chips and Hybrid
94 /////////////////////////////////////////////////////////////////////////
44285dfa 95 static const Int_t fgkSSDChipNumber; // SSD Module Chip Number
96 static const Double_t fgkSSDChipLength; // SSD Module Chip Length
97 static const Double_t fgkSSDChipWidth; // SSD Module Chip Width
98 static const Double_t fgkSSDChipHeight; // SSD Module Chip Height
99 static const Double_t fgkSSDChipSeparationLength;// SSD Module Distance between Chips
100 static const Double_t fgkSSDChipGlueLength; // SSD Module Chip Glue Layer Length
101 static const Double_t fgkSSDChipGlueWidth; // SSD Module Chip Glue Layer Width
102 static const Double_t fgkSSDChipGlueHeight; // SSD Module Chip Glue Layer Height
44285dfa 103 /////////////////////////////////////////////////////////////////////////
104 // Stiffener Components
105 /////////////////////////////////////////////////////////////////////////
106 static const Double_t fgkSSDStiffenerLength; // SSD Module Stiffener Length
107 static const Double_t fgkSSDStiffenerWidth; // SSD Module Stiffener Width
108 static const Double_t fgkSSDStiffenerHeight; // SSD Module Stiffener Height
109 static const Double_t fgkSSDStiffenerToChipDist; // SSD Module Stiffener position respect
110 // to sensor Edge
111 static const Double_t fgkSSDCapacitor0603Length; // SSD Stiffener Capacitor 0603 Length
112 static const Double_t fgkSSDCapacitor0603Width; // SSD Stiffener Capacitor 0603 Width
113 static const Double_t fgkSSDCapacitor0603Height; // SSD Stiffener Capacitor 0603 Height
114 static const Double_t fgkSSDCapacitor1812Length; // SSD Stiffener Capacitor 1812 Length
115 static const Double_t fgkSSDCapacitor1812Width; // SSD Stiffener Capacitor 1812 Width
116 static const Double_t fgkSSDCapacitor1812Height; // SSD Stiffener Capacitor 1812 Height
117 static const Double_t fgkSSDWireLength; // SSD Stiffener Wire Length
118 static const Double_t fgkSSDWireRadius; // SSD Stiffener Wire Radius
119 static const Double_t fgkSSDConnectorPosition[2];// SSD Connector Position respect to Stiffener
120 static const Double_t fgkSSDConnectorSeparation; // SSD Connector separation distance
121 static const Double_t fgkSSDConnectorLength; // SSD Stiffener Connector Length
122 static const Double_t fgkSSDConnectorWidth; // SSD Stiffener Connector Width
123 static const Double_t fgkSSDConnectorHeight; // SSD Stiffener Connector Height
bf210566 124 static const Double_t fgkSSDConnectorAlHeight; // SSD Stiffener Connector Al Height
125 static const Double_t fgkSSDConnectorNiHeight; // SSD Stiffener Connector Ni Height
d7599219 126 /////////////////////////////////////////////////////////////////////////
127 // Flex
128 /////////////////////////////////////////////////////////////////////////
44285dfa 129 static const Double_t fgkSSDFlexFullLength; // SSD Flex Full Length
130 static const Double_t fgkSSDFlexLength[4]; // SSD Flex Components Length
131 static const Double_t fgkSSDFlexWidth[2]; // SSD Flex Components Width
132 static const Double_t fgkSSDFlexHeight[2]; // SSD Flex Layers Heigth
133 static const Double_t fgkSSDFlexAngle; // SSD Flex Angle
134 static const Double_t fgkSSDFlexHoleLength; // SSD Flex Hole Length
135 static const Double_t fgkSSDFlexHoleWidth; // SSD Flex Hole Width
136 static const Double_t fgkSSDEndFlexCompLength[6];// SSD End-Flex Components Length
137 static const Double_t fgkSSDEndFlexCompWidth[3]; // SSD End-Flex Components Width
d7599219 138 /////////////////////////////////////////////////////////////////////////////////
139 // SSD Ladder Cable
140 /////////////////////////////////////////////////////////////////////////////////
44285dfa 141 static const Double_t fgkSSDLadderCableWidth; // SSD Ladder Cable Width
44285dfa 142 /////////////////////////////////////////////////////////////////////////
143 // SSD Module Components
144 /////////////////////////////////////////////////////////////////////////
145 static const Double_t fgkSSDModuleStiffenerPosition[2]; // SSD Module Stiffener position
146 // respect to Sensor Edge
147 static const Double_t fgkSSDModuleSensorSupportDistance;// SSD Module Sensor Support Position
148 // respect to Sensor Edge
149 static const Double_t fgkSSDModuleCoolingBlockToSensor; // SSD Cooling Block Position
150 // respect to sensor
d7599219 151 /////////////////////////////////////////////////////////////////////////
152 // Chip Cables
153 /////////////////////////////////////////////////////////////////////////
44285dfa 154 static const Double_t fgkSSDChipCablesLength[2]; // SSD Chip Cables Components Length
155 static const Double_t fgkSSDChipCablesHeight[4]; // SSD Chip Cables Components Height
156 static const Double_t fgkSSDChipCablesWidth[3]; // SSD Chip Cables Components Width
d7599219 157 /////////////////////////////////////////////////////////////////////////
158 // Cooling Block
159 /////////////////////////////////////////////////////////////////////////
44285dfa 160 static const Double_t fgkSSDCoolingBlockLength; // SSD Cooling Block Length
161 static const Double_t fgkSSDCoolingBlockWidth; // SSD Cooling Block Width
162 static const Double_t fgkSSDCoolingBlockHeight[3]; // SSD Cooling Block Heiht
163 static const Double_t fgkSSDCoolingBlockHoleRadius[2];// SSD Cooling Block Hole Radius
164 static const Double_t fgkSSDCoolingBlockHoleLength[2];// SSD Cooling Block Hole Length
165 static const Double_t fgkSSDCoolingBlockHoleCenter; // SSD Cooling Block Hole Ceneter Position
166 static const Double_t fgkSSDCoolingBlockHoleHeight; // SSD Cooling Block Hole Height
d7599219 167 /////////////////////////////////////////////////////////////////////////
168 // SSD Sensor
169 /////////////////////////////////////////////////////////////////////////
44285dfa 170 static const char* fgkSSDSensitiveVolName; // SSD Name of the Sensitive Part of the Sensor
171 static const Double_t fgkSSDSensorLength; // SSD Sensor Length
172 static const Double_t fgkSSDSensorHeight; // SSD Sensor Height
173 static const Double_t fgkSSDSensorWidth; // SSD Sensor Width
174 static const Double_t fgkSSDSensorOverlap; // SSD Sensor Beam Axis Overlap
175 static const Double_t fgkSSDSensorInsensitiveLength; // SSD Insensitive Part Length
176 static const Double_t fgkSSDSensorInsensitiveWidth; // SSD Insensitive Part Width
d7599219 177 /////////////////////////////////////////////////////////////////////////
178 // SSD Sensor Support
179 /////////////////////////////////////////////////////////////////////////
44285dfa 180 static const Double_t fgkSSDSensorSideSupportLength; // SSD Side Sensor Support Length
181 static const Double_t fgkSSDSensorSideSupportWidth; // SSD Side Sensor Support Width
182 static const Double_t fgkSSDSensorSideSupportHeight[2]; // SSD Side Sensor Support Height
183 static const Double_t fgkSSDSensorSideSupportThickness[2]; // SSD Side Sensor Support Thickness
184 static const Double_t fgkSSDSensorSideSupportPosition; // SSD Side Sensor Support Position
185 static const Double_t fgkSSDSensorCenterSupportLength; // SSD Center Sensor Support Length
186 static const Double_t fgkSSDSensorCenterSupportWidth; // SSD Center Sensor Support Width
187 static const Double_t fgkSSDSensorCenterSupportHeight[2]; // SSD Center Sensor Support Height
188 static const Double_t fgkSSDSensorCenterSupportThickness[2];// SSD Center Sensor Support Thickness
189 static const Double_t fgkSSDSensorCenterSupportPosition; // SSD Center Sensor Support Position
190 static const Int_t fgkSSDSensorSupportCombiTransNumber = 3; // Number of TGeoCombiTrans
191 // for positioning volumes in Sensor Support Assembly
d7599219 192 /////////////////////////////////////////////////////////////////////////
193 //Parameters for Carbon Fiber
194 /////////////////////////////////////////////////////////////////////////
44285dfa 195 static const Double_t fgkCarbonFiberTriangleLength; // Carbon Fiber Triangle Length
196 static const Double_t fgkCarbonFiberTriangleAngle; // Carbon Fiber Triangle Angle
197 static const Double_t fgkCarbonFiberSupportTopEdgeDist[2]; // Carbon Fiber Support Top Edge Components
198 static const Double_t fgkCarbonFiberSupportEdgeLength; // Carbon Fiber Support Edge Lenght
199 static const Double_t fgkCarbonFiberSupportWidth; // Carbon Fiber Support Edge Width
200 static const Double_t fgkCarbonFiberSupportXAxisLength; // Carbon Fiber Support X Axis Lenght
201 static const Double_t fgkCarbonFiberSupportYAxisLength; // Carbon Fiber Support Y Axis Lenght
202 static const Int_t fgkCarbonFiberAssemblyCombiTransNumber = 3; // Number of TGeoCombiTrans
203 // for positioning volumes in Carbon Fiber Assembly
d7599219 204 //////////////////////////////////////////////////////////////////////////////
205 // Carbon Fiber Junction Parameters
206 //////////////////////////////////////////////////////////////////////////////
44285dfa 207 static const Double_t fgkCarbonFiberJunctionLength; // Carbon Fiber Junction Length
208 static const Double_t fgkCarbonFiberJunctionWidth; // Carbon Fiber Junction Width
209 static const Double_t fgkCarbonFiberJunctionEdge[2]; // Carbon Fiber Junction Edge Length
210 static const Double_t fgkCarbonFiberJunctionAngle[2]; // Carbon Fiber Junction Angle
211 static const Double_t fgkCarbonFiberJunctionToSensorSupport; // Carbon Fiber Junction position respect to sensor
d7599219 212 /////////////////////////////////////////////////////////////////////////
213 //Parameters for Carbon Fiber Lower Support (lengths are in mm)
214 /////////////////////////////////////////////////////////////////////////
c40ebacc 215 static const Double_t fgkLowerSupportToSensorZ; // Distance from lower support to sensor center
44285dfa 216 static const Double_t fgkCarbonFiberLowerSupportWidth; // Lower Support of Carbon Fiber Width
217 static const Double_t fgkCarbonFiberLowerSupportLowerLenght; // Lower Support of Carbon Fiber Length
218 static const Double_t fgkCarbonFiberLowerSupportHeight; // Lower Support of Carbon Fiber Height
219 static const Double_t fgkCarbonFiberLowerSupportTransverseWidth; // Lower Support of Carbon Fiber Transverse separation
220 static const Double_t fgkCarbonFiberLowerSupportVolumeSeparation; // Distance between Lower Supports of Carbon Fiber
221 static const Double_t fgkCarbonFiberLowerSupportVolumePosition[2];// Carbon fiber lower Support Position
222 /////////////////////////////////////////////////////////////////////////
223 // End Ladder Carbon Fiber Lower Junction Parameters (lengths are in mm and angles in degrees)
224 /////////////////////////////////////////////////////////////////////////
225 static const Double_t fgkEndLadderCarbonFiberLowerJunctionLength[2]; // End Ladder Carbon Fiber Lower Up Support length
226 static const Double_t fgkEndLadderCarbonFiberUpperJunctionLength[2]; // End Ladder Carbon Fiber Lower Down Support length
227 static const Double_t fgkEndLadderMountingBlockPosition[2]; // End Ladder Mounting Block Position
9b0c60ab 228 static const Double_t fgkendladdercoolingsupportdistance[3]; // End Ladder Cooling Support Position
d7599219 229 /////////////////////////////////////////////////////////////////////////
230 // Cooling Tube Support (lengths are in mm and angles in degrees)
231 /////////////////////////////////////////////////////////////////////////
44285dfa 232 static const Double_t fgkCoolingTubeSupportRmax; // Cooling Tube Support Max Radius
233 static const Double_t fgkCoolingTubeSupportRmin; // Cooling Tube Support Min Radius
234 static const Double_t fgkCoolingTubeSupportLength; // Cooling Tube Support Length
235 static const Double_t fgkCoolingTubeSupportHeight; // Cooling Tube Support Height
236 static const Double_t fgkCoolingTubeSupportWidth; // Cooling Tube Support Width
237 static const Double_t fgkCoolingTubeSupportSeparation; // Cooling Tube Support Separation
238 static const Double_t fgkCoolingTubeSupportToCarbonFiber; // Cooling Tube Support position respect to Carbon Fiber
d7599219 239 /////////////////////////////////////////////////////////////////////////////////
240 // Cooling Tube (lengths are in mm and angles in degrees)
241 /////////////////////////////////////////////////////////////////////////////////
44285dfa 242 static const Double_t fgkCoolingTubeRmax; // Cooling Tube Max Radius
243 static const Double_t fgkCoolingTubeRmin; // Cooling Tube Min Radius
244 static const Double_t fgkCoolingTubeLength; // Cooling Tube Length
245 static const Double_t fgkCoolingTubeSeparation; // Cooling Tube Separation
9b0c60ab 246 static const Double_t fgkMountingBlockToSensorSupport; // Distance between Mounting block and Side Sensor Support
d7599219 247 /////////////////////////////////////////////////////////////////////////
248 // SSD Mounting Block Parameters (lengths are in mm and angles in degrees)
249 /////////////////////////////////////////////////////////////////////////
44285dfa 250 static const Double_t fgkSSDMountingBlockLength[3]; // SSD Mounting Block Components Lengths
251 static const Double_t fgkSSDMountingBlockHeight[4]; // SSD Mounting Block Components Heights
252 static const Double_t fgkSSDMountingBlockWidth; // SSD Mounting Block Width
253 static const Double_t fgkSSDMountingBlockHoleTrapezoidAngle; // SSD Mounting Block Hole Trapezoid Angle
254 static const Double_t fgkSSDMountingBlockHoleTrapezoidHeight; // SSD Mounting Block Hole Trapezoid Height
255 static const Double_t fgkSSDMountingBlockHoleTrapezoidUpBasis;// SSD Mounting Block Hole Trapezoid Up Basis Length
256 static const Double_t fgkSSDMountingBlockHoleTubeLength[2]; // SSD Mounting Block Hole Tube Lengths
257 static const Double_t fgkSSDMountingBlockHoleTubeWidth[2]; // SSD Mounting Block Hole Tube Width
258 static const Double_t fgkSSDMountingBlockHoleRadius; // SSD Mounting Block Hole radius
259 static const Double_t fgkSSDMountingBlockScrewHoleEdge; // SSD Mounting Block Screw Hole Edge
260 static const Double_t fgkSSDMountingBlockScrewHoleHeigth; // SSD Mounting Block Screw Hole Height
261 static const Double_t fgkSSDMountingBlockScrewHoleRadius[2]; // SSD Mounting Block Screw Hole Radii
d7599219 262 /////////////////////////////////////////////////////////////////////////
9b0c60ab 263 // SSD Mounting Block Clip Parameters (lengths are in mm and angles in degrees)
264 /////////////////////////////////////////////////////////////////////////
265 static const Double_t fgkMountingBlockClipLength; // SSD Mounting Block Clip Length
266 static const Double_t fgkMountingBlockClipThickness; // SSD Mounting Block Clip Thickness
267 static const Double_t fgkMountingBlockClibScrewRadius; // SSD Mounting Block Clip Radius
268 static const Double_t fgkMountingBlockClibScrewPosition; // SSD Mounting Block Clip Screw Position
269 static const Double_t fgkMountingBlockClibWidth; // SSD Mounting Block Clip
270 /////////////////////////////////////////////////////////////////////////////////
271 // SSD Mounting Block Support Parameters (lengths are in mm and angles in degrees)
272 /////////////////////////////////////////////////////////////////////////////////
273 static const Double_t fgkMountingBlockSupportWidth[2]; // SSD Mounting Block Support Width
274 static const Double_t fgkMountingBlockSupportDownHeight; // SSD Mounting Block Support Down Heigth
275 static const Double_t fgkMountingBlockSupportRadius[2]; // SSD Mounting Block Support Radius
276 static const Double_t fgkMountingBlockSupportUpHeight[2]; // SSD Mounting Block Support Heigth
277 static const Double_t fgkLadderSupportHeigth; // SSD Ladder Support Width
278 static const Double_t fgkLadderSupportRingLay5Position; // SSD Ladder Support Ring Position Layer5 respect to ITS center
279 static const Double_t fgkLadderSupportRingLay6Position; // SSD Ladder Support Ring Position Layer6 respect to ITS center
280 /////////////////////////////////////////////////////////////////////////////////
281 // SSD End Cap Cover Plate Parameters (lengths are in mm and angles in degrees)
282 /////////////////////////////////////////////////////////////////////////////////
283 static const Double_t fgkEndCapCoverPlateSmallHoleRadius; // End Cap Cover Plate Hole Small Radious
284 static const Double_t fgkEndCapCoverPlateBigHoleRadius; // End Cap Cover Plate Hole Big Radious
285 static const Double_t fgkEndCapCoverPlateThickness; // End Cap Cover Plate Thickness
286 static const Double_t fgkEndCapCoverPlateSmallHoleSeparation[3]; // End Cap Cover Plate Hole Separation
287 static const Double_t fgkEndCapCoverPlateLength[6]; // End Cap Cover Plate Length
288 static const Double_t fgkEndCapCoverPlateWidth[3]; // End Cap Cover Plate Width
289 static const Double_t fgkEndCapCoverPlateScrewRadiusMin; // End Cap Cover Plate Screw Radius Min
290 static const Double_t fgkEndCapCoverPlateScrewRadiusMax; // End Cap Cover Plate Screw Radius Max
291 static const Double_t fgkEndCapCoverPlateClipLength; // End Cap Cover Plate Clip Length
292 static const Double_t fgkEndCapCoverPlateClipWidth; // End Cap Cover Plate Clip Width
293 static const Double_t fgkEndCapCoverPlateDownClipLength; // End Cap Cover Plate Down Clip Length
294 static const Double_t fgkEndCapCoverPlateDownClipWidth; // End Cap Cover Plate Down Clip Width
295 /////////////////////////////////////////////////////////////////////////////////
296 // SSD End Cap Cooling Tube Parameters (lengths are in mm and angles in degrees)
297 /////////////////////////////////////////////////////////////////////////////////
298 static const Double_t fgkEndCapCoolingTubeAxialRadius[2]; // End Cap Cooling Tube Axial Radius
299 static const Double_t fgkEndCapCoolingTubeRadiusMin; // End Cap Cooling Tube Min Radius
300 static const Double_t fgkEndCapCoolingTubeRadiusMax; // End Cap Cooling Tube Max Radius
301 static const Double_t fgkEndCapCoolingTubeAngle[5]; // End Cap Cooling Tube Angle
302 static const Double_t fgkEndCapCoolingTubeLength[5]; // End Cap Cooling Tube Length
303 static const Double_t fgkEndCapCoolingTubeToCoverSide; // End Cap Cooling Tube Position respect to CoverSide
304 /////////////////////////////////////////////////////////////////////////////////
305 // SSD End Cap Cover Side Parameters (lengths are in mm and angles in degrees)
306 /////////////////////////////////////////////////////////////////////////////////
307 static const Double_t fgkEndCapSideCoverLength[5]; // End Cap Cover Side Length
308 static const Double_t fgkEndCapSideCoverWidth[7]; // End Cap Cover Side Width
309 static const Double_t fgkEndCapSideCoverThickness; // End Cap Cover Side Thickness
310 /////////////////////////////////////////////////////////////////////////////////
311 // SSD End Cap Cards Parameters (lengths are in mm and angles in degrees)
312 /////////////////////////////////////////////////////////////////////////////////
313 static const Double_t fgkEndCapCardElectBoardBackLength[3]; // End Cap Card Electronic Board Back Length
314 static const Double_t fgkEndCapCardElectBoardBackWidth[2]; // End Cap Card Electronic Board Back Width
315 static const Double_t fgkEndCapCardElectBoardBackThickness; // End Cap Card Electronic Board Back Thickness
316 static const Double_t fgkEndCapCardElectBoardLength; // End Cap Card Electronic Board Length
317 static const Double_t fgkEndCapCardElectBoardLayerWidth[2]; // End Cap Card Electronic Board Layer Width
318 static const Double_t fgkEndCapCardElectBoardLayerThickness;// End Cap Card Electronic Board Layer Thickness
319 static const Double_t fgkEndCapCardJMDConnectorThickness; // End Cap Card JMD Connector Thickness
320 static const Double_t fgkEndCapCardJMDConnectorLength[2]; // End Cap Card JMD Connector Length
321 static const Double_t fgkEndCapCardJMDConnectorWidth[2]; // End Cap Card JMD Connector Width
322 static const Double_t fgkEndCapCardJMDConnectorToLayer; // End Cap Card JMD Connector to Layer Distance
323 static const Double_t fgkEndCapCardCableConnectorLength[3]; // End Cap Card Cable Connector Length
324 static const Double_t fgkEndCapCardCableConnectorWidth[2]; // End Cap Card Cable Connector Width
325 static const Double_t fgkEndCapCardCableConnectorThickness; // End Cap Card Cable Connector Thickness
326 static const Double_t fgkEndCapCardCableConnectorDistance; // End Cap Card Cable Connector Distance
327 static const Double_t fgkEndCapCardCableConnectorToLayer; // End Cap Card Cable Connector To Layer Distance
328 static const Double_t fgkEndCapStripConnectionLength; // End Cap Strip Connection Length
329 static const Double_t fgkEndCapStripConnectionThickness; // End Cap Strip Connection Thickness
330 static const Double_t fgkEndCapStripConnectionWidth; // End Cap Strip Connection Width
331 static const Double_t fgkEndCapInterfaceCardBLength[7]; // End Cap Interface CardB Length
332 static const Double_t fgkEndCapInterfaceCardBWidth[5]; // End Cap Interface CardB Width
333 static const Double_t fgkEndCapInterfaceCardBThickness; // End Cap Interface CardB Thickness
334 static const Double_t fgkEndCapInterfaceElectBoardCardBThickness; // End Cap Interface Elect Board CardB Thickness
335 static const Double_t fgkEndCapInterfaceCardBJMDConnectorSeparation; // End Cap Interface CardB JMD Connector Separation
336 static const Double_t fgkEndCapStiffenerLength; // End Cap Stiffener Length
337 static const Double_t fgkEndCapStiffenerWidth; // End Cap Stiffener Width
338 static const Double_t fgkEndCapStiffenerThickness; // End Cap Stiffener Thickness
339 static const Double_t fgkEndCapEffectiveCableRadiusMin; // End Cap Effective Cable Radius Min
340 static const Double_t fgkEndCapEffectiveCableRadiusMax; // End Cap Effective Cable Radius Max
341 /////////////////////////////////////////////////////////////////////////////////
342 // SSD End Cap SupportLayer5/6 Side Parameters (lengths are in mm and angles in degrees)
343 /////////////////////////////////////////////////////////////////////////////////
344 static const Double_t fgkEndCapLay5SupportLength; // End Cap Layer5 Support Length
345 static const Double_t fgkEndCapLay5SupportMiddleRadius; // End Cap Layer5 Support Middle Radius
346 static const Double_t fgkEndCapLay5SupportLowRadius; // End Cap Layer5 Support Low Radius
347 static const Double_t fgkEndCapLay5SupportHighWidth; // End Cap Layer5 High Radius
348 static const Double_t fgkEndCapLay5SupportLowWidth; // End Cap Layer5 Low Width
349 static const Double_t fgkEndCapSupportLength[2]; // End Cap Layer5/6 Support Length
350 static const Double_t fgkEndCapSupportMiddleRadius[2]; // End Cap Layer5/6 Support Middle Radius
351 static const Double_t fgkEndCapSupportLowRadius[2]; // End Cap Layer5/6 Support Low Radius
352 static const Double_t fgkEndCapSupportHighWidth; // End Cap Layer5/6 High Radius
353 static const Double_t fgkEndCapSupportLowWidth[2]; // End Cap Layer5/6 Low Width
354 static const Double_t fgkEndCapSupportCenterLay5ITSPosition; // End Cap Support Center ITS Position Layer 5
355 static const Double_t fgkEndCapSupportCenterLay5Position; // End Cap Support Position Respect Z Axis Origin Layer 5
356 static const Double_t fgkEndCapSupportCenterLay6ITSPosition; // End Cap Support Center ITS Position Layer 6
357 static const Double_t fgkEndCapSupportCenterLay6Position; // End Cap Support Position Respect Z Axis Origin Layer 6
358 /////////////////////////////////////////////////////////////////////////////////
359 // SSD End Cap Kapton Foil Parameters (lengths are in mm and angles in degrees)
360 ////////////////////////////////////////////////////////////////////////////////
361 static const Double_t fgkEndCapKaptonFoilThickness; // End Cap Kapton Foil Thickness
362 static const Double_t fgkEndCapKaptonFoilLength; // End Cap Kapton Foil Length
363 static const Double_t fgkEndCapKaptonFoilWidth ; // End Cap Kapton Foil Width
364 /////////////////////////////////////////////////////////////////////////
47f8de53 365 // SSD Cone
366 /////////////////////////////////////////////////////////////////////////
367 static const Double_t fgkSSDLowerPConeRadius; // SSD Cone Lower Radius
368 static const Double_t fgkSSDPConeAngle; // SSD Cone Angle
369 static const Double_t fgkSSDPConeZLength[2]; // SSD Cone ZLength
370 static const Double_t fgkSSDPConeLittleHoleRadius; // SSD Cone Little Hole Radius
371 static const Double_t fgkSSDPConeLittleHoleLength; // SSD Cone Little Hole Length
372 static const Double_t fgkSSDConeMiddleRadius; // SSD Cone Middle Radius
373 static const Double_t fgkSSDPConeMiddleLength; // SSD Cone Middle Length
374 static const Double_t fgkSSDPConeMiddleWidth; // SSD Cone Middle Width
375 static const Double_t fgkSSDPConeUpRadius; // SSD Cone Up Radius
376 static const Double_t fgkSSDPConeUpMaxRadius; // SSD Cone Up Max Radius
377 static const Double_t fgkSSDPConeUpMiddleRadius; // SSD Cone Up Middle Radius
378 static const Double_t fgkSSDPConeDownRadius; // SSD Cone Down Radius
379 static const Double_t fgkSSDPConeTrapezoidAngle; // SSD Cone Trapezoid Angle
380 static const Double_t fgkSSDPConeTrapezoidBasis; // SSD Cone Trapezoid Basis
381 static const Double_t fgkSSDPConeExternalRadius; // SSD Cone External Radius
382 static const Double_t fgkSSDPConeRadiusWidth; // SSD Cone Radius Width
383 static const Double_t fgkSSDPConeLength; // SSD Cone Length
384 static const Double_t fgkSSDCentralSupportLength; //SSD Central Support Length
385 static const Double_t fgkSSDCentralSupportRadius; // SSD Central Support Radius
386 static const Double_t fgkSSDCentralSupportWidth; // SSD Central Support Width
387 static const Double_t fgkSSDCentralAL3SupportLength; // SSD Central Support Length
388 static const Double_t fgkSSDCentralAL3SupportWidth; // SSD Central Support Width
389 /////////////////////////////////////////////////////////////////////////
390 // SSD Cables e Patch Panel
391 /////////////////////////////////////////////////////////////////////////
392 static const Double_t fgkSSDCablesLay5TubeRadiusMin; // Radius Min Cable Tube Layer 5
393 static const Double_t fgkSSDCablesLay6TubeRadiusMin; // Radius Min Cable Tube Layer 6
394 static const Double_t fgkSSDCablesLay5RightSideHeight; // Width Lay 5 Cables to be fixed in order to reproduce material budget
395 static const Double_t fgkSSDCablesLay6RightSideHeight; // // Width Lay 5 Cables to be fixed in order to reproduce material budget
396 static const Double_t fgkSSDCableAngle; // Angle Cable
397 static const Double_t fgkSSDCablesLay5RightSideWaterHeight; // Width Lay 5 Water Cables to be fixed in order to reproduce material budget
398 static const Double_t fgkSSDCablesPatchPanel2RB26Angle[2]; // Angle Position Patch Panel RB26
399 static const Double_t fgkSSDCablesPatchPanel2RB24Angle[2]; // Angle Position Patch Panel RB24
400 static const Double_t fgkSSDPatchPanel2RB26ITSDistance; // Patch Panel RB26 Position
401 static const Double_t fgkSSDPatchPanel2RB24ITSDistance; // Patch Panel RB24 Position
402 static const Double_t fgkSSDPatchPanel2RB26Radius; // Patch Panel Radius
403 static const Double_t fgkSSDPatchPanel2RB24Radius; // Patch Panel Radius
404 static const Double_t fgkSSDPatchPanelHeigth; // Patch Panel Height
405 static const Double_t fgkSSDCableMaterialBudgetHeight; // SSD Cable Material Budget
406 /////////////////////////////////////////////////////////////////////////
bf210566 407 // Private methods for private members generation
408 /////////////////////////////////////////////////////////////////////////
47f8de53 409
bf210566 410 void CreateTransformationMatrices(); // Method setting the transformation matrices
411 void CreateBasicObjects(); // Method creating the basic objects of ssd geometry
412 void SetSSDSensor(); // Method setting the SSD Layer 5 and 6 sensors
413 TList* GetCarbonFiberSupportList(); // Method generating CarbonFiberSupport
414 TGeoVolume* GetCarbonFiberJunction(Double_t width); // Method generating
415 // CarbonFiberJunction
416 TList* GetCarbonFiberLowerSupportList();
417 // Method generating CarbonFiberLowerSupport
418 TGeoVolume* GetSSDSensorSupport(Double_t length, Double_t height,
419 Double_t width, Double_t* thickness) const; //
420 // Method generating SSDSensorSupport
421 TGeoVolume* GetCoolingTubeSupport(Int_t nedges); // Method generating CoolingTubeSupport
422 TList* GetSSDHybridParts(); // Method setting Hybrid Components
423 TGeoVolume* GetCoolingBlockSystem(); // Method generating Cooling Block System
424 TGeoVolume* GetSSDStiffenerFlex()const; // Method generating StiffenerFlex
425 TGeoVolume* GetSSDEndFlex(); // Method generating EndFlex
426 TGeoVolume* GetSSDMountingBlock(); // Method generating Mounting Block
9b0c60ab 427 TGeoVolume* GetMountingBlockClip() const; // Method generating Mounting Block Clip
bf210566 428 TList* GetCoolingTubeList()const; // Method generating list of Tubes
429 TGeoVolume* GetSSDCoolingBlock(Int_t nedges);
430 // Method generating StiffenerFlex
431 TGeoVolume* GetSSDChipCables(Double_t SSDChipCablesHeigth, Int_t nedges);
432 // Method setting ChipCables
433 TList* GetSSDChipSystem(); // Method setting Chip System
434 TGeoVolume* GetSSDChips() const; // Method generating Chips
435 TList* GetLadderCableSegment(Double_t ssdendladdercablelength);
436 // Method generating LadderCableSegment
437 TGeoVolume* GetLadderCable(Int_t n, Double_t ssdendladdercablelength);
438 // Method generating Ladder Cable
439 TGeoVolume* GetLadderCableAssembly(Int_t n, Double_t ssdendladdercablelength);
440 // Method generating Ladder Cable Assembly
441 TList* GetLadderCableAssemblyList(Int_t n, Double_t ssdendladdercablelength);
442 // Method generating Ladder Cable List
9b0c60ab 443 TList* GetMountingBlockSupport(Int_t nedges); // Get Mounting Block Support
444 void SetLadderSupport(Int_t nedges); // It generates the ladder support
445 TGeoVolume* GetEndCapCoolingTube(); // End Cap Cooling Tube
446 TGeoVolume* GetEndCapCoverPlate(); // End Cap Cover Plate
447 TGeoVolume* GetEndCapSideCover() const; // End Cap Side Cover
448 TGeoVolume** GetEndCapCards() const; // End Cap Cards
449 TGeoVolume** EndCapSupport(); // End Cap Support Layer 5 and Layer 6
450 void SetEndCapSupportAssembly(); // EndCap Support + End Cap Layer 5 and 6
451 TGeoVolume* GetEndCapEffectiveCables(Double_t radiusmin, Double_t radiusmax,
452 Double_t width,Int_t ncables,char* volname); // End Cap Effective HV Cables
bf210566 453 TGeoXtru* GetArcShape(Double_t phi, Double_t rmin,
454 Double_t rmax, Int_t nedges, Double_t height);
455 //Auxiliary Method for Arc Shape
456 TGeoArb8* GetArbShape(TVector3* vertexpos[],Double_t* width,
457 Double_t height,char* shapename,Int_t isign = 1) const;
458 // Method generating an Arb shape
851c0ce3 459 TGeoShape* GetScrewShape(Double_t* radius,Int_t* edgesnumber,Double_t* section) const;// Method Generating the Screw Shape
460 TGeoShape* GetHoleShape(Double_t radius, Int_t nedges, Double_t *section) const;// Method Generating the Hole Shape
bf210566 461 TVector3* GetReflection(TVector3* vector,Double_t* param) const;
462 // Given an axis specified by param,
463 // it gives the reflection of the point respect to the axis
464 TGeoHMatrix* AddTranslationToHMatrix(TGeoHMatrix* ct,Double_t dx,Double_t dy,
465 Double_t dz) const;
466 // add (dx,dy,dz) translation to a initial TGeoCombiTrans
d7599219 467 /////////////////////////////////////////////////////////////////////////
bf210566 468 // Private members
44285dfa 469 /////////////////////////////////////////////////////////////////////////
bf210566 470 // Materials
44285dfa 471 /////////////////////////////////////////////////////////////////////////
bf210566 472 TGeoMedium* fSSDChipMedium; // SSD Module Chip Medium
473 TGeoMedium* fSSDChipGlueMedium; // SSD Module Chip Glue Layer Medium
474 TGeoMedium* fSSDStiffenerMedium; // SSDStiffener Medium
475 TGeoMedium* fSSDStiffenerConnectorMedium; // SSD Stiffener Connector Medium
476 TGeoMedium* fSSDStiffener0603CapacitorMedium; // SSD Stiffener Capacitor 0603 Medium
477 TGeoMedium* fSSDStiffener1812CapacitorMedium; // SSD Stiffener Capacitor 1812 Medium
478 TGeoMedium* fSSDStiffenerHybridWireMedium; // SSD Stiffener Wire Medium
479 TGeoMedium* fSSDKaptonFlexMedium; // SSD Flex Kapton Layer Medium
480 TGeoMedium* fSSDAlTraceFlexMedium; // SSD Flex Al Layer Medium
481 TGeoMedium* fSSDAlTraceLadderCableMedium; // SSD Ladder Cable Al Layer Medium
482 TGeoMedium* fSSDKaptonLadderCableMedium; // SSD Ladder Cable Kapton Layer Medium
483 TGeoMedium* fSSDKaptonChipCableMedium; // SSD Chip Cables Kapton Layer Medium
484 TGeoMedium* fSSDAlTraceChipCableMedium; // SSD Chip Cables Al Layer Medium
485 TGeoMedium* fSSDAlCoolBlockMedium; // SSD Cooling Block Al Medium
486 TGeoMedium* fSSDSensorMedium; // SSD Sensor Medium
487 TGeoMedium* fSSDSensorSupportMedium; // SSD Sensor Support Medium
488 TGeoMedium* fSSDCarbonFiberMedium; // SSD Carbon Fiber Medium
489 TGeoMedium* fSSDTubeHolderMedium; // Cooling Tube Support Medium
490 TGeoMedium* fSSDCoolingTubeWater; // Medium for Inner Part of Cooling Tube
491 TGeoMedium* fSSDCoolingTubePhynox; // Medium for Cooling Tube
9b0c60ab 492 TGeoMedium* fSSDSupportRingAl; // Medium for Support Ring
bf210566 493 TGeoMedium* fSSDMountingBlockMedium; // Medium for SSD Mounting Block
47f8de53 494 TGeoMedium* fSSDRohaCellCone; // Medium for SSD Ring Cone Support
bf210566 495 TGeoMedium* fSSDAir; // SSD Air
47f8de53 496 TGeoMedium* fSSDCopper; // Copper for SSD Cables
bf210566 497 /////////////////////////////////////////////////////////////////////////
498 Bool_t fCreateMaterials; // Bool variable which verifies if materials have been created
499 Bool_t fTransformationMatrices; // Bool variable which verifies if matrices have been allocated
500 Bool_t fBasicObjects; // Bool variable which verifies if basic objects have been allocated
501 /////////////////////////////////////////////////////////////////////////
502 // Carbon Fiber Support Matrices and Objects
503 ////////////////////////////////////////////
504 static const Int_t fgkcarbonfibersupportnumber = 2; // Support Number
505 TGeoVolume* fcarbonfibersupport[fgkcarbonfibersupportnumber]; // Support
506 TGeoHMatrix* fcarbonfibersupportmatrix[fgkcarbonfibersupportnumber]; // Support Matrix
507 /////////////////////////
508 // Carbon Fiber Junction
509 ////////////////////////
510 static const Int_t fgkcarbonfiberjunctionumber = 3; // Carbon Fiber Number
511 TGeoVolume* fcarbonfiberjunction; // Carbon Fiber
512 TGeoHMatrix* fcarbonfiberjunctionmatrix[fgkcarbonfiberjunctionumber]; // Carbon Fiber Matrix
513 /////////////////////////////
514 // Carbon Fiber Lower Support
515 /////////////////////////////
516 static const Int_t fgkcarbonfiberlowersupportnumber = 2; // Carbon Fiber Lower Support Number
517 TGeoVolume* fcarbonfiberlowersupport[fgkcarbonfiberlowersupportnumber]; // Carbon Fiber Lower Support
518 TGeoTranslation* fcarbonfiberlowersupportrans[fgkcarbonfiberlowersupportnumber];// Carbon Fiber Lower Support Translation
519 /////////////////////////////
520 // SSD Sensor Support
521 /////////////////////////////
522 static const Int_t fgkvolumekind = 2; // volumekind = 0 : side ssd support
523 // volumekind = 1 : central ssd support
524 static const Int_t fgkssdsensorsupportnumber = 3; // SSD Sensor Support Number
525 TGeoVolume** fssdsensorsupport[fgkvolumekind]; // SSD Sensor
526 TGeoHMatrix* fssdsensorsupportmatrix[fgkssdsensorsupportnumber]; // SSD Sensor Matrix
527 /////////////////////////////////////////////////////////////
528 // SSD Cooling Tube Support
529 /////////////////////////////////////////////////////////////
530 static const Int_t fgkcoolingtubesupportnumber = 2; // Cooling Tube Support Number
531 TGeoVolume* fcoolingtubesupport; // Cooling Tube Support
532 TGeoHMatrix* fcoolingtubesupportmatrix[fgkcoolingtubesupportnumber]; // Cooling Tube Support Matrix
533 /////////////////////////////////////////////////////////////
534 // SSD Hybrid
535 /////////////////////////////////////////////////////////////
536 static const Int_t fgkhybridcompnumber = 3; // Hybrid number
537 TGeoVolume* fssdhybridcomponent[fgkhybridcompnumber]; // Hybrid Components
538 TGeoHMatrix* fhybridmatrix; // Hybrid Matrix
539 /////////////////////////////////////////////////////////////
540 // SSD Cooling Block System
541 /////////////////////////////////////////////////////////////
542 static const Int_t fgkcoolingblocknumber = 4; // Cooling Block Number
543 TGeoVolume* fssdcoolingblocksystem; // Cooling Block
544 TGeoHMatrix* fcoolingblocksystematrix; // Cooling Block Matrix
545 TGeoHMatrix* fcoolingblockmatrix[fgkcoolingblocknumber]; // Cooling System Matrix
546 /////////////////////////////////////////////////////////////
547 // SSD Flex
548 /////////////////////////////////////////////////////////////
549 static const Int_t fgkflexnumber = 2; // Flex Number
550 TGeoVolume* fssdstiffenerflex; // Stiffener Flex
551 TGeoVolume* fssdendflex; // End flex
552 TGeoHMatrix* fstiffenerflexmatrix[fgkflexnumber]; // Stiffener Flex Matrix
553 TGeoHMatrix* fendflexmatrix[fgkflexnumber]; // End Flex Matrix
554 /////////////////////////////////////////
555 // Cooling Tube
556 /////////////////////////////////////////
557 static const Int_t fgkcoolingtubenumber = 3; // Coling Tube Number
558 TGeoHMatrix** fcoolingtubematrix[fgkcoolingtubenumber+1]; // Cooling Tube Matrix
9b0c60ab 559 TGeoVolume* fcoolingtube[fgkcoolingtubenumber]; // Ladder Cooling Tube
560 static const Int_t fgkendladdercoolingtubenumber = 5; // End Ladder Cooling Tube Number
561 TGeoVolume* fendladdercoolingtube[fgkendladdercoolingtubenumber]; // End Ladder Cooling Tube
562 TGeoHMatrix** fendladdercoolingtubematrix[2]; //End ladder cooling tube matrix
bf210566 563 /////////////////////////////////////////
564 // End Ladder Components
565 /////////////////////////////////////////
566 TGeoVolumeAssembly* fendladdersegment[2]; // End Ladder Segment
567 TGeoHMatrix** fendladdersegmentmatrix[2]; // End Ladder Matrix
9b0c60ab 568 /////////////////////////////////////////////////////////////
569 // End Ladder SSD Cooling Tube Support
570 /////////////////////////////////////////////////////////////
571 TGeoHMatrix*** fendladdercoolingtubesupportmatrix; //End ladder cooling tube support matrix
bf210566 572 ///////////////////////////////////
573 // End Ladder Carbon Fiber Junction
574 ///////////////////////////////////
575 static const Int_t fgkendlabbercarbonfiberjunctionumber = 2; // End Ladder Carbon fiber Junction Number
576 TGeoVolume** fendladdercarbonfiberjunction[fgkendlabbercarbonfiberjunctionumber]; // End Ladder Carbon fiber Junction Volumes
577 static const Int_t fgkendladdercabonfiberjunctionmatrixnumber = 3; // End Ladder Carbon fiber Junction Matrix Number
578 TGeoHMatrix** fendladdercarbonfiberjunctionmatrix[fgkendlabbercarbonfiberjunctionumber]; // End Ladder Carbon fiber Junction Matrix
579 ///////////////////////////////////
580 // End Ladder Carbon Fiber Support
581 ///////////////////////////////////
582 static const Int_t fgkendladdercarbonfibermatrixnumber = 2; // End Ladder Carbon fiber Matrix Number
583 TGeoHMatrix** fendladdercarbonfibermatrix[fgkendladdercarbonfibermatrixnumber]; // End Ladder Carbon fiber Matrix
584 ///////////////////////////////////
585 // End Ladder SSD Mounting Block
586 ///////////////////////////////////
587 static const Int_t fgkendladdermountingblocknumber = 2; // Mounting Block Number
588 TGeoVolume* fendladdermountingblock; // Mounting Block
9b0c60ab 589 TGeoVolume* fendladdermountingblockclip; // Mounting Block Clip
590 TGeoCombiTrans* fendladdermountingblockcombitrans[fgkendladdermountingblocknumber]; // End Ladder Mounting Block CombiTrans
591 TGeoHMatrix** fendladdermountingblockclipmatrix[fgkendladdermountingblocknumber]; // End Ladder Mounting Block Clip HMatrix
bf210566 592 ///////////////////////////////////
593 // End Ladder Lower Support
594 ///////////////////////////////////
595 static const Int_t fgkendladderlowersuppnumber = 2; // End Ladder Lower Support Number
596 TGeoTranslation* fendladderlowersupptrans[fgkendladderlowersuppnumber+1]; // End Ladder Lower Support Translations
d7599219 597 /////////////////////////////////////////////////////////////////////////
598 // LadderCables
599 /////////////////////////////////////////////////////////////////////////
bf210566 600 static const Int_t fgkladdercablematrixnumber = 4; // Number of TGeoCombiTrans
601 // for positioning Ladder Cable volumes
602 static const Int_t fgkladdercablesnumber = 2; // Number of Ladder Cables Layers
603 TGeoHMatrix **fladdercablematrix[fgkladdercablesnumber]; // TGeoCombiTrans for positioning
604 // Ladder Cables volumes
605 ///////////////////////////////////
606 // Ladder Segment
607 ///////////////////////////////////
608 static const Int_t fgkladdersegmentnumber = 2; // Ladder Segment Kinds Number
609 TGeoVolumeAssembly* fladdersegment[fgkladdersegmentnumber]; // Ladder Segment
610 ///////////////////////////////////
611 // Ladder
612 ///////////////////////////////////
613 static const Int_t fgkladdernumber = 2; // Ladder Number
614 TGeoVolume* fladder[fgkladdernumber]; //fladder[0]: ladder of Layer 5
615 //fladder[1]: ladder of Layer 6
ca86fdb4 616// TGeoVolumeAssembly* fladder[fgkladdernumber];
bf210566 617 TGeoHMatrix** fladdermatrix[fgkladdernumber]; // Ladder Matrix
618 ///////////////////////////////////
619 // SSD Sensor
620 ///////////////////////////////////
621 TGeoVolume* fSSDSensor5; // Layer 5 SSD Sensor
622 TGeoVolume* fSSDSensor6; // Layer 6 SSD Sensor
623 TGeoHMatrix** fssdsensormatrix[fgkladdernumber]; // SSD Sensor Matrix
624 ///////////////////////////////////
625 // SSD Layer
626 ///////////////////////////////////
627 static const Int_t fgklayernumber = 2; // Layer Number
e5bf64ae 628 TGeoVolumeAssembly* fSSDLayer5; // SSD Layer 5
629 TGeoVolumeAssembly* fSSDLayer6; // SSD Layer 6
bf210566 630 TGeoHMatrix** flayermatrix[fgklayernumber]; // Layer Transformations
d7599219 631 /////////////////////////////////////////////////////////////////////////
632 // Mother Volume
633 /////////////////////////////////////////////////////////////////////////
44285dfa 634 TGeoVolume *fMotherVol; // Mother volume for ITS Layer5 and Layer6
635 TGeoVolume* GetMotherVolume() const { return fMotherVol;}; // Method returning Mother Volume
d7599219 636 /////////////////////////////////////////////////////////////////////////
9b0c60ab 637 // Ladder Support
638 /////////////////////////////////////////////////////////////////////////
639 TGeoVolume* fLay5LadderSupport[2]; // Up and Down parts of Layer5 Ladder Support
640 TGeoVolume* fLay6LadderSupport[2]; // Up and Down parts of Layer6 Ladder Support
641 TGeoVolumeAssembly* fLay5LadderSupportRing; // Layer5 Ladder Support Ring
642 TGeoVolumeAssembly* fLay6LadderSupportRing; // Layer6 Ladder Support Ring
643 /////////////////////////////////////////////////////////////////////////
644 // End Cap Support + End Cap Assembly
645 /////////////////////////////////////////////////////////////////////////
e5bf64ae 646 TGeoVolume** fgkEndCapSupportSystem; // End Cap Support + End Cap Assembly
9b0c60ab 647 /////////////////////////////////////////////////////////////////////////
47f8de53 648 // SSD Cone
649 /////////////////////////////////////////////////////////////////////////
650 TGeoVolumeAssembly* fSSDCone; // SSD Cone
651 /////////////////////////////////////////////////////////////////////////
d7599219 652 // Color Display
653 /////////////////////////////////////////////////////////////////////////
44285dfa 654 Int_t fColorCarbonFiber; // display colors
655 Int_t fColorRyton; // ===
656 Int_t fColorPhynox; // ===
657 Int_t fColorSilicon; // ===
658 Int_t fColorAl; // ===
659 Int_t fColorKapton; // ===
660 Int_t fColorPolyhamide; // ===
661 Int_t fColorStiffener; // ===
662 Int_t fColorEpoxy; // ===
bf210566 663 Int_t fColorWater; // ===
664 Int_t fColorG10; // ===
9b0c60ab 665ClassDef(AliITSv11GeometrySSD, 3) // ITS v11 SSD geometry
d7599219 666};
667#endif