]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/AliArrayS.h
Implements all the new classes (JB, AM)
[u/mrichter/AliRoot.git] / TPC / AliArrayS.h
1 #ifndef ALIARRAYS_H
2 #define ALIARRAYS_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 ////////////////////////////////////////////////
9 //  Manager class generaol Alice segment digits
10 //  segment is for example one pad row in TPC //
11 ////////////////////////////////////////////////
12
13 #include "TObject.h"
14 #include "TArrayS.h"
15
16
17 class AliArrayS:  public TObject,public TArrayS {
18 public:
19   void Expand(Int_t n);
20   ClassDef(AliArrayS,1) 
21 };
22 #endif //ALIARRAYS_H