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

Fix issues when compiling against ROOT6 #6

Merged
merged 4 commits into from
Jun 29, 2021

Conversation

plexoos
Copy link
Member

@plexoos plexoos commented Jun 1, 2021

Unlike rootcint, rootcling in ROOT6 seems to be mindful of the access modifiers for nested types used to declare data members. Such types should have public access

These classes are processed by ROOT to create streamers. Unlike rootcint in
ROOT5, rootcling seemingly respects the access modifiers and needs all types to
be publicly defined.

[StTofHitMaker, StJetMaker]
Copy link
Member

@fgeurts fgeurts left a comment

Choose a reason for hiding this comment

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

I see no issues with the proposed changes.

@plexoos plexoos requested a review from perevbnlgov June 4, 2021 22:14
StAutoBrowse conflicts with ROOT6 and seems to be an outdated wrapper around the
ROOT TBrowser. Users can invoke TBrowser directly in their interactive ROOT
sessions
@klendathu2k
Copy link
Contributor

Regarding changes to StRoot/StEvent/StEmcDetector.cxx

I have never understood the purpose of (or history behind) StAutoBrowse. Changes look harmless / touch functionality, not event model. However, this code is in StEvent, and so @ullrich-bnl should review.

@perevbnlgov
Copy link
Contributor

perevbnlgov commented Jun 26, 2021 via email

@plexoos
Copy link
Member Author

plexoos commented Jun 28, 2021

Any more approvals from the code owners?

@plexoos
Copy link
Member Author

plexoos commented Jun 29, 2021

If I don't hear any further comments from anyone including @ullrich-bnl I'll merge this PR tomorrow.

@plexoos plexoos merged commit 3fe0db3 into star-bnl:main Jun 29, 2021
@plexoos plexoos deleted the ds-pre-root6 branch June 29, 2021 16:09
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.

4 participants