From 23b1bc04489b539d0e3be6131c199af37f8c6c78 Mon Sep 17 00:00:00 2001 From: hristov Date: Mon, 25 Aug 2008 16:58:28 +0000 Subject: [PATCH] AliMUONCalibrationData cannot be owner of the CDB objects and delete them when it is deleted, since the same objects are used in the HLT reconstruction --- MUON/AliMUONCalibrationData.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MUON/AliMUONCalibrationData.cxx b/MUON/AliMUONCalibrationData.cxx index 5ea0b40d893..8749b9b910f 100644 --- a/MUON/AliMUONCalibrationData.cxx +++ b/MUON/AliMUONCalibrationData.cxx @@ -97,7 +97,8 @@ fNeighbours(0x0) AliMUONCalibrationData::~AliMUONCalibrationData() { /// Destructor. Note that we're the owner of our pointers. - Reset(); + //PH The owner of the objects is CDB, do not delete them! + // Reset(); } //_____________________________________________________________________________ -- 2.43.5