X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFGeometryV5.cxx;h=f1b2b180b5a205c1a350ff7c030d0b61f7e465db;hb=500d54ab9cff3a6d06e05435e3d3b87256553e14;hp=9a84f97eb616b849bec6eb1034f8cbf5533803cc;hpb=06e24a91f13d719d1952e302d7e224dfe2b96346;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFGeometryV5.cxx b/TOF/AliTOFGeometryV5.cxx index 9a84f97eb61..f1b2b180b5a 100644 --- a/TOF/AliTOFGeometryV5.cxx +++ b/TOF/AliTOFGeometryV5.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.6 2006/05/04 19:41:42 hristov +Possibility for partial TOF geometry (S.Arcelli) + Revision 1.5 2006/04/20 22:30:50 hristov Coding conventions (Annalisa) @@ -1566,10 +1569,11 @@ void AliTOFGeometryV5::GetVolumePath(Int_t *ind, Char_t *path ) { Char_t string3[100]; Int_t icopy=-1; - - if(sector<13){ - icopy=sector+5;} - else{ icopy=sector-13;} + icopy=sector; + // Old 6h convention + // if(sector<13){ + // icopy=sector+5;} + // else{ icopy=sector-13;} sprintf(string1,"/ALIC_1/B077_1/BSEGMO%i_1/BTOF%i_1/FTOA_0/FLTA_0",icopy,icopy); Int_t iplate=ind[1];