]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayI.h
New Raw Data format implemented
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayI.h
index be88900e3b1de0e15d6b39643747911503118436..bb59602f61cc82734a5421892c9bcda9c8d15084 100644 (file)
@@ -3,17 +3,25 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Id: AliTRDarrayI.h,v */
+/* $Id$*/
 
 #include <TObject.h>
 #include <TArrayI.h>
+/////////////////////////////////////////////////////////////
+//                                                         //
+//  Array of integers                                      //
+//  Origin M.Ivanov                                        //
+//                                                         //
+/////////////////////////////////////////////////////////////                   
 
-class AliTRDarrayI: public TObject ,public TArrayI {
+class AliTRDarrayI: public TObjectpublic TArrayI {
 
 public:
 
+  AliTRDarrayI();
   virtual ~AliTRDarrayI();
-  void Copy(TObject &a);
+  void Copy(TObject &a) const;
   void Expand(Int_t n);  
 
   ClassDef(AliTRDarrayI,1)  // An array of integers