]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PHOS/AliPHOSGetter.cxx
This patch solves the problem encountered when posting tasks to the folder. What...
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Jul 2002 08:06:36 +0000 (08:06 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Jul 2002 08:06:36 +0000 (08:06 +0000)
commit92f521a904696b7873c621a1e7542ac261bf17eb
tree9e2267e2763403b61f6ecebafb927d5be021d363
parent5c541c30b4468ca188574e20a85fdffd95507543
This patch solves the problem encountered when posting tasks to the folder. What happens is that SetAddress(&obj) calls the dtor of obj. In the dtor of all tasks gAlice is deleted. The solution applied is to tag the object if it is created with the default ctor. In that case gAlice is not delete anymore.
So everything is now back to normal
16 files changed:
EMCAL/AliEMCALDigitizer.cxx
EMCAL/AliEMCALDigitizer.h
EMCAL/AliEMCALGetter.cxx
EMCAL/AliEMCALSDigitizer.cxx
EMCAL/AliEMCALSDigitizer.h
PHOS/AliPHOSClusterizerv1.cxx
PHOS/AliPHOSClusterizerv1.h
PHOS/AliPHOSDigitizer.cxx
PHOS/AliPHOSDigitizer.h
PHOS/AliPHOSGetter.cxx
PHOS/AliPHOSPIDv1.cxx
PHOS/AliPHOSPIDv1.h
PHOS/AliPHOSSDigitizer.cxx
PHOS/AliPHOSSDigitizer.h
PHOS/AliPHOSTrackSegmentMakerv1.cxx
PHOS/AliPHOSTrackSegmentMakerv1.h