-
Notifications
You must be signed in to change notification settings - Fork 62
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
Conversation
…eral offline computing
…aviour is unknown
Logging is needed
No effect but remove compile warning
merging upstream changes
bring in JevpProduction
OnlTools/StJevpBuilders/fstBuilder update
Update mtdBuilder to properly handle readout errors
mgr/Conscript-standard
Outdated
@@ -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 "; |
There was a problem hiding this comment.
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.
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.