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

Numbers in Namespace corrupt Persistency #9

Closed
vvolkl opened this issue Sep 26, 2019 · 1 comment
Closed

Numbers in Namespace corrupt Persistency #9

vvolkl opened this issue Sep 26, 2019 · 1 comment
Assignees

Comments

@vvolkl
Copy link
Collaborator

vvolkl commented Sep 26, 2019

The podio ROOT Writer does some namespace demangling that is less than perfect, apparently it does not like numbers in namespaces, which is bad news for edm4hep::. The effect can be seen for example here:

Attaching file edm4hep_testhepmc.root as _file0...
(TFile *) 0x55cfe9a187d0
root [1] events->Print()
******************************************************************************
*Tree    :events    : Events tree                                            *
*Entries :        1 : Total =            6767 bytes  File  Size =       1951 *
*        :          : Tree compression factor =   2.10                       *
******************************************************************************
*Br    0 :TestParticles2 : vector<edm::hep20MCParticleData>                  *
*Entries :        1 : Total  Size=       1782 bytes  File Size  =        241 *
*Baskets :        1 : Basket Size=      32000 bytes  Compression=   5.22     *
*............................................................................*

I checked with the namespace edmhep and that seems to work fine.

@gaede
Copy link
Collaborator

gaede commented Sep 26, 2019

fixed w/ AIDASoft/podio#57

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