X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ITS%2FAliITSv5symm.cxx;h=a47dd9ab23a51b246e2e65a8b0ca26283b6ebb3d;hp=7894d7b794d537b7bd73317536bd60e4226f3d78;hb=3e225ff68c505567f6ef520490f12abb02276b72;hpb=18c21458805027d63a7d5d21736247bddab1cbda diff --git a/ITS/AliITSv5symm.cxx b/ITS/AliITSv5symm.cxx index 7894d7b794d..a47dd9ab23a 100644 --- a/ITS/AliITSv5symm.cxx +++ b/ITS/AliITSv5symm.cxx @@ -15,6 +15,9 @@ /* $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. @@ -706,9 +709,16 @@ void AliITSv5symm::InitAliITSgeom(){ 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()); + } // end if } // end for det } // end for k } // end for j