]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDsegmentArray.h
Correct z-position of slat planes.
[u/mrichter/AliRoot.git] / TRD / AliTRDsegmentArray.h
index fc9d632308c8974b208a4b51a2232ad522330c48..f8cf5ca3cbab18d15e9183fdd145f05f6ba17c10 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef TRDsegmentArray_H
-#define TRDsegmentArray_H
+#ifndef ALITRDSEGMENTARRAY_H
+#define ALITRDSEGMENTARRAY_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -19,8 +19,10 @@ class AliTRDsegmentArray : public AliTRDsegmentArrayBase {
 
   AliTRDsegmentArray();
   AliTRDsegmentArray(Text_t *classname, Int_t n);
-  ~AliTRDsegmentArray() { };
+  AliTRDsegmentArray(AliTRDsegmentArray &a);
+  virtual ~AliTRDsegmentArray();
 
+  virtual void             Copy(TObject &a);
   virtual void             Delete();
   virtual void             Delete(const char *) { Delete(); };