]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Moved some getters to AliL3MemHandler
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 27 May 2002 12:03:33 +0000 (12:03 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 27 May 2002 12:03:33 +0000 (12:03 +0000)
HLT/src/AliL3FileHandler.h

index 00e364a509a8840008676e7ade7db98331a116ae..31e0d6f71a21f50e7dcdfcdbdeb448e19971f27d 100644 (file)
@@ -29,12 +29,6 @@ class AliL3FileHandler:public AliL3MemHandler{
  public:
   AliL3FileHandler();
   virtual ~AliL3FileHandler();
-//  void Init(Int_t s,Int_t p,Int_t* row){fSlice=s;fPatch=p;fRowMin=row[0];fRowMax=row[1];}
-
-  Int_t GetRowMin(){return fRowMin;}
-  Int_t GetRowMax(){return fRowMax;}
-  Int_t GetSlice(){return fSlice;}
-  Int_t GetPatch(){return fPatch;}
 
   Bool_t SetAliInput(char *name);
   Bool_t SetAliInput(TFile *file);