]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/AliDIPOv3.cxx
Add getters (Marian)
[u/mrichter/AliRoot.git] / STRUCT / AliDIPOv3.cxx
CommitLineData
7778505e 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#include <TVirtualMC.h>
19#include <TGeoManager.h>
20#include <TGeoVolume.h>
21#include <TGeoMedium.h>
22#include <TGeoMatrix.h>
23#include <TGeoBBox.h>
24#include <TGeoTube.h>
25#include <TGeoCone.h>
26#include <TGeoPcon.h>
d4916cbf 27#include <TGeoCompositeShape.h>
7778505e 28
29#include "AliConst.h"
30#include "AliDIPOv3.h"
31#include "AliMagF.h"
32#include "AliRun.h"
33
34ClassImp(AliDIPOv3)
35
36//_____________________________________________________________________________
37AliDIPOv3::AliDIPOv3()
38{
39 //
d4916cbf 40 // Last design of magnetic dipole version 3
7778505e 41 //
42}
43
44//_____________________________________________________________________________
45AliDIPOv3::AliDIPOv3(const char *name, const char *title)
cf0c8fa1 46 : AliDIPOv2(name,title)
7778505e 47{
48 //
d4916cbf 49 // Standard constructor for the magnetic dipole version 3
7778505e 50}
51
52
53//_____________________________________________________________________________
54void AliDIPOv3::CreateSpectrometerDipole()
55{
56// Detailed dipole geometry as built
57//
d4916cbf 58// Drawing: ALIP2A__0026
59// Geometer measurements: EDMS 596079
60// EDMS 584963
61
7778505e 62//
63// The top volume
64//
65 TGeoVolume* top = gGeoManager->GetVolume("ALIC");
66//
67// Media
68//
d4916cbf 69 TGeoMedium* kMedSteel = gGeoManager->GetMedium("DIPO_ST_C3");
70 TGeoMedium* kMedCoil = gGeoManager->GetMedium("DIPO_Coil_C1");
71 TGeoMedium* kMedCoilSh = gGeoManager->GetMedium("DIPO_Coil_C3");
72 TGeoMedium* kMedCable = gGeoManager->GetMedium("DIPO_ALU_C2");
73 TGeoMedium* kMedAlu = gGeoManager->GetMedium("DIPO_ALU_C2");
74 TGeoMedium* kMedAir = gGeoManager->GetMedium("DIPO_AIR_MUON");
7778505e 75//
d4916cbf 76// Rotations
7778505e 77//
d4916cbf 78 Float_t alhc = 0.794;
79
cf0c8fa1 80 TGeoRotation* rotxz = new TGeoRotation("rotxz", 270., 0., 90., 90., 180., 0.);
81 TGeoRotation* rotiz = new TGeoRotation("rotiz", 90., 0., 90., 90., 180., 0.);
d4916cbf 82 TGeoRotation* rotxzlhc = new TGeoRotation("rotxzlhc", 180., 180. + alhc, 0.);
d4916cbf 83
7778505e 84 TGeoRotation* rotxz108 = new TGeoRotation("rotxz108", 90., 108., 90., 198., 180., 0.);
85 TGeoRotation* rotxz180 = new TGeoRotation("rotxz180", 90., 180., 90., 270., 180., 0.);
86 TGeoRotation* rotxz288 = new TGeoRotation("rotxz288", 90., 288., 90., 18., 180., 0.);
87
88 TGeoRotation* rotxy180 = new TGeoRotation("rotxy180", 90., 180., 90., 270., 0., 0.);
89 TGeoRotation* rotxy108 = new TGeoRotation("rotxy108", 90., 108., 90., 198., 0., 0.);
90 TGeoRotation* rotxy288 = new TGeoRotation("rotxy288", 90., 288., 90., 18., 0., 0.);
91
d4916cbf 92 TGeoRotation* rot00 = new TGeoRotation("rot00", 180., 0., 90., 151., 90., 61.);
93 TGeoRotation* rot01 = new TGeoRotation("rot01", 180., 0., 90., 29.,- 90., -61.);
94 TGeoRotation* rot02 = new TGeoRotation("rot02", 0., 0., 90., 151., 90., 61.);
95 TGeoRotation* rot03 = new TGeoRotation("rot03", 0., 0., 90., 29.,- 90., -61.);
96 TGeoRotation* rot04 = new TGeoRotation("rot04", 90., 61., 90., 151., 0., 0.);
97 TGeoRotation* rot05 = new TGeoRotation("rot05", 90., -61., 90.,-151., 0., 0.);
98 TGeoRotation* rot06 = new TGeoRotation("rot06", 90., 119., 90., 209., 0., 0.);
99 TGeoRotation* rot07 = new TGeoRotation("rot07", 90.,-119., 90.,-209., 0., 0.);
100
101 const Float_t dipoleL = 498.;
102 const Float_t kZDipoleR = 1244.;
103 const Float_t kZDipole = kZDipoleR - dipoleL/2.;
104 const Float_t kZDipoleF = kZDipoleR - dipoleL;
105 const Float_t yokeLength = 309.4;
106 const Float_t blockLength = yokeLength / 7.;
107 const Float_t gapWidthFront = 297.6;
108 const Float_t gapWidthRear = 395.4;
109 const Float_t dGap = (gapWidthRear - gapWidthFront) / 12.;
110 const Float_t gapHeight = 609.1;
111 const Float_t blockHeight = 145.45;
112 const Float_t dzCoil = 4.45;
7778505e 113
7778505e 114 Float_t dx, dy, dz;
d4916cbf 115
116
7778505e 117 //
cf0c8fa1 118 // Mother volume for muon spectrometer tracking station 3
119
120 Float_t z30 = 825.;
121 Float_t zst = 1052.;
122
123 Float_t rcD0 = (kZDipoleF - 5.) * TMath::Tan(9. * kDegrad);
d4916cbf 124 Float_t rcD1 = kZDipole * TMath::Tan(9. * kDegrad);
d4916cbf 125 Float_t rcD2 = rcD1 + dipoleL/2. * TMath::Tan(10.1 * kDegrad);
cf0c8fa1 126 Float_t rc30 = z30 * TMath::Tan(9. * kDegrad);
127 Float_t rcst = rcD1 + (zst - kZDipole) * TMath::Tan(10.1 * kDegrad);
128
129
130 Float_t riD0 = (kZDipoleF - 5.) * TMath::Tan(2. * kDegrad) + 0.2;
131 Float_t riD1 = 30.;
132 Float_t riD2 = 35.8;
133 Float_t riD3 = riD2 + (kZDipoleR - zst) * TMath::Tan(2. * kDegrad);
134 Float_t riD4 = riD2 + (kZDipoleR - zst + 5.) * TMath::Tan(2. * kDegrad);
135
136
137 TGeoPcon* shDDIP1 = new TGeoPcon("shDDIP1", 0., 360., 7);
138
139 shDDIP1->DefineSection(0, (kZDipoleF - 5.), riD0, rcD0);
140 shDDIP1->DefineSection(1, z30 , riD1, rc30);
141 shDDIP1->DefineSection(2, kZDipole , riD1, rcD1);
142 shDDIP1->DefineSection(3, zst , riD1, rcst);
143 shDDIP1->DefineSection(4, zst , riD2, rcst);
144 shDDIP1->DefineSection(5, kZDipoleR , riD3, rcD2);
145 shDDIP1->DefineSection(6, (kZDipoleR + 5.), riD4, rcD2);
d4916cbf 146
cf0c8fa1 147 TGeoBBox* shDDIP2 = new TGeoBBox(164., 182., 36.);
5c8f914e 148 shDDIP2->SetName("shDDIP2");
cf0c8fa1 149 TGeoTranslation* trDDIP2 = new TGeoTranslation("trDDIP2", 0., 0., kZDipole);
150 trDDIP2->RegisterYourself();
151
152 TGeoCompositeShape* shDDIP = new TGeoCompositeShape("shDDIP", "shDDIP1+shDDIP2:trDDIP2");
d4916cbf 153
154 TGeoVolume* voDDIP = new TGeoVolume("DDIP", shDDIP, kMedAir);
7778505e 155//
156// Yoke
157//
7778505e 158
159 TGeoVolumeAssembly* asYoke = new TGeoVolumeAssembly("DYoke");
160// Base
161 char name[32];
162 Float_t lx0 = gapWidthFront + 2. * blockHeight;
163 Float_t lx = lx0;
164
165 TGeoVolumeAssembly* asYokeBase = new TGeoVolumeAssembly("DYokeBase");
166 for (Int_t i = 0; i < 7; i++) {
167 sprintf(name, "DYokeBaseBlock%1d", i);
168 TGeoVolume* voBaseBlock = new TGeoVolume(name,
169 new TGeoBBox(lx/2., blockHeight/2., blockLength/2.),
170 kMedSteel);
171 asYokeBase->AddNode(voBaseBlock, 1, new TGeoTranslation(0., 0., Float_t(i - 3) * blockLength));
172 lx += 2. * dGap;
173 }
174
175 asYoke->AddNode(asYokeBase, 1, new TGeoTranslation(0., -(gapHeight + blockHeight)/2. , 0.));
176 asYoke->AddNode(asYokeBase, 2, new TGeoTranslation(0., +(gapHeight + blockHeight)/2. , 0.));
177
178
179// Side Wall
180 TGeoVolumeAssembly* asYokeSide = new TGeoVolumeAssembly("DYokeSide");
181 TGeoVolume* voSideBlock = new TGeoVolume("DSideBlock",
182 new TGeoBBox(blockHeight/2., gapHeight/2., blockLength/2.),
183 kMedSteel);
184
185 for (Int_t i = 0; i < 7; i++) {
186 asYokeSide->AddNode(voSideBlock, i, new TGeoTranslation(Float_t(i - 3) * dGap, 0., Float_t(i - 3) * blockLength));
187 }
188
189
190 asYoke->AddNode(asYokeSide, 1, new TGeoTranslation(+lx0/2. + 3. * dGap - blockHeight/2., 0., 0.));
cf0c8fa1 191 asYoke->AddNode(asYokeSide, 2, new TGeoCombiTrans( -lx0/2. - 3. * dGap + blockHeight/2., 0., 0., rotiz));
7778505e 192
193//
194// Coils
195//
d4916cbf 196 Float_t coilRi = 206.;
7778505e 197 Float_t coilD = 70.;
198 Float_t coilRo = coilRi + coilD;
199 Float_t coilH = 77.;
200 Float_t phiMin = -61.;
201 Float_t phiMax = 61.;
d4916cbf 202 Float_t lengthSt = 240. + 33.9;
7778505e 203 Float_t phiKnee = phiMax * kDegrad;
d4916cbf 204 Float_t rKnee = 31.5;
7778505e 205
206// Circular sections
207 TGeoVolumeAssembly* asCoil = new TGeoVolumeAssembly("DCoil");
208
209 TGeoVolume* voDC1 = new TGeoVolume("DC1",
210 new TGeoTubeSeg(coilRi, coilRo, coilH / 2., phiMin, phiMax),
211 kMedCoil);
212 TGeoVolume* voDC2 = new TGeoVolume("DC2",
213 new TGeoTubeSeg(coilRi + 5., coilRo - 5., coilH / 2., phiMin, phiMax),
214 kMedCoilSh);
215
216 voDC1->AddNode(voDC2, 1, gGeoIdentity);
217 voDC2->SetVisibility(0);
218
219 dz = lengthSt / 2. + coilH / 2. + rKnee;
220 dx = 0.;
221
222 asCoil->AddNode(voDC1, 1, new TGeoTranslation(-dx, 0., -dz));
223 asCoil->AddNode(voDC1, 2, new TGeoCombiTrans( dx, 0., -dz, rotxy180));
224 asCoil->AddNode(voDC1, 3, new TGeoTranslation(-dx, 0., dz));
225 asCoil->AddNode(voDC1, 4, new TGeoCombiTrans( dx, 0., dz, rotxz180));
226
227
228// 90deg Knees
229
230
231 TGeoVolume* voDC11 = new TGeoVolume("DC11",
232 new TGeoTubeSeg(rKnee, rKnee + coilH, coilD/2., 270., 360.),
233 kMedCoil);
234
235
236 dx = - TMath::Cos(phiKnee) * (coilRi + coilD/2.);
237 dy = - TMath::Sin(phiKnee) * (coilRi + coilD/2.);
238 dz = lengthSt / 2.;
239
240 asCoil->AddNode(voDC11, 1, new TGeoCombiTrans( dx, dy, -dz, rot00));
241 asCoil->AddNode(voDC11, 2, new TGeoCombiTrans( dx, dy, dz, rot02));
242 asCoil->AddNode(voDC11, 3, new TGeoCombiTrans(-dx, dy, -dz, rot01));
243 asCoil->AddNode(voDC11, 4, new TGeoCombiTrans(-dx, dy, dz, rot03));
244
245 TGeoVolume* voDC12 = new TGeoVolume("DC12",
246 new TGeoTubeSeg(rKnee, rKnee + coilH, coilD/2., 0., 90.),
247 kMedCoil);
248
249
250 asCoil->AddNode(voDC12, 1, new TGeoCombiTrans( dx, -dy, -dz, rot01));
251 asCoil->AddNode(voDC12, 2, new TGeoCombiTrans( dx, -dy, dz, rot03));
252 asCoil->AddNode(voDC12, 3, new TGeoCombiTrans(-dx, -dy, -dz, rot00));
253 asCoil->AddNode(voDC12, 4, new TGeoCombiTrans(-dx, -dy, dz, rot02));
254
255// Straight sections
256
257
258 TGeoVolume* voDL0 = new TGeoVolume("DL0",
259 new TGeoBBox(coilD / 2. + 2., coilH / 2. + 2., lengthSt / 2.),
260 kMedCoil);
261
262 TGeoVolume* voDL1 = new TGeoVolume("DL1",
263 new TGeoBBox(coilD / 2., coilH / 2., lengthSt / 2.),
264 kMedCoil);
265
266
267 TGeoVolume* voDL2 = new TGeoVolume("DL2",
268 new TGeoBBox(coilD / 2. - 5., coilH / 2. - 5., lengthSt / 2. - 5.),
269 kMedCoilSh);
270 // Sleeves
271 TGeoVolume* voDL3 = new TGeoVolume("DL3",
272 new TGeoBBox(1., coilH / 2., 120.),
273 kMedAlu);
274
275 TGeoVolume* voDL4 = new TGeoVolume("DL4",
276 new TGeoBBox(coilD/2., 1., 120.),
277 kMedAlu);
278
279 voDL0->SetVisibility(0);
280 voDL1->AddNode(voDL2, 1, gGeoIdentity);
281 voDL0->AddNode(voDL1, 1, gGeoIdentity);
282 voDL0->AddNode(voDL3, 1, new TGeoTranslation(-coilD/2. - 1., 0., 0.));
283 voDL0->AddNode(voDL3, 2, new TGeoTranslation(+coilD/2. + 1., 0., 0.));
284 voDL0->AddNode(voDL4, 1, new TGeoTranslation(0., -coilH/2. - 1., 0.));
285 voDL0->AddNode(voDL4, 2, new TGeoTranslation(0., +coilH/2. + 1., 0.));
286
287
288 dx += (rKnee + coilH/2.) * TMath::Sin(phiKnee);
289 dy -= (rKnee + coilH/2.) * TMath::Cos(phiKnee);
290 dz = 0.;
291
292 asCoil->AddNode(voDL0, 1, new TGeoCombiTrans( dx, dy, dz, rot04));
293 asCoil->AddNode(voDL0, 2, new TGeoCombiTrans( dx, -dy, dz, rot05));
294 asCoil->AddNode(voDL0, 3, new TGeoCombiTrans(-dx, dy, dz, rot06));
295 asCoil->AddNode(voDL0, 4, new TGeoCombiTrans(-dx, -dy, dz, rot07));
296
297// Contactor
298// Outer face planes
299
300 TGeoVolumeAssembly* asContactor = new TGeoVolumeAssembly("DContactor");
301 dx = -5.;
302 TGeoVolume* voDC10 = new TGeoVolume("DC10",
d4916cbf 303 new TGeoTubeSeg(coilRo + 5.1, coilRo + 73.5, 1., -20., 20.),
7778505e 304 kMedCable);
305 asContactor->AddNode(voDC10, 1, new TGeoTranslation(dx, 0, -32.325));
306 asContactor->AddNode(voDC10, 2, new TGeoTranslation(dx, 0, +32.325));
307
308
309// Coil Support
310//
d4916cbf 311 Float_t sW = 83.;
7778505e 312
313 TGeoVolumeAssembly* asDCoilSupport = new TGeoVolumeAssembly("DCoilSupport");
314
315 // Steel fixed to the yoke
316 TGeoVolume* voDCS01 = new TGeoVolume("DCS01",
317 new TGeoTubeSeg(coilRo, 325., 1., 21., 51.),
318 kMedAlu);
319
320 // Steel on the coil
321 TGeoVolume* voDCS02 = new TGeoVolume("DCS02",
d4916cbf 322 new TGeoTubeSeg(coilRo, coilRo + 3.125, sW/2., 21., 51.),
7778505e 323 kMedAlu);
324 TGeoVolume* voDCS021 = new TGeoVolume("DCS021",
325 new TGeoConeSeg(sW/2., coilRo, 320., coilRo, coilRo + 2., 21., 21.4),
326 kMedAlu);
327
328
329 // Sleeves
330 TGeoVolume* voDCS03 = new TGeoVolume("DCS03",
d4916cbf 331 new TGeoTubeSeg(coilRi - 3.125, coilRo + 3.125, 3.125/2., 21., 51.),
7778505e 332 kMedAlu);
333
334 TGeoVolume* voDCS04 = new TGeoVolume("DCS04",
d4916cbf 335 new TGeoTubeSeg(coilRi - 3.125, coilRi, coilH/2., 21., 51.),
7778505e 336 kMedAlu);
337
338
339 TGeoVolume* voDCS05 = new TGeoVolume("DCS05",
d4916cbf 340 new TGeoTubeSeg(coilRi - 3.125, coilRo, 3.125/2., 21., 51.),
7778505e 341 kMedAlu);
342 //
7778505e 343 asDCoilSupport->AddNode(voDCS02, 1, new TGeoTranslation(0., 0., -(sW - coilH)/2.));
344 asDCoilSupport->AddNode(voDCS04, 1, gGeoIdentity);
345 for (Int_t i = 0; i < 9; i++)
346 {
347 char name[16];
348 sprintf(name, "rotdcs%1d", i);
349 Float_t phi = Float_t(i) * 3.75;
350 TGeoRotation* rot = new TGeoRotation(name, 90., phi, 90., 90. + phi, 0., 0.);
351 asDCoilSupport->AddNode(voDCS021, i, new TGeoCombiTrans(0., 0., -(sW - coilH)/2., rot));
352 }
353
354
355
d4916cbf 356 asDCoilSupport->AddNode(voDCS01, 1, new TGeoTranslation(0., 0., -sW/2. - (sW - coilH)/2. - 3.125/2.));
357 asDCoilSupport->AddNode(voDCS03, 1, new TGeoTranslation(0., 0., +coilH/2. + 3.125/2.));
358 asDCoilSupport->AddNode(voDCS05, 1, new TGeoTranslation(0., 0., -coilH/2. - 3.125/2.));
7778505e 359
d4916cbf 360
361 //
362 // SAA1 Support: Hanger 1
363 //
364 TGeoTranslation* trHanger = new TGeoTranslation("trHanger", 0., 250., 0.);
365 trHanger->RegisterYourself();
7778505e 366
d4916cbf 367 Float_t rmin1, rmin2, rmax1, rmax2;
368
369 Float_t zHanger1 = 811.9;
5c8f914e 370 TGeoBBox* shHanger11 = new TGeoBBox(2.5/2., 250., 25./2.);
371 shHanger11->SetName("shHanger11");
372
d4916cbf 373 rmin1 = (zHanger1 - 13.) * TMath::Tan(2. * kDegrad);
374 rmin2 = rmin1 + 26. * TMath::Tan( 2.0 * kDegrad);
cf0c8fa1 375
d4916cbf 376 rmax1 = (zHanger1 - 13.) * TMath::Tan(9. * kDegrad);
377 rmax2 = rmax1 + 26. * TMath::Tan(9. * kDegrad);
378
5c8f914e 379 TGeoCone* shHanger12 = new TGeoCone(13., rmin1, rmax1, rmin2, rmax2);
380 shHanger12->SetName("shHanger12");
d4916cbf 381 TGeoCompositeShape* shHanger1 = new TGeoCompositeShape("shHanger1", "shHanger12*shHanger11:trHanger");
382 TGeoVolume* voHanger1 = new TGeoVolume("DHanger1", shHanger1, kMedSteel);
383 //
384 // SAA1 Support: Hanger 2
385 //
386 Float_t zHanger2 = 1171.9;
5c8f914e 387 TGeoBBox* shHanger21 = new TGeoBBox(3.5/2., 250., 25./2.);
388 shHanger21->SetName("shHanger21");
d4916cbf 389
cf0c8fa1 390 rmin1 = 35.8 + (zHanger2 - 13. - zst) * TMath::Tan(2. * kDegrad);
d4916cbf 391 rmin2 = rmin1 + 26. * TMath::Tan( 2.0 * kDegrad);
cf0c8fa1 392
d4916cbf 393 rmax1 = rcD1 + (zHanger2 - 13. - kZDipole) * TMath::Tan(10.1 * kDegrad);
394 rmax2 = rmax1 + 26. * TMath::Tan(10.1 * kDegrad);
5c8f914e 395 TGeoCone* shHanger22 = new TGeoCone(13., rmin1, rmax1, rmin2, rmax2);
396 shHanger22->SetName("shHanger22");
397
d4916cbf 398 TGeoCompositeShape* shHanger2 = new TGeoCompositeShape("shHanger2", "shHanger22*shHanger21:trHanger");
399
400 TGeoVolume* voHanger2 = new TGeoVolume("DHanger2", shHanger2, kMedSteel);
401 //
402 // Hanger support
403 Float_t hsLength = yokeLength + (zHanger2 - kZDipole - yokeLength/2.) + 25./2.;
404
405 TGeoVolume* voHS1 = new TGeoVolume("DHS1", new TGeoBBox( 1.5, 12.5, hsLength/2.), kMedSteel);
406 TGeoVolume* voHS2 = new TGeoVolume("DHS2", new TGeoBBox(12.5, 1.5, hsLength/2.), kMedSteel);
407 Float_t hsH = gapHeight/2. + blockHeight - (rmax1+rmax2)/2.;
408
409 TGeoVolume* voHS3 = new TGeoVolume("DHS3", new TGeoBBox(3.5/2., hsH/2., 25./2.), kMedSteel);
410
411 TGeoVolumeAssembly* asHS = new TGeoVolumeAssembly("asHS");
412 asHS->AddNode(voHS1, 1, gGeoIdentity);
413 asHS->AddNode(voHS2, 1, new TGeoTranslation(0., +14., 0.));
414 asHS->AddNode(voHS2, 2, new TGeoTranslation(0., -14., 0.));
415 asHS->AddNode(voHS3, 1, new TGeoTranslation(0., -hsH/2. - 14., hsLength/2. - 25./2.));
416
417
418
cf0c8fa1 419 dz = zHanger1;
420 voDDIP->AddNode(voHanger1, 1, new TGeoTranslation(0., 0., dz));
d4916cbf 421
cf0c8fa1 422 dz = zHanger2;
423 voDDIP->AddNode(voHanger2, 1, new TGeoTranslation(0., 0., dz));
d4916cbf 424
425
426
427
428 // Assembly everything
429
430 TGeoVolumeAssembly* asDipole = new TGeoVolumeAssembly("Dipole");
431 // Yoke
432 asDipole->AddNode(asYoke, 1, new TGeoTranslation(0., 0., -dzCoil));
7778505e 433 asDipole->AddNode(asCoil, 1, gGeoIdentity);
d4916cbf 434 // Contactor
7778505e 435 dz = lengthSt / 2. + coilH / 2. + rKnee;
d4916cbf 436 asDipole->AddNode(asContactor, 1, new TGeoTranslation(0., 0., dz + dzCoil));
437 asDipole->AddNode(asContactor, 2, new TGeoCombiTrans( 0., 0., dz - dzCoil, rotxy180));
438 // Coil support
7778505e 439 asDipole->AddNode(asDCoilSupport, 1, new TGeoTranslation(0., 0., dz));
440 asDipole->AddNode(asDCoilSupport, 2, new TGeoCombiTrans( 0., 0., dz, rotxy180));
441 asDipole->AddNode(asDCoilSupport, 3, new TGeoCombiTrans( 0., 0., dz, rotxy108));
442 asDipole->AddNode(asDCoilSupport, 4, new TGeoCombiTrans( 0., 0., dz, rotxy288));
d4916cbf 443
cf0c8fa1 444 asDipole->AddNode(asDCoilSupport, 5, new TGeoCombiTrans( 0., 0., -dz, rotiz));
7778505e 445 asDipole->AddNode(asDCoilSupport, 6, new TGeoCombiTrans( 0., 0., -dz, rotxz108));
446 asDipole->AddNode(asDCoilSupport, 7, new TGeoCombiTrans( 0., 0., -dz, rotxz180));
447 asDipole->AddNode(asDCoilSupport, 8, new TGeoCombiTrans( 0., 0., -dz, rotxz288));
d4916cbf 448
449 // Hanger (Support)
450 dy = gapHeight/2. + blockHeight + 14.;
451
452 asDipole->AddNode(asHS, 1, new TGeoTranslation(0., dy, ((zHanger2 - kZDipole - yokeLength/2.) + 25./2.)/2.));
453
454
455 asDipole->SetVisContainers(1);
7778505e 456 voDDIP->SetVisibility(0);
7778505e 457
cf0c8fa1 458 top->AddNode(asDipole, 1, new TGeoCombiTrans(0., dipoleL / 2. * TMath::Tan(alhc * kDegrad), -kZDipole, rotxzlhc));
459 top->AddNode(voDDIP, 1, new TGeoCombiTrans(0., 0., 0., rotxz));
7778505e 460}
461
462
463
464
465
466
467