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
Bug fix in the creation of the AliITSgeom::fShape entry for SPD. Now there is both...
[u/mrichter/AliRoot.git]
/
ITS
/
AliITSv5symm.cxx
diff --git
a/ITS/AliITSv5symm.cxx
b/ITS/AliITSv5symm.cxx
index 7894d7b794d537b7bd73317536bd60e4226f3d78..a47dd9ab23a51b246e2e65a8b0ca26283b6ebb3d 100644
(file)
--- a/
ITS/AliITSv5symm.cxx
+++ b/
ITS/AliITSv5symm.cxx
@@
-15,6
+15,9
@@
/*
$Log$
/*
$Log$
+Revision 1.9 2001/04/18 12:07:37 barbera
+Number of modules in layer 5 and 6 re-set to 23 and 26
+
Revision 1.8 2001/03/23 00:12:23 nilsen
Set Reading of AliITSgeom data from Geant3 common blocks as the default and
not a .det file. Removed redundent calls to BuildGeometry.
Revision 1.8 2001/03/23 00:12:23 nilsen
Set Reading of AliITSgeom data from Geant3 common blocks as the default and
not a .det file. Removed redundent calls to BuildGeometry.
@@
-706,9
+709,16
@@
void AliITSv5symm::InitAliITSgeom(){
if(fMinorVersion==1){
fITSgeom->ReSetShape(kSPD,
new AliITSgeomSPD300());
if(fMinorVersion==1){
fITSgeom->ReSetShape(kSPD,
new AliITSgeomSPD300());
- } else if(fMinorVersion==2)
+ } else if(fMinorVersion==2){
+ fITSgeom->ReSetShape(kSPD,
+ new AliITSgeomSPD300());
+ }else if(fMinorVersion==3){
+ fITSgeom->ReSetShape(kSPD,
+ new AliITSgeomSPD425Long());
+ }else{
fITSgeom->ReSetShape(kSPD,
new AliITSgeomSPD300());
fITSgeom->ReSetShape(kSPD,
new AliITSgeomSPD300());
+ } // end if
} // end for det
} // end for k
} // end for j
} // end for det
} // end for k
} // end for j