Revert some interface changes of THistSvc
All threads resolved!
All threads resolved!
Compare changes
Files
5- Martin Errenst authored
The lambda in deReg( TObject* ) tried to access vhid->at(0) after a check for vhid->size() == 0. This resulted in a certain crash. I've reorganized the function to delete the vector of THistIDs when vhid->size() is 1 (not 0). There is also a new test case that registers and deregisters a single histogram.
@@ -87,6 +87,14 @@ StatusCode THistWrite::initialize()
@@ -269,5 +277,13 @@ StatusCode THistWrite::finalize()