]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDigitNew.h
new digitization and reconstruction corresponded to new data format
[u/mrichter/AliRoot.git] / STEER / AliDigitNew.h
index 593eb0136ce700126be109e9c125c0f63cb479f5..d6aba30583eb89ed20438469050c7b67d913fdc0 100644 (file)
@@ -17,8 +17,8 @@ typedef TClonesArray DigitsList ;
 class AliDigitNew : public TObject {
 
  public: 
-  AliDigitNew() ;   
-  ~AliDigitNew() {;}
+  AliDigitNew();   
+  ~AliDigitNew() {}
   Int_t   GetAmp() const { return fAmp  ; } 
   Int_t   GetId() const  { return fId ; }      
   Int_t   GetIndexInList() const { return fIndexInList ; }