]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRawStream.h
Remove macro as obsolete
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRawStream.h
index 3545b872a322dc4547c84f2ca80a052c438791f4..f4849074678e7a9aa62c33bd81dd6511d7e4c675 100644 (file)
@@ -24,19 +24,20 @@ public :
   
   AliPHOSRawStream(AliRawReader* rawReader);
   
-  Int_t            GetColumn() const {return fPad;};
-  Int_t            GetModule() const {return fSector;};
-  Int_t            GetPrevColumn() const {return fPrevPad;};
-  Int_t            GetPrevModule() const {return fPrevSector;};
-  Int_t            GetPrevRow() const {return fPrevRow;};
-  Int_t            GetRow() const {return fRow;};
-  Int_t            GetSignal() const {return fSignal;};
-  Int_t            GetTime() const {return fTime;};
-  Bool_t           IsNewColumn() const {return (GetColumn() != GetPrevColumn()) || IsNewRow();};
-  Bool_t           IsNewModule() const {return GetModule() != GetPrevModule();};
-  Bool_t           IsNewRow() const {return (GetRow() != GetPrevRow()) || IsNewModule();};
+  Int_t            GetColumn() const {return fPad;}
+  Int_t            GetModule() const {return fSector;}
+  Int_t            GetPrevColumn() const {return fPrevPad;}
+  Int_t            GetPrevModule() const {return fPrevSector;}
+  Int_t            GetPrevRow() const {return fPrevRow;}
+  Int_t            GetRow() const {return fRow;}
+  Int_t            GetSignal() const {return fSignal;}
+  Int_t            GetTime() const {return fTime;}
+  Bool_t           IsNewColumn() const {return (GetColumn() != GetPrevColumn()) || IsNewRow();}
+  Bool_t           IsNewModule() const {return GetModule() != GetPrevModule();}
+  Bool_t           IsNewRow() const {return (GetRow() != GetPrevRow()) || IsNewModule();}
   
   ClassDef(AliPHOSRawStream, 0)   // class for reading PHOS raw digits
     };
 
 #endif
+