-
Notifications
You must be signed in to change notification settings - Fork 56
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
Unexpected cutoff in ev.beamp with elastic generator #591
Comments
Insights: Compared commit history of elastic generator between develop and feature-trigscint branch Commit 1476a58 and 79127a9 are not present in feature-trigscint but present in develop. Checked out head 79127a9 which dates back to October 2021. It still shows cutoff. Checked out head 0a716d6 (precedes 79127a9) and still see same cutoff. |
Tracking develop commit history, we see that the large merge commit which demonstrated continuous energy spectrum was ccda46f. It stops working at next merge commit fe3209d. Both from May 2021. There is very little difference in the source code between the two merge commits
Cannot identify why this would effect the elastic ep generator at all. |
@rahmans1 I think we fixed this issue right? |
The intermediate solution was to explicitly set the parameters with messenger commands. So, in that sense, it's solved. But we didn't get to putting in guardrails so that people don't accidentally think built in defaults are set properly. |
Issue
Unable to reproduce historical ev.beamp pattern.
Environment:
eic-shell 3.0-stable container
gcc-10.2.1
root-6.22.08
geant4-10.7.1
Input Macro
Steps to reproduce
git clone https://github.com/JeffersonLab/remoll
cd remoll
git checkout develop
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build -j 8
./build/remoll macros/test.mac
git clone https://github.com/JeffersonLab/remoll
cd remoll
git checkout feature-trigscint
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build
cmake --build build -j 8
./build/remoll macros/test.mac
The text was updated successfully, but these errors were encountered: