]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
cosmetics
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Aug 2004 15:27:59 +0000 (15:27 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Aug 2004 15:27:59 +0000 (15:27 +0000)
PHOS/AliPHOSRawStream.h

index 3545b872a322dc4547c84f2ca80a052c438791f4..44ce217fb26446c40692d78d973034c2dfde5e76 100644 (file)
@@ -24,17 +24,17 @@ 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
     };