]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayF.h
Merge TRD-develop
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayF.h
diff --git a/TRD/AliTRDarrayF.h b/TRD/AliTRDarrayF.h
new file mode 100644 (file)
index 0000000..e580d55
--- /dev/null
@@ -0,0 +1,23 @@
+#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"
+
+class AliTRDarrayF: public TObject ,public TArrayF {
+
+public:
+
+  ~AliTRDarrayF();
+  void Expand(Int_t n);  
+
+  ClassDef(AliTRDarrayF,1)  
+
+};
+
+#endif 
+