]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added getter GetNRows()
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 31 May 2002 12:47:43 +0000 (12:47 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 31 May 2002 12:47:43 +0000 (12:47 +0000)
HLT/src/AliL3Transform.h

index 3d9058442457af4e91cff395aca39d52855e4e66..ba7985f4fd9fb239df58db248c24f0fe58131181 100644 (file)
@@ -49,6 +49,7 @@ class AliL3Transform {
   static Int_t GetFirstRow(Int_t patch) {return fRows[patch][0];}
   static Int_t GetLastRow(Int_t patch) {return fRows[patch][1];}
   static Int_t GetNRows(Int_t patch) {return fNRows[patch];}
+  static Int_t GetNRows() {return fNRow;}
   static Int_t GetNPatches() {return fNPatches;}
   static Double_t GetBField() {return fBField;}
   static Double_t Pi() {return fPi;}