]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSsegmentationSSD.cxx
Release version of ITS code
[u/mrichter/AliRoot.git] / ITS / AliITSsegmentationSSD.cxx
index 63080ebd906e452ea689acf05128c8425f035134..2d4ba2d5b51472ae0a8110a21ab70de5bc5a30e8 100644 (file)
@@ -25,8 +25,8 @@ AliITSsegmentationSSD::AliITSsegmentationSSD(){
    fGeom=0;
    fCorr=0;
    SetDetSize();
-   SetCellSize();
-   SetNCells();
+   SetPadSize();
+   SetNPads();
    SetAngles();
 }
 //------------------------------
@@ -35,8 +35,8 @@ AliITSsegmentationSSD::AliITSsegmentationSSD(AliITSgeom *geom){
    fGeom=geom;
    fCorr=0;
    SetDetSize();
-   SetCellSize();
-   SetNCells();
+   SetPadSize();
+   SetNPads();
    SetAngles();
    //Init(); 
 }
@@ -70,13 +70,13 @@ void AliITSsegmentationSSD::Init(){
     fDx = 2.*kconv*gssd->GetDx();
     fDz = 2.*kconv*gssd->GetDz();
     fDy = 2.*kconv*gssd->GetDy();
-    SetCellSize();
-    SetNCells();
+    SetPadSize();
+    SetNPads();
     SetAngles();
 
 }
 //-------------------------------------------------------
-void AliITSsegmentationSSD::GetCellIxz(Float_t &x,Float_t &z,Int_t &iP,Int_t &iN)
+void AliITSsegmentationSSD::GetPadIxz(Float_t x,Float_t z,Int_t &iP,Int_t &iN)
 {
   // returns P and N sided strip numbers for a given location.
 
@@ -102,7 +102,7 @@ void AliITSsegmentationSSD::GetCellIxz(Float_t &x,Float_t &z,Int_t &iP,Int_t &iN
 
 }
 //-------------------------------------------------------
-void AliITSsegmentationSSD::GetCellCxz(Int_t iP,Int_t iN,Float_t &x,Float_t &z)
+void AliITSsegmentationSSD::GetPadCxz(Int_t iP,Int_t iN,Float_t &x,Float_t &z)
 {
     // actually this is the GetCrossing(Float_t &,Float_t &)