]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayF.h
Obsolete medium 609 commented out (I.Hrivnacova). Sum of G10 fractions normalized...
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayF.h
index 15bc52ef9e6cd254bb2deab1a9122e98dd7e9f10..1c9bb4a26f24a4a26152ca280114e461a96db2aa 100644 (file)
@@ -5,18 +5,26 @@
 
 /* $Id: AliTRDarrayF.h,v */
 
-#include "TObject.h"
-#include "TArrayF.h"
-
-class AliTRDarrayF: public TObject ,public TArrayF {
+#include <TObject.h>
+#include <TArrayF.h>
+/////////////////////////////////////////////////////////////
+//                                                         //
+//  Array of floats                                        //
+//  Origin M.Ivanov                                        //
+//                                                         //
+/////////////////////////////////////////////////////////////                   
+
+class AliTRDarrayF: public TObject, public TArrayF {
 
 public:
 
-  ~AliTRDarrayF();
-  void Copy(AliTRDarrayF &a);
+  AliTRDarrayF();
+  virtual ~AliTRDarrayF();
+  void Copy(TObject &a);
   void Expand(Int_t n);  
 
-  ClassDef(AliTRDarrayF,1)  
+  ClassDef(AliTRDarrayF,1)  // An array of floats
 
 };