]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFRawSector.cxx
Fix needed in case several AliESDEvent instances want to connect to the same tree.
[u/mrichter/AliRoot.git] / TOF / AliTOFRawSector.cxx
index 7e8a8b53844098207dd17389ac5be1ff6599ce4a..a3f87722193a24e8581599de2abb13b96f51281f 100644 (file)
@@ -40,12 +40,13 @@ AliTOFRawSector::AliTOFRawSector()
 // Each sector is in effect a 
 // TClonesArray of 14 AliTOFRoc Objects
 //
-   fRocData = new TClonesArray("AliTOFRoc",14);   
+   fRocData = 0;   
 }
 
 //______________________________________________________________________________
 AliTOFRawSector::AliTOFRawSector(const AliTOFRawSector& tofrawsector)
- : fHeader(tofrawsector.fHeader), fGlobalCheckSum(tofrawsector.fGlobalCheckSum) 
+:TObject()
+// : fHeader(tofrawsector.fHeader), fGlobalCheckSum(tofrawsector.fGlobalCheckSum) 
 {
 // copy ctor for AliTOFRawSector class
 // (required also by RC10 Coding Convention)