]> git.uio.no Git - u/mrichter/AliRoot.git/commit - ITS/AliITSsegmentationSPD.cxx
Added function DetToLocal and LocalToDet used to consistanly go between
authornilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Apr 2001 23:11:07 +0000 (23:11 +0000)
committernilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Apr 2001 23:11:07 +0000 (23:11 +0000)
commit5752a110d35b8e41918ad8ef6dbd7e527207a2f8
tree7032444fc95eb46f1196a9bd213db080ebcd67bb
parent2d408567c4ecb80588f49148066725250a74f1ca
Added function DetToLocal and LocalToDet used to consistanly go between
Geant local detector coordinates (local) to the detector pad coordinates (det).
For example, xl,zl<->ix,iz for the pixels, xl,zl<->anode,timebucket for the
drifts, and xl,zl->iP,iN i,P/N-> xl,zl. Additionaly For the strips the function
Bool_t GetCrossing(iP,iN,&x,&z,c[2][2]). If this function is true then the
two strips cross within the sensitive volume of the strip detector. One other
new function has been added, Int_t GetNPads(). This function returns the
total number of posible digits/channels for the given segmentation. Additionaly
some comments have been added.
ITS/AliITSsegmentation.h
ITS/AliITSsegmentationSDD.cxx
ITS/AliITSsegmentationSDD.h
ITS/AliITSsegmentationSPD.cxx
ITS/AliITSsegmentationSPD.h
ITS/AliITSsegmentationSSD.cxx
ITS/AliITSsegmentationSSD.h