]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayI.cxx
set magnetic field for tracks
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayI.cxx
index 5293c057977b58ec04e0f94556e32b816f7ee273..aed8018db16ae21df156d585328301d90abd304a 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.1.4.1  2000/05/08 14:35:54  cblume
-Update
-
-Revision 1.1  2000/02/28 18:57:18  cblume
-Add new TRD classes
-
-*/
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////
 //                                                                   //  
@@ -38,6 +30,15 @@ Add new TRD classes
 
 ClassImp(AliTRDarrayI)
 
+//_____________________________________________________________________________
+AliTRDarrayI::AliTRDarrayI():TArrayI()
+{
+  //
+  // Default constructor
+  //
+
+}
+
 //_____________________________________________________________________________
 AliTRDarrayI::~AliTRDarrayI()
 {
@@ -47,6 +48,18 @@ AliTRDarrayI::~AliTRDarrayI()
 
 }
 
+//_____________________________________________________________________________
+void AliTRDarrayI::Copy(TObject &a)
+{
+  //
+  // Copy function
+  //
+
+  TObject::Copy(a);
+  TArrayI::Copy(((TArrayI &) a));
+
+}
+
 //_____________________________________________________________________________
 void AliTRDarrayI::Expand(Int_t n)
 {