X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDdataArrayI.cxx;h=d9303617dcfa024404c4169da9bcbdb9e7704f52;hb=e8fb921b36aa0b3949e75ab6d61768a94120f320;hp=40010d543b7fdf430465ab7e2f61faec7dfa7c4e;hpb=0a29d0f1e700a829bfff538d0133a28be811d937;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDdataArrayI.cxx b/TRD/AliTRDdataArrayI.cxx index 40010d543b7..d9303617dcf 100644 --- a/TRD/AliTRDdataArrayI.cxx +++ b/TRD/AliTRDdataArrayI.cxx @@ -13,45 +13,7 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ -/* -$Log$ -Revision 1.10 2002/02/11 14:27:54 cblume -Geometry and hit structure update - -Revision 1.9 2001/05/07 08:08:05 cblume -Update of TRD code - -Revision 1.8 2000/11/23 14:34:08 cblume -Fixed bug in expansion routine of arrays (initialize buffers properly) - -Revision 1.7 2000/11/20 08:56:07 cblume -Cleanup of data arrays - -Revision 1.6 2000/11/01 14:53:20 cblume -Merge with TRD-develop - -Revision 1.1.2.3 2000/10/06 16:49:46 cblume -Made Getters const - -Revision 1.1.2.2 2000/10/04 16:34:58 cblume -Replace include files by forward declarations - -Revision 1.5 2000/06/27 13:08:50 cblume -Changed to Copy(TObject &A) to appease the HP-compiler - -Revision 1.4 2000/06/09 11:10:07 cblume -Compiler warnings and coding conventions, next round - -Revision 1.3 2000/06/08 18:32:58 cblume -Make code compliant to coding conventions - -Revision 1.2 2000/05/08 16:17:27 cblume -Merge TRD-develop - -Revision 1.1.2.1 2000/05/08 15:14:34 cblume -Add new data array classes - -*/ +/* $Id$ */ /////////////////////////////////////////////////////////////////////////////// // // @@ -92,7 +54,7 @@ AliTRDdataArrayI::AliTRDdataArrayI(Int_t nrow, Int_t ncol, Int_t ntime) } //_____________________________________________________________________________ -AliTRDdataArrayI::AliTRDdataArrayI(const AliTRDdataArrayI &a) +AliTRDdataArrayI::AliTRDdataArrayI(const AliTRDdataArrayI &a):AliTRDdataArray(a) { // // AliTRDdataArrayI copy constructor @@ -131,7 +93,7 @@ void AliTRDdataArrayI::Allocate(Int_t nrow, Int_t ncol, Int_t ntime) } //_____________________________________________________________________________ -void AliTRDdataArrayI::Copy(TObject &a) +void AliTRDdataArrayI::Copy(TObject &a) const { // // Copy function