]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/AliTRDarrayI.h
Only one declaration of iDict in MakeDigits()
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayI.h
CommitLineData
f7336fa3 1#ifndef AliTRDArrayI_H
2#define AliTRDArrayI_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id: AliTRDarrayI.h,v */
7
8#include "TObject.h"
9#include "TArrayI.h"
10
11class AliTRDarrayI: public TObject ,public TArrayI {
12
13public:
14
15 ~AliTRDarrayI();
16 void Expand(Int_t n);
17
18 ClassDef(AliTRDarrayI,1)
19
20};
21
22#endif
23