Skip to content

[PWGJE] Updating jetD0AngSubstructure.cxx#15914

Open
pdhankhe wants to merge 17 commits intoAliceO2Group:masterfrom
pdhankhe:master
Open

[PWGJE] Updating jetD0AngSubstructure.cxx#15914
pdhankhe wants to merge 17 commits intoAliceO2Group:masterfrom
pdhankhe:master

Conversation

@pdhankhe
Copy link
Copy Markdown
Contributor

  • Fixed the formatting issues of columns
  • Added task to match detector level and particle level Monte Carlo particles.
  • Added an additional task to calculate the Monte Carlo efficiency.
  • Using templated analyse functions to easily define process functions for other particles than D0 if desired.

Preeti Dhankher and others added 17 commits March 9, 2026 13:26
Please consider the following formatting changes to AliceO2Group#15311
Please consider the following formatting changes to AliceO2Group#15311
- Added task to analyse D0 candidates from experimental data. Histograms for different observables such as angularity etc. are made for quick checking purposes.
- Added task to match detector level and particle level Monte Carlo particles.
- Added an additional task to calculate the Monte Carlo efficiency.
- Using templated analyse functions to easily define processfunctions for other particles than D0 if desired.
[PWGJE] Updated jetD0AngSubstructure.cxx
Pushing the updates from dev branch to master
Updated code to obey style guidelines.
@github-actions
Copy link
Copy Markdown

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

@github-actions github-actions Bot changed the title Updating jetD0AngSubstructure.cxx [PWGJE] Updating jetD0AngSubstructure.cxx Apr 22, 2026

//
#include <PWGHF/Core/DecayChannels.h>
//
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.

please rebase to the latest master to avoid changing includes if not needed

/*
// Experimental Data (analyseDataChargedSubstructure)
*/
HNAME(ex_col); // Collision Counter
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 define these here? What is the operational benefit?

CandidatesMCP const& /*mcpCandidates*/,
aod::JetTracks const& tracks,
aod::JetParticles const& particles,
HistogramRegistry& registry)
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.

the registry should be a member of your struct and accesible everywhere

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.

4 participants