]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayI.h
Avoiding relative path to include files
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayI.h
index be88900e3b1de0e15d6b39643747911503118436..6558b1732a65f043ff0feec27883005f4b662ebc 100644 (file)
@@ -7,11 +7,19 @@
 
 #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 Expand(Int_t n);