X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDdataArray.cxx;h=5e045f02ce5a910d5ce8bcddbdfad429db7ffe4d;hb=d0d4a6b3605882d26153d05532bddfb603621db7;hp=89f6f95eda280213470352ae28b86d271da8dfe3;hpb=fa6b9ac38e726872adfa1c2b99a5e7fb976c0f61;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDdataArray.cxx b/TRD/AliTRDdataArray.cxx index 89f6f95eda2..5e045f02ce5 100644 --- a/TRD/AliTRDdataArray.cxx +++ b/TRD/AliTRDdataArray.cxx @@ -13,39 +13,7 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ -/* -$Log$ -Revision 1.7 2000/11/01 14:53:20 cblume -Merge with TRD-develop - -Revision 1.1.4.3 2000/10/06 16:49:46 cblume -Made Getters const - -Revision 1.1.4.2 2000/10/04 16:34:58 cblume -Replace include files by forward declarations - -Revision 1.6 2000/06/09 11:10:07 cblume -Compiler warnings and coding conventions, next round - -Revision 1.5 2000/06/08 18:32:58 cblume -Make code compliant to coding conventions - -Revision 1.4 2000/06/07 16:27:01 cblume -Try to remove compiler warnings on Sun and HP - -Revision 1.3 2000/05/18 07:56:44 cblume -Added #include - -Revision 1.2 2000/05/08 16:17:27 cblume -Merge TRD-develop - -Revision 1.1.4.1 2000/05/08 15:13:59 cblume -Introduce boundary checking - -Revision 1.1 2000/02/28 18:59:19 cblume -Add new TRD classes - -*/ +/* $Id$ */ /////////////////////////////////////////////////////////////////////////////// // // @@ -100,7 +68,7 @@ AliTRDdataArray::AliTRDdataArray(Int_t nrow, Int_t ncol, Int_t ntime) } //_____________________________________________________________________________ -AliTRDdataArray::AliTRDdataArray(const AliTRDdataArray &d) +AliTRDdataArray::AliTRDdataArray(const AliTRDdataArray &d):AliTRDsegmentID(d) { // // AliTRDdataArray copy constructor