]> 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 bec71f741dbe75ec20e176a5bc496e4d8873c9c6..d6aba30583eb89ed20438469050c7b67d913fdc0 100644 (file)
 ////////////////////////////////////////////////
 
 #include "TObject.h"
-#include "TClonesArray.h" 
+class TClonesArray;
 
 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 ; }