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

Sand variables #21

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Sand variables #21

wants to merge 2 commits into from

Conversation

leadinoto
Copy link
Contributor

Added SANDRecoFiller for filling reco variables from SAND-reco output file

Copy link
Collaborator

@chenel chenel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making this PR!

The branch filling (in SANDRecoBranchFiller) appears fine to me. However, I don't think that adding SANDRecord.h directly into the CAFMaker's repository is the right way to do use it. I assume this header is copied from an equivalent SAND reconstruction package somewhere, right? If so, what we need to do is #include it from there. That way we don't mix dependencies. (And I especially don't want all the dictionary-related stuff at the bottom winding up in the CAFMaker library.) There's already some code in src/Makefile that adds some SAND stuff into the build if the right environment variables are set, and I think that should be used to obtain this file. Please remove the file from this branch. Thanks!

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.

2 participants