]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliArrayI.h
removed obsolete AliTPCDigitsDisplay.C
[u/mrichter/AliRoot.git] / TPC / AliArrayI.h
diff --git a/TPC/AliArrayI.h b/TPC/AliArrayI.h
new file mode 100644 (file)
index 0000000..d73c210
--- /dev/null
@@ -0,0 +1,23 @@
+#ifndef AliArrayI_H
+#define AliArrayI_H
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
+////////////////////////////////////////////////
+//  Manager class generaol Alice segment 
+//  segment is for example one pad row in TPC //
+////////////////////////////////////////////////
+
+#include "TObject.h"
+#include "TArrayI.h"
+
+class AliArrayI: public TObject ,public TArrayI {
+public:
+  void Expand(Int_t n);
+  ClassDef(AliArrayI,1) 
+};
+
+#endif //ALIARRAY_I
+