]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSPDphys.cxx
Added version tailored for pp (AliTrackletTaskMultipp) with additional
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSPDphys.cxx
index 3d6e6b568f26516a8ea2802e731913318bfd8ed6..5315fabea1ee705b362b82ea57c89bbf73e3c39f 100644 (file)
@@ -74,6 +74,7 @@ AliITSOnlineSPDphys::AliITSOnlineSPDphys(const AliITSOnlineSPDphys& /*phys*/) :
   fPhysInfo(NULL),
   fFileName(".")
 {
+  for(Int_t i=0; i<6; i++) fHitArray[i]=0x0;
   printf("This object should not be copied!");
 }
 
@@ -295,3 +296,5 @@ UInt_t AliITSOnlineSPDphys::GetEqNr() const {
 UInt_t AliITSOnlineSPDphys::GetNrEvents() const {
   return fPhysInfo->GetNrEvents();
 }
+
+