git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Modification of compensator dipole to avoid overlaps.
[u/mrichter/AliRoot.git]
/
STRUCT
/
AliSHILv2.cxx
diff --git
a/STRUCT/AliSHILv2.cxx
b/STRUCT/AliSHILv2.cxx
index fbe6dfcd1504c631b02f0ee917dc190b0aa1444d..afa6b2bdae58ef2d7b99d9316a63407dfe42fd65 100644
(file)
--- a/
STRUCT/AliSHILv2.cxx
+++ b/
STRUCT/AliSHILv2.cxx
@@
-1438,17
+1438,17
@@
void AliSHILv2::CreateGeometry()
//
tpar[0]=0.;
tpar[1]=kR43;
//
tpar[0]=0.;
tpar[1]=kR43;
- tpar[2]=
50
.;
+ tpar[2]=
85
.;
gMC->Gsvolu("YAEM", "TUBE", idtmed[kAir], tpar, 3);
gMC->Gsvolu("YAEM", "TUBE", idtmed[kAir], tpar, 3);
- tpar[0]=
kRAbs
;
+ tpar[0]=
6.3/2.
;
tpar[1]=kR43;
tpar[1]=kR43;
- tpar[2]=
50
.;
+ tpar[2]=
85
.;
gMC->Gsvolu("YFEM", "TUBE", idtmed[kFe], tpar, 3);
gMC->Gspos("YFEM", 1, "YAEM", 0., 0., 0., 0, "ONLY");
//
gMC->Gsvolu("YFEM", "TUBE", idtmed[kFe], tpar, 3);
gMC->Gspos("YFEM", 1, "YAEM", 0., 0., 0., 0, "ONLY");
//
- dz=
kZvac12+50.
;
+ dz=
1921.6 + tpar[2]
;
gMC->Gspos("YAEM", 1, "ALIC", 0., 0., dz, 0, "ONLY");
gMC->Gspos("YAEM", 1, "ALIC", 0., 0., dz, 0, "ONLY");