]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/AliTRDarrayF.h
Minor corrections needed on alpha
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayF.h
CommitLineData
8230f242 1#ifndef ALITRDARRAYF_H
2#define ALITRDARRAYF_H
6f1e466d 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
11class AliTRDarrayF: public TObject ,public TArrayF {
12
13public:
14
15 ~AliTRDarrayF();
dd9a6ee3 16 void Copy(TObject &a);
6f1e466d 17 void Expand(Int_t n);
18
19 ClassDef(AliTRDarrayF,1)
20
21};
22
23#endif
24