-
- Downloads
An error occurred while fetching merge requests data.
Several changes in the handling of TRef to support the following use case:
An array of objects is written to a file but the TRefs referencing these objects are not written to the file. In a next session, these objects are read in memory and new TRefs point to these objects and are written to a separate file. In a third session both files are connected. To get this scenario working, one must use a dummy TRef set to all objects that can be referenced in the next session. git-svn-id: http://root.cern.ch/svn/root/trunk@4282 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- base/inc/TProcessID.h 2 additions, 1 deletionbase/inc/TProcessID.h
- base/src/TObject.cxx 18 additions, 8 deletionsbase/src/TObject.cxx
- base/src/TProcessID.cxx 49 additions, 17 deletionsbase/src/TProcessID.cxx
- base/src/TRef.cxx 8 additions, 3 deletionsbase/src/TRef.cxx
- io/src/TStreamerInfo.cxx 12 additions, 4 deletionsio/src/TStreamerInfo.cxx
- meta/src/TStreamerInfo.cxx 12 additions, 4 deletionsmeta/src/TStreamerInfo.cxx
Loading
Please register or sign in to comment