-
Notifications
You must be signed in to change notification settings - Fork 11
A tool for chi-squared based kinematic fit hypothesis comparison #185
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
A tool for chi-squared based kinematic fit hypothesis comparison #185
Conversation
|
Hi Jake, thank you for this pull request. |
|
Hi Dr. Austregesilo, |
|
@jase231 Thanks, that looks good. The Makefile complained about the separators, but I just replaced the spaces with tab characters and it works now. I will try to test it early next week. |
|
Sorry about that! Must've had my IDE misconfigured. |
…x_root_analysis into chisq_hypothesis_comparison
|
Should be complete. Let me know if I should be more thorough in the installation instructions; I'm not familiar with the build process the average user at GlueX would be using. |
|
Thanks, that's enough |

Hello! I am trying to integrate the tool described here into the repository.
I am not entirely sure how to integrate my build process into the central Makefile found in the repository root. I have tried patterning my makefile off the environment variables used by some of the other programs' makefiles (e.g. MakeDSelector
/Makefile), but I am not entirely confident they will work. The original makefile, from my standalone repo, can be found here for reference.
Please let me know if anything needs changing!
Best,
Jake Serwe