]> 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 577a9c21511ca0416f1aef2f1062d3e195d21c98..6558b1732a65f043ff0feec27883005f4b662ebc 100644 (file)
@@ -5,18 +5,26 @@
 
 /* $Id: AliTRDarrayI.h,v */
 
-#include "TObject.h"
-#include "TArrayI.h"
-
-class AliTRDarrayI: public TObject ,public TArrayI {
+#include <TObject.h>
+#include <TArrayI.h>
+/////////////////////////////////////////////////////////////
+//                                                         //
+//  Array of integers                                      //
+//  Origin M.Ivanov                                        //
+//                                                         //
+/////////////////////////////////////////////////////////////                   
+
+class AliTRDarrayI: public TObject, public TArrayI {
 
 public:
 
-  ~AliTRDarrayI();
+  AliTRDarrayI();
+  virtual ~AliTRDarrayI();
   void Copy(TObject &a);
   void Expand(Int_t n);  
 
-  ClassDef(AliTRDarrayI,1)  
+  ClassDef(AliTRDarrayI,1)  // An array of integers
 
 };