X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDarrayF.h;h=c502c92acc3a69ff7728669d0a7329a372f96d1b;hb=f3be8296f226d7770da6be055300e20b3a4fddcc;hp=15bc52ef9e6cd254bb2deab1a9122e98dd7e9f10;hpb=8230f242a54d81b01f5a6fe9c900cee395cdaf57;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDarrayF.h b/TRD/AliTRDarrayF.h index 15bc52ef9e6..c502c92acc3 100644 --- a/TRD/AliTRDarrayF.h +++ b/TRD/AliTRDarrayF.h @@ -3,20 +3,28 @@ /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ -/* $Id: AliTRDarrayF.h,v */ +/* $Id$*/ -#include "TObject.h" -#include "TArrayF.h" +#include +#include + +///////////////////////////////////////////////////////////// +// // +// Array of floats // +// Origin M.Ivanov // +// // +///////////////////////////////////////////////////////////// -class AliTRDarrayF: public TObject ,public TArrayF { +class AliTRDarrayF: public TObject, public TArrayF { public: - ~AliTRDarrayF(); - void Copy(AliTRDarrayF &a); + AliTRDarrayF(); + virtual ~AliTRDarrayF(); + void Copy(TObject &a) const; void Expand(Int_t n); - ClassDef(AliTRDarrayF,1) + ClassDef(AliTRDarrayF,1) // An array of floats };