Skip to content
New issue

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 version control for ObjectID #262

Merged
merged 2 commits into from
Feb 22, 2024
Merged

edm4hep version control for ObjectID #262

merged 2 commits into from
Feb 22, 2024

Conversation

fucd
Copy link
Contributor

@fucd fucd commented Feb 3, 2024

EDM4hep plan to switch edm4hep::ObjectID to podio::ObjectID as key4hep/EDM4hep#260
Switch in code according to EDM4HEP_VERSION.
EDM4HEP_VERSION(0, 10, 2) maybe is not the last version has edm4hep::ObjectID, if not, and then it should be updated also.

@mirguest
Copy link
Member

mirguest commented Feb 4, 2024

Thank you @fucd. As the latest release of edm4hep is 0.10.4, we can use this. Otherwise the CI will fail.

@mirguest mirguest merged commit 23b8021 into cepc:master Feb 22, 2024
2 checks passed
@@ -17,9 +26,15 @@ class Navigation{
void AddTrackerHitCollection(const edm4hep::TrackerHitCollection* col){m_hitColVec.push_back(col);};
void AddTrackerAssociationCollection(const edm4hep::MCRecoTrackerAssociationCollection* col){m_assColVec.push_back(col);};

#if EDM4HEP_BUILD_VERSION <= EDM4HEP_VERSION(0, 10, 4)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should have been (0, 10, 5), because the mentioned PR has not yet landed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I see.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tmadlener and @jmcarcell sorry, I will create a new tag based one the new MR: #265

@fucd fucd deleted the update-id branch April 1, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants