-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support ROOT IO for celer-g4 SD output #949
Conversation
Just tried to build this locally (on macOS, not Linux), and besides a couple basic errors that I address in #950, I also hit this one:
|
On my MacOS, I also see the same thing as Stefano, but with two more lines:
|
@pcanal @stognini Would it be reasonable for us to have a standard "SD hit output" object that we keep in |
I made a similar update on my branch to get a dictionary for testing my decoupling of classes/data. So we will need a dictionary anyway. I guess the question is: are we fine with the dictionary being generated this way, or is there something else planned? The main difference between here and my branch is that my HitClassesLinkDef, and therefore the final dictionary, is much simpler, with just structs with basic types. |
Let's stick with @stognini 's branch; simpler structs are better too. Also, didn't we discuss putting the dictionary code in |
Not completely necessary but much easier. |
No description provided.