]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/AliTRDarrayF.h
Removed PadResponse(). Merge problem
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayF.h
1 #ifndef AliTRDArrayF_H
2 #define AliTRDArrayF_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id: AliTRDarrayF.h,v */
7
8 #include "TObject.h"
9 #include "TArrayF.h"
10
11 class AliTRDarrayF: public TObject ,public TArrayF {
12
13 public:
14
15   ~AliTRDarrayF();
16   void Expand(Int_t n);  
17
18   ClassDef(AliTRDarrayF,1)  
19
20 };
21
22 #endif 
23