]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDsegmentArrayBase.cxx
In PointSetArray: added member for default daughter PointSet capacity (fDefPointSetCa...
[u/mrichter/AliRoot.git] / TRD / AliTRDsegmentArrayBase.cxx
index a14ff9483abeb82c9cfbfd8f146220ae3f984645..1d488668e73735f397afdfe001a6fc21b4ab98c9 100644 (file)
@@ -21,6 +21,7 @@
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
+#include "AliTRDsegmentArrayBase.h"
 #include <TROOT.h>
 #include <TTree.h>
 #include <TClonesArray.h>
@@ -30,7 +31,6 @@
 
 #include "AliTRDarrayI.h"
 #include "AliTRDsegmentID.h"
-#include "AliTRDsegmentArrayBase.h"
 
 ClassImp(AliTRDsegmentArrayBase)
   
@@ -51,7 +51,7 @@ AliTRDsegmentArrayBase::AliTRDsegmentArrayBase():TNamed()
 }
 
 //_____________________________________________________________________________
-AliTRDsegmentArrayBase::AliTRDsegmentArrayBase(Text_t *classname, Int_t n)
+AliTRDsegmentArrayBase::AliTRDsegmentArrayBase(const char *classname, Int_t n)
 {
   //
   //  Create an array of objects of <classname>. The class must inherit from
@@ -118,7 +118,7 @@ AliTRDsegmentArrayBase &AliTRDsegmentArrayBase
 }
 
 //_____________________________________________________________________________
-void AliTRDsegmentArrayBase::Copy(TObject &a)
+void AliTRDsegmentArrayBase::Copy(TObject &a) const
 {
   //
   // Copy function
@@ -135,7 +135,7 @@ void AliTRDsegmentArrayBase::Copy(TObject &a)
 }
 
 //_____________________________________________________________________________
-Bool_t AliTRDsegmentArrayBase::SetClass(Text_t *classname)
+Bool_t AliTRDsegmentArrayBase::SetClass(const char *classname)
 {
   //
   // Sets the classname of the stored object