ANNIEsoft / ToolAnalysis

Other
10 stars 53 forks source link

Added ReweightEventsGenie Tool #223

Closed jminock closed 1 year ago

jminock commented 1 year ago

A path needed to be added to the Setup.sh file The main source files are ReweightEventsGenie.h/.cpp All other Tool files are supplementary for the function of the flux weight calculators and proper initialization of GENIE

jminock commented 1 year ago

I think I found out why the checks have failed. For both this tool and the Ring Counting tool, there is an error of not knowing what "genie-config" is. Given that this is running in the ToolAnalysis container, the problem would be the paths are not set up yet. So my recommendation is to try "source Setup.sh" in the build command: "Run echo pwd && source Setup.sh && make clean && make"