]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayF.h
Extended Global2Local to include slice as input
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayF.h
index e580d550fd9b254105e69dd06b516fb524659522..d39542cfc30b1ac98b6b7c737416c5906afdeefd 100644 (file)
@@ -1,21 +1,23 @@
-#ifndef AliTRDArrayF_H
-#define AliTRDArrayF_H
+#ifndef ALITRDARRAYF_H
+#define ALITRDARRAYF_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
 /* $Id: AliTRDarrayF.h,v */
 
-#include "TObject.h"
-#include "TArrayF.h"
+#include <TObject.h>
+#include <TArrayF.h>
 
-class AliTRDarrayF: public TObject ,public TArrayF {
+class AliTRDarrayF: public TObjectpublic TArrayF {
 
 public:
 
-  ~AliTRDarrayF();
+  AliTRDarrayF();
+  virtual ~AliTRDarrayF();
+  void Copy(TObject &a);
   void Expand(Int_t n);  
 
-  ClassDef(AliTRDarrayF,1)  
+  ClassDef(AliTRDarrayF,1)  // An array of floats
 
 };