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

Reworked I/O implementation #58

Merged
merged 18 commits into from
Jun 26, 2017
Merged

Reworked I/O implementation #58

merged 18 commits into from
Jun 26, 2017

Conversation

yiiyama
Copy link
Collaborator

@yiiyama yiiyama commented Jun 18, 2017

With this PR we will no longer call GetEntry on trees. Instead, each object holds the branches it uses, and call branch->GetEntry. This enables more flexibility in I/O prioritization and the relation between object I/O calls more transparent.

We finally also fully support TChain reading #27. Interfaces are transparent to what the input object is. Branch and object address updates are managed through the Notify() mechanism.

@yiiyama yiiyama merged commit 753b478 into PandaPhysics:master Jun 26, 2017
@yiiyama yiiyama deleted the topic-tree-reading branch June 26, 2017 15:19
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.

1 participant