------------------------------------------------------------ revno: 405 committer: John Frankland <[email protected]> branch nick: 1.8 timestamp: Wed 2011-05-11 10:08:33 +0200 message: KVNumberList: in rev#233 KVNumberList became a derived class of TObjString in order to be able to store it in a TCollection, write it in a file, etc. Instead of using a member TString to store the representation of the list, the TObjString::fString member was used. with ROOT v5.29/03, the internal structure of TString has been modified, and as a result sometimes the string representations of KVNumberList are garbled. this revision reverses rev#233, and makes KVNumberList derive from TObject (to keep the added functionality). modified: KVMultiDet/base/KVNumberList.cpp KVMultiDet/base/KVNumberList.h
-- lp:kaliveda https://code.launchpad.net/~kaliveda-dev/kaliveda/1.8 Your team KaliVeda Development Team is subscribed to branch lp:kaliveda. To unsubscribe from this branch go to https://code.launchpad.net/~kaliveda-dev/kaliveda/1.8/+edit-subscription _______________________________________________ Mailing list: https://launchpad.net/~kaliveda-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~kaliveda-dev More help : https://help.launchpad.net/ListHelp

