Skip to content
Snippets Groups Projects
Commit 1abdd22e authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Merge branch 'dev/DataObjID' into 'master'

update DataObjID

fixed typo in DataObjIDProperty, updated release notes, added DataHandle placeholder prototype class

* DataObjID: various classes used for DataObject and DataHandle identification
  * DataObjID: holds a unique key for an object in the store, with an internal
              representation as a hash for fast lookup.
              syntax is either Gaudi EDS path style "/path/to/object", or ATLAS
              style with (ClassID,"key") or ("ClassName","key")
              Collections of DataObjIDs are unordered_set<DataObjID,DataObjID_Hasher>
              typedef to DataObjIDColl
  * DataObjIDProperty: jobOpt Property handler for DataObjID and DataObjIDColl
  * DataHandle: prototype placeholder for DataHande class

See merge request !41
parents e3e20a4c f4340277
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment