-
Notifications
You must be signed in to change notification settings - Fork 60
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
Thread for newbie questions / FAQ #118
Comments
1If you mean the loading of the dictionary on demand, then the LD_LIBRARY_PATH has to contain the path where the *.rootmap files are found 2There is no ascii reader/writer for podio data at the moment. 3I don't really have an opinion on this. I like things being on github for their publicity. |
There's a file src/ASCIIWriter.cc and a unit test for ascii writing. Is
that a data writer or something else.
…On Wed, Jul 22, 2020 at 8:21 PM Andre Sailer ***@***.***> wrote:
1
If you mean the loading of the dictionary on demand, then the
LD_LIBRARY_PATH has to contain the path where the *.rootmap files are found
2
There is no ascii reader/writer for podio data at the moment.
3
I don't really have an opinion on this. I like things being on github for
their publicity.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#118 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWGAGODOJ5JBWQZO5AWZ23R43KVRANCNFSM4PDMBM3A>
.
|
You're totally correct. |
To be addressed with #379 |
Some newbie questions:
What environment variables need to be set in order to get root loading to work?
Is there is simple text file read / write? I'd like to have a test system that just does a simple ascii/load save.
Any interest is setting up a chat room to deal with newbie questions? :-) :-) If so what's the preferred forum?
Looking through the code, the collections itself seems pretty simple, but the messy bits are the read/write with root.
The text was updated successfully, but these errors were encountered: