]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDarrayI.cxx
Implementation of disable word for empty and not-notified boards (Christian)
[u/mrichter/AliRoot.git] / TRD / AliTRDarrayI.cxx
index cf4bf61332d916973fa502753704016bd7210078..1e1936dd6792691f222f3fb141a4dab5cb93c731 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-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.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$ */
 
 ///////////////////////////////////////////////////////////////////////
 //                                                                   //  
@@ -44,6 +30,15 @@ Add new TRD classes
 
 ClassImp(AliTRDarrayI)
 
+//_____________________________________________________________________________
+AliTRDarrayI::AliTRDarrayI():TArrayI()
+{
+  //
+  // Default constructor
+  //
+
+}
+
 //_____________________________________________________________________________
 AliTRDarrayI::~AliTRDarrayI()
 {
@@ -54,7 +49,7 @@ AliTRDarrayI::~AliTRDarrayI()
 }
 
 //_____________________________________________________________________________
-void AliTRDarrayI::Copy(TObject &a)
+void AliTRDarrayI::Copy(TObject &a) const
 {
   //
   // Copy function
@@ -65,7 +60,6 @@ void AliTRDarrayI::Copy(TObject &a)
 
 }
 
-
 //_____________________________________________________________________________
 void AliTRDarrayI::Expand(Int_t n)
 {