Skip to content

[PWGJE] bjetTaggingGnn.cxx: Revised histogram fill code - #17824

Merged
nzardosh merged 1 commit into
AliceO2Group:masterfrom
choich08365:gnnbjet
Sep 9, 2026
Merged

[PWGJE] bjetTaggingGnn.cxx: Revised histogram fill code#17824
nzardosh merged 1 commit into
AliceO2Group:masterfrom
choich08365:gnnbjet

Conversation

@choich08365

@choich08365 choich08365 commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

PWGJE/Tasks/bjetTaggingGnn.cxx

  • Revised histogram fill for doDataDrivenSV

@github-actions github-actions Bot added the pwgje label Sep 8, 2026
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown

O2 linter results: ❌ 0 errors, ⚠️ 6 warnings, 🔕 0 disabled

@github-actions github-actions Bot changed the title bjetTaggingGnn.cxx: Revised histogram fill code [PWGJE] bjetTaggingGnn.cxx: Revised histogram fill code Sep 8, 2026
@choich08365
choich08365 marked this pull request as ready for review September 8, 2026 04:13
if (jetFlavor == JetTaggingSpecies::beauty) {
registry.fill(HIST("hSparse_bjets_sub"), jetpT, analysisJet.scoreML(), nTracks, massSV, weightEvt);
} else if (jetFlavor == JetTaggingSpecies::charm) {
registry.fill(HIST("hSparse_cjets_sub"), jetpT, analysisJet.scoreML(), nTracks, massSV, weightEvt);

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.

none of the histograms with _sub have been added to the histogram registry

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Hi Nima, thanks for your comment. By the way, the function addDataDrivenHistograms in line 634 does add those histograms to the registry properly. The local test runs okay.

@nzardosh
nzardosh merged commit 49acafe into AliceO2Group:master Sep 9, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants