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

feat: update online plots for several detectors #678

Merged
merged 216 commits into from
Apr 24, 2024

Conversation

jml985
Copy link
Contributor

@jml985 jml985 commented Apr 3, 2024

This constitutes the running Jevp plots at the experiment, with updates for plots in several detectors. It includes files from pull request #674 which hasn't been accepted yet, but of course is running in the production code online.

@@ -197,7 +197,8 @@ if ( $pkg eq "Jevp") {
. $main::PATH_SEPARATOR . "#OnlTools/Jevp/StJevpBuilders"
. $main::PATH_SEPARATOR . "#OnlTools/Jevp/StJevpViewer"
. $main::PATH_SEPARATOR . $CPPPATH;
$CPPFLAGS .= " -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG ";
$CPPFLAGS .= " -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_NO_DEBUG -DRTS_ENABLE_LOG ";
Copy link
Contributor

Choose a reason for hiding this comment

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

This was a topic of brief discussion in PR #673 ...which was left with the open question of whether there was an alternative for specifying the RTS_ENABLE_LOG flag at compile-time, as opposed to enabling it for all compilations (albeit only for the Jevp package). I have nothing to add to this review other than to say it would be good to get an answer to that question.

@plexoos plexoos changed the title Jevp production feat: update online plots for several detectors Apr 24, 2024
@plexoos plexoos merged commit 2677be0 into star-bnl:main Apr 24, 2024
148 checks passed
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.