]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliMDC.cxx
Fixed: GetStringArray(Int_t index) should return TObjString*
[u/mrichter/AliRoot.git] / RAW / AliMDC.cxx
index f5a2eeb93a97be059528585eab48bedbde5b2597..2294e568fa281c05289d7fadcfdecb2943bd3ef5 100644 (file)
@@ -51,7 +51,6 @@
 #include <TStopwatch.h>
 #include <TPluginManager.h>
 #include <TBufferFile.h>
-#include <TProcessID.h>
 
 #include <sys/uio.h>
 #ifdef USE_EB
@@ -246,8 +245,6 @@ Int_t AliMDC::ProcessEvent(void* event, Bool_t isIovecArray)
 // The return value is the number of written bytes or an error code
   const Long64_t kFileSizeErrorLevel   = 19000000000LL;
 
-  Int_t objectNumber = TProcessID::GetObjectCount();
-
   Long64_t currentFileSize = GetTotalSize();
   //  AliDebug(1,Form("current file size is %lld bytes",currentFileSize));
   if(currentFileSize > kFileSizeErrorLevel) {
@@ -401,8 +398,6 @@ Int_t AliMDC::ProcessEvent(void* event, Bool_t isIovecArray)
   // Store raw event in tree
   Int_t nBytes = fRawDB->Fill();
 
-  TProcessID::SetObjectCount(objectNumber);
-
   // Fill the event tag object
   fEventTag->SetHeader(header);
   fEventTag->SetGUID(fRawDB->GetDB()->GetUUID().AsString());