Skip to content

GPU: print ITS stat summary on EOS - #15686

Merged
davidrohr merged 2 commits into
AliceO2Group:devfrom
f3sch:gpu/print_its
Aug 19, 2026
Merged

GPU: print ITS stat summary on EOS#15686
davidrohr merged 2 commits into
AliceO2Group:devfrom
f3sch:gpu/print_its

Conversation

@f3sch

@f3sch f3sch commented Aug 17, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
@f3sch
f3sch requested a review from davidrohr as a code owner August 17, 2026 19:57
Comment thread GPU/Workflow/src/GPUWorkflowSpec.cxx Outdated
{
if (mSpecConfig.runITSTracking && mITSTrackingInterface != nullptr) {
if (static bool printOnce{false}; !printOnce) {
printOnce = true;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why do you need printonce? EndOfStream should be called only once anyway, except for online, when you start multiple runs in the same environment, but perhaps then you want to print any time?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

fair enough. I guess we are anyways not running ITS GPU online :)

@davidrohr
davidrohr merged commit 14d295c into AliceO2Group:dev Aug 19, 2026
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants