]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayF.h
The present commit corresponds to an important change in the way the
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayF.h
index 15bc52ef9e6cd254bb2deab1a9122e98dd7e9f10..c502c92acc3a69ff7728669d0a7329a372f96d1b 100644 (file)
@@ -3,20 +3,28 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Id: AliTRDarrayF.h,v */
+/* $Id$*/
 
-#include "TObject.h"
-#include "TArrayF.h"
+#include <TObject.h>
+#include <TArrayF.h>
+/////////////////////////////////////////////////////////////
+//                                                         //
+//  Array of floats                                        //
+//  Origin M.Ivanov                                        //
+//                                                         //
+/////////////////////////////////////////////////////////////                   
 
-class AliTRDarrayF: public TObject ,public TArrayF {
+class AliTRDarrayF: public TObjectpublic TArrayF {
 
 public:
 
-  ~AliTRDarrayF();
-  void Copy(AliTRDarrayF &a);
+  AliTRDarrayF();
+  virtual ~AliTRDarrayF();
+  void Copy(TObject &a) const;
   void Expand(Int_t n);  
 
-  ClassDef(AliTRDarrayF,1)  
+  ClassDef(AliTRDarrayF,1)  // An array of floats
 
 };