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

Duplicate Tree in processed files #7

Open
pbarrow opened this issue Feb 23, 2016 · 1 comment
Open

Duplicate Tree in processed files #7

pbarrow opened this issue Feb 23, 2016 · 1 comment

Comments

@pbarrow
Copy link
Contributor

pbarrow commented Feb 23, 2016

Hello Again,

So each root file has two trees with the same name, and the same information. Is this effecting the size of each file? I assume it is, and may cause problems for space later on. Is there a fix for this?

Cheers,

Peter

@sanderbreur
Copy link

Hi Peter,

Someone please correct me if I am wrong, but I think I have seen this many
times and the answer is that all data is only once in your root tree, but
ROOT points sometimes two times to the same data.

This could be the reason:
"In case you mean 2 tree headers in your file name;1 and name;2, it means
that the TTree::AutoSave function has been called during the filling of
your Trees. each AutoSave writes a new key for the current version of the
header. In case your job crashes you can always recover all entries up the
last Autosave."

Cheers,
S

Op di 23 feb. 2016 om 16:56 schreef pbarrow [email protected]:

Hello Again,

So each root file has two trees with the same name, and the same
information. Is this effecting the size of each file? I assume it is, and
may cause problems for space later on. Is there a fix for this?

Cheers,

Peter


Reply to this email directly or view it on GitHub
#7.

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

No branches or pull requests

2 participants