We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edm4hep::ObjectID
Currently edm4hep defines its own ObjectID:
ObjectID
EDM4hep/edm4hep.yaml
Lines 110 to 120 in 66c90fc
This is slightly different from the podio one which basically boils down to
struct ObjectID { int index; uint32_t collectionID; };
As far as I can tell this is actually unused and we should be able to achieve the same (intended) functionality.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently edm4hep defines its own
ObjectID
:EDM4hep/edm4hep.yaml
Lines 110 to 120 in 66c90fc
This is slightly different from the podio one which basically boils down to
As far as I can tell this is actually unused and we should be able to achieve the same (intended) functionality.
The text was updated successfully, but these errors were encountered: